/******************************************************************************** ** Form generated from reading UI file 'ColPairSwitchBase.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_COLPAIRSWITCHBASE_H #define UI_COLPAIRSWITCHBASE_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ColPairSwitchBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout; QHBoxLayout *hboxLayout1; QPushButton *allOnButton; QSpacerItem *Spacer1_2; QPushButton *allOffButton; QHBoxLayout *hboxLayout2; QPushButton *PushButton4; QSpacerItem *Spacer1; QPushButton *PushButton5; void setupUi(QDialog *ColPairSwitchBase) { if (ColPairSwitchBase->objectName().isEmpty()) ColPairSwitchBase->setObjectName(QString::fromUtf8("ColPairSwitchBase")); ColPairSwitchBase->resize(272, 143); vboxLayout = new QVBoxLayout(ColPairSwitchBase); 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->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); allOnButton = new QPushButton(ColPairSwitchBase); allOnButton->setObjectName(QString::fromUtf8("allOnButton")); hboxLayout1->addWidget(allOnButton); Spacer1_2 = new QSpacerItem(45, 16, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer1_2); allOffButton = new QPushButton(ColPairSwitchBase); allOffButton->setObjectName(QString::fromUtf8("allOffButton")); hboxLayout1->addWidget(allOffButton); vboxLayout1->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); PushButton4 = new QPushButton(ColPairSwitchBase); PushButton4->setObjectName(QString::fromUtf8("PushButton4")); hboxLayout2->addWidget(PushButton4); Spacer1 = new QSpacerItem(45, 16, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(Spacer1); PushButton5 = new QPushButton(ColPairSwitchBase); PushButton5->setObjectName(QString::fromUtf8("PushButton5")); hboxLayout2->addWidget(PushButton5); vboxLayout1->addLayout(hboxLayout2); vboxLayout->addLayout(vboxLayout1); retranslateUi(ColPairSwitchBase); QObject::connect(PushButton5, SIGNAL(clicked()), ColPairSwitchBase, SLOT(reject())); QObject::connect(PushButton4, SIGNAL(clicked()), ColPairSwitchBase, SLOT(accept())); QMetaObject::connectSlotsByName(ColPairSwitchBase); } // setupUi void retranslateUi(QDialog *ColPairSwitchBase) { ColPairSwitchBase->setWindowTitle(QApplication::translate("ColPairSwitchBase", "Column Pair Switch", 0, QApplication::UnicodeUTF8)); allOnButton->setText(QApplication::translate("ColPairSwitchBase", "all ON", 0, QApplication::UnicodeUTF8)); allOffButton->setText(QApplication::translate("ColPairSwitchBase", "all OFF", 0, QApplication::UnicodeUTF8)); PushButton4->setText(QApplication::translate("ColPairSwitchBase", "OK", 0, QApplication::UnicodeUTF8)); PushButton5->setText(QApplication::translate("ColPairSwitchBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ColPairSwitchBase: public Ui_ColPairSwitchBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_COLPAIRSWITCHBASE_H