/******************************************************************************** ** Form generated from reading UI file 'ModListBase.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_MODLISTBASE_H #define UI_MODLISTBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ModListBase { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QHBoxLayout *hboxLayout; QSpacerItem *spacer3_2; QLabel *textLabel1; QSpacerItem *spacer3; QHBoxLayout *horizontalLayout; QPushButton *turnonButton; QSpacerItem *horizontalSpacer; QPushButton *turnoffButton; QSpacerItem *horizontalSpacer_2; QPushButton *readButton; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer_3; QCheckBox *offReverse; QSpacerItem *horizontalSpacer_4; QCheckBox *noUpdateInScan; Q3ListView *ModListView; void setupUi(QWidget *ModListBase) { if (ModListBase->objectName().isEmpty()) ModListBase->setObjectName(QString::fromUtf8("ModListBase")); ModListBase->resize(456, 640); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(ModListBase->sizePolicy().hasHeightForWidth()); ModListBase->setSizePolicy(sizePolicy); ModListBase->setMinimumSize(QSize(450, 0)); verticalLayout_2 = new QVBoxLayout(ModListBase); verticalLayout_2->setSpacing(6); verticalLayout_2->setContentsMargins(11, 11, 11, 11); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 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(ModListBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); QFont font; font.setBold(true); font.setWeight(75); textLabel1->setFont(font); textLabel1->setWordWrap(false); hboxLayout->addWidget(textLabel1); spacer3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer3); verticalLayout->addLayout(hboxLayout); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); turnonButton = new QPushButton(ModListBase); turnonButton->setObjectName(QString::fromUtf8("turnonButton")); horizontalLayout->addWidget(turnonButton); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); turnoffButton = new QPushButton(ModListBase); turnoffButton->setObjectName(QString::fromUtf8("turnoffButton")); horizontalLayout->addWidget(turnoffButton); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_2); readButton = new QPushButton(ModListBase); readButton->setObjectName(QString::fromUtf8("readButton")); horizontalLayout->addWidget(readButton); verticalLayout->addLayout(horizontalLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_3); offReverse = new QCheckBox(ModListBase); offReverse->setObjectName(QString::fromUtf8("offReverse")); horizontalLayout_2->addWidget(offReverse); horizontalSpacer_4 = new QSpacerItem(30, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_4); noUpdateInScan = new QCheckBox(ModListBase); noUpdateInScan->setObjectName(QString::fromUtf8("noUpdateInScan")); noUpdateInScan->setEnabled(true); noUpdateInScan->setChecked(true); horizontalLayout_2->addWidget(noUpdateInScan); verticalLayout->addLayout(horizontalLayout_2); ModListView = new Q3ListView(ModListBase); ModListView->addColumn(QApplication::translate("ModListBase", "Item name ", 0, QApplication::UnicodeUTF8)); ModListView->header()->setClickEnabled(true, ModListView->header()->count() - 1); ModListView->header()->setResizeEnabled(true, ModListView->header()->count() - 1); ModListView->addColumn(QApplication::translate("ModListBase", "Status ", 0, QApplication::UnicodeUTF8)); ModListView->header()->setClickEnabled(true, ModListView->header()->count() - 1); ModListView->header()->setResizeEnabled(true, ModListView->header()->count() - 1); ModListView->addColumn(QApplication::translate("ModListBase", "Enabled?", 0, QApplication::UnicodeUTF8)); ModListView->header()->setClickEnabled(true, ModListView->header()->count() - 1); ModListView->header()->setResizeEnabled(true, ModListView->header()->count() - 1); ModListView->setObjectName(QString::fromUtf8("ModListView")); verticalLayout->addWidget(ModListView); verticalLayout_2->addLayout(verticalLayout); retranslateUi(ModListBase); QMetaObject::connectSlotsByName(ModListBase); } // setupUi void retranslateUi(QWidget *ModListBase) { ModListBase->setWindowTitle(QApplication::translate("ModListBase", "ROD & Module list", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("ModListBase", "read-out view", 0, QApplication::UnicodeUTF8)); turnonButton->setText(QApplication::translate("ModListBase", "All ON", 0, QApplication::UnicodeUTF8)); turnoffButton->setText(QApplication::translate("ModListBase", "All OFF", 0, QApplication::UnicodeUTF8)); readButton->setText(QApplication::translate("ModListBase", "Refresh readings", 0, QApplication::UnicodeUTF8)); offReverse->setText(QApplication::translate("ModListBase", "turn off in reverse order", 0, QApplication::UnicodeUTF8)); noUpdateInScan->setText(QApplication::translate("ModListBase", "no update during scan", 0, QApplication::UnicodeUTF8)); ModListView->header()->setLabel(0, QApplication::translate("ModListBase", "Item name ", 0, QApplication::UnicodeUTF8)); ModListView->header()->setLabel(1, QApplication::translate("ModListBase", "Status ", 0, QApplication::UnicodeUTF8)); ModListView->header()->setLabel(2, QApplication::translate("ModListBase", "Enabled?", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ModListBase: public Ui_ModListBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MODLISTBASE_H