/******************************************************************************** ** Form generated from reading UI file 'ModGeoViewBase.ui' ** ** Created: Mon 23. Jul 10:26:14 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MODGEOVIEWBASE_H #define UI_MODGEOVIEWBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ModGeoViewBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout; QSpacerItem *spacer3_2; QLabel *textLabel1; QSpacerItem *spacer3; Q3ListView *modGeoView; void setupUi(QWidget *ModGeoViewBase) { if (ModGeoViewBase->objectName().isEmpty()) ModGeoViewBase->setObjectName(QString::fromUtf8("ModGeoViewBase")); ModGeoViewBase->resize(610, 480); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(ModGeoViewBase->sizePolicy().hasHeightForWidth()); ModGeoViewBase->setSizePolicy(sizePolicy); ModGeoViewBase->setMinimumSize(QSize(400, 0)); vboxLayout = new QVBoxLayout(ModGeoViewBase); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(6); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); spacer3_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer3_2); textLabel1 = new QLabel(ModGeoViewBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); hboxLayout->addWidget(textLabel1); spacer3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer3); vboxLayout1->addLayout(hboxLayout); modGeoView = new Q3ListView(ModGeoViewBase); modGeoView->addColumn(QApplication::translate("ModGeoViewBase", "Modules ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setClickEnabled(true, modGeoView->header()->count() - 1); modGeoView->header()->setResizeEnabled(true, modGeoView->header()->count() - 1); modGeoView->addColumn(QApplication::translate("ModGeoViewBase", "Status ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setClickEnabled(true, modGeoView->header()->count() - 1); modGeoView->header()->setResizeEnabled(true, modGeoView->header()->count() - 1); modGeoView->addColumn(QApplication::translate("ModGeoViewBase", "Enabled? ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setClickEnabled(true, modGeoView->header()->count() - 1); modGeoView->header()->setResizeEnabled(true, modGeoView->header()->count() - 1); modGeoView->addColumn(QApplication::translate("ModGeoViewBase", "Position", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setClickEnabled(true, modGeoView->header()->count() - 1); modGeoView->header()->setResizeEnabled(true, modGeoView->header()->count() - 1); modGeoView->setObjectName(QString::fromUtf8("modGeoView")); modGeoView->setFrameShape(QFrame::StyledPanel); modGeoView->setFrameShadow(QFrame::Sunken); vboxLayout1->addWidget(modGeoView); vboxLayout->addLayout(vboxLayout1); retranslateUi(ModGeoViewBase); QMetaObject::connectSlotsByName(ModGeoViewBase); } // setupUi void retranslateUi(QWidget *ModGeoViewBase) { ModGeoViewBase->setWindowTitle(QApplication::translate("ModGeoViewBase", "Geographical Module View", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("ModGeoViewBase", "geographical view", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setLabel(0, QApplication::translate("ModGeoViewBase", "Modules ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setLabel(1, QApplication::translate("ModGeoViewBase", "Status ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setLabel(2, QApplication::translate("ModGeoViewBase", "Enabled? ", 0, QApplication::UnicodeUTF8)); modGeoView->header()->setLabel(3, QApplication::translate("ModGeoViewBase", "Position", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ModGeoViewBase: public Ui_ModGeoViewBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MODGEOVIEWBASE_H