/******************************************************************************** ** Form generated from reading UI file 'SelectionPanelBase.ui' ** ** Created: Mon 23. Jul 10:20:22 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_SELECTIONPANELBASE_H #define UI_SELECTIONPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_SelectionPanelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; Q3GroupBox *CheckGroup; QSpacerItem *Spacer5; QHBoxLayout *hboxLayout; QSpacerItem *Spacer6; QPushButton *buttonANDOR; QSpacerItem *Spacer6_2; QHBoxLayout *hboxLayout1; QPushButton *AllButton; QSpacerItem *Spacer2_2; QPushButton *NoneButton; QHBoxLayout *hboxLayout2; QPushButton *OKButton; QSpacerItem *Spacer2; QPushButton *CancelButton; void setupUi(QDialog *SelectionPanelBase) { if (SelectionPanelBase->objectName().isEmpty()) SelectionPanelBase->setObjectName(QString::fromUtf8("SelectionPanelBase")); SelectionPanelBase->resize(379, 535); vboxLayout = new QVBoxLayout(SelectionPanelBase); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setContentsMargins(0, 0, 0, 0); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); CheckGroup = new Q3GroupBox(SelectionPanelBase); CheckGroup->setObjectName(QString::fromUtf8("CheckGroup")); vboxLayout1->addWidget(CheckGroup); Spacer5 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(Spacer5); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); Spacer6 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer6); buttonANDOR = new QPushButton(SelectionPanelBase); buttonANDOR->setObjectName(QString::fromUtf8("buttonANDOR")); buttonANDOR->setCheckable(true); buttonANDOR->setChecked(false); hboxLayout->addWidget(buttonANDOR); Spacer6_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer6_2); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setContentsMargins(0, 0, 0, 0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); AllButton = new QPushButton(SelectionPanelBase); AllButton->setObjectName(QString::fromUtf8("AllButton")); hboxLayout1->addWidget(AllButton); Spacer2_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer2_2); NoneButton = new QPushButton(SelectionPanelBase); NoneButton->setObjectName(QString::fromUtf8("NoneButton")); hboxLayout1->addWidget(NoneButton); vboxLayout1->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif hboxLayout2->setContentsMargins(0, 0, 0, 0); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); OKButton = new QPushButton(SelectionPanelBase); OKButton->setObjectName(QString::fromUtf8("OKButton")); hboxLayout2->addWidget(OKButton); Spacer2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(Spacer2); CancelButton = new QPushButton(SelectionPanelBase); CancelButton->setObjectName(QString::fromUtf8("CancelButton")); hboxLayout2->addWidget(CancelButton); vboxLayout1->addLayout(hboxLayout2); vboxLayout->addLayout(vboxLayout1); retranslateUi(SelectionPanelBase); QMetaObject::connectSlotsByName(SelectionPanelBase); } // setupUi void retranslateUi(QDialog *SelectionPanelBase) { SelectionPanelBase->setWindowTitle(QApplication::translate("SelectionPanelBase", "Selection Panel", 0, QApplication::UnicodeUTF8)); CheckGroup->setTitle(QApplication::translate("SelectionPanelBase", "Cuts to be shown", 0, QApplication::UnicodeUTF8)); buttonANDOR->setText(QApplication::translate("SelectionPanelBase", "OR of selected cuts", 0, QApplication::UnicodeUTF8)); AllButton->setText(QApplication::translate("SelectionPanelBase", "Select all", 0, QApplication::UnicodeUTF8)); NoneButton->setText(QApplication::translate("SelectionPanelBase", "De-select all", 0, QApplication::UnicodeUTF8)); OKButton->setText(QApplication::translate("SelectionPanelBase", "OK", 0, QApplication::UnicodeUTF8)); CancelButton->setText(QApplication::translate("SelectionPanelBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class SelectionPanelBase: public Ui_SelectionPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SELECTIONPANELBASE_H