/******************************************************************************** ** Form generated from reading UI file 'RootDataListBase.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_ROOTDATALISTBASE_H #define UI_ROOTDATALISTBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_RootDataListBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *moduleLabel; QLabel *TextLabel1_2; Q3MultiLineEdit *Comments; Q3ListView *FileList; QHBoxLayout *hboxLayout; QPushButton *AllButton; QSpacerItem *Spacer2; QPushButton *DeAllButton; QHBoxLayout *hboxLayout1; QPushButton *OKButton; QSpacerItem *Spacer3; QPushButton *AbortButton; QLabel *TextLabel1; void setupUi(QDialog *RootDataListBase) { if (RootDataListBase->objectName().isEmpty()) RootDataListBase->setObjectName(QString::fromUtf8("RootDataListBase")); RootDataListBase->resize(564, 557); vboxLayout = new QVBoxLayout(RootDataListBase); 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")); moduleLabel = new QLabel(RootDataListBase); moduleLabel->setObjectName(QString::fromUtf8("moduleLabel")); moduleLabel->setWordWrap(false); vboxLayout1->addWidget(moduleLabel); TextLabel1_2 = new QLabel(RootDataListBase); TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2")); TextLabel1_2->setWordWrap(false); vboxLayout1->addWidget(TextLabel1_2); Comments = new Q3MultiLineEdit(RootDataListBase); Comments->setObjectName(QString::fromUtf8("Comments")); Comments->setMaximumSize(QSize(32767, 100)); Comments->setProperty("readOnly", QVariant(true)); vboxLayout1->addWidget(Comments); FileList = new Q3ListView(RootDataListBase); FileList->addColumn(QApplication::translate("RootDataListBase", "Available data sets ", 0, QApplication::UnicodeUTF8)); FileList->header()->setClickEnabled(true, FileList->header()->count() - 1); FileList->header()->setResizeEnabled(true, FileList->header()->count() - 1); FileList->addColumn(QApplication::translate("RootDataListBase", "Time stamp ", 0, QApplication::UnicodeUTF8)); FileList->header()->setClickEnabled(true, FileList->header()->count() - 1); FileList->header()->setResizeEnabled(true, FileList->header()->count() - 1); FileList->addColumn(QApplication::translate("RootDataListBase", "ID", 0, QApplication::UnicodeUTF8)); FileList->header()->setClickEnabled(false, FileList->header()->count() - 1); FileList->header()->setResizeEnabled(false, FileList->header()->count() - 1); FileList->setObjectName(QString::fromUtf8("FileList")); FileList->setSelectionMode(Q3ListView::Multi); vboxLayout1->addWidget(FileList); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); AllButton = new QPushButton(RootDataListBase); AllButton->setObjectName(QString::fromUtf8("AllButton")); hboxLayout->addWidget(AllButton); Spacer2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer2); DeAllButton = new QPushButton(RootDataListBase); DeAllButton->setObjectName(QString::fromUtf8("DeAllButton")); hboxLayout->addWidget(DeAllButton); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setContentsMargins(0, 0, 0, 0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); OKButton = new QPushButton(RootDataListBase); OKButton->setObjectName(QString::fromUtf8("OKButton")); hboxLayout1->addWidget(OKButton); Spacer3 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer3); AbortButton = new QPushButton(RootDataListBase); AbortButton->setObjectName(QString::fromUtf8("AbortButton")); hboxLayout1->addWidget(AbortButton); vboxLayout1->addLayout(hboxLayout1); vboxLayout->addLayout(vboxLayout1); TextLabel1 = new QLabel(RootDataListBase); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setWordWrap(false); vboxLayout->addWidget(TextLabel1); retranslateUi(RootDataListBase); QMetaObject::connectSlotsByName(RootDataListBase); } // setupUi void retranslateUi(QDialog *RootDataListBase) { RootDataListBase->setWindowTitle(QApplication::translate("RootDataListBase", "ROOT-data list", 0, QApplication::UnicodeUTF8)); moduleLabel->setText(QApplication::translate("RootDataListBase", "Data for module ...", 0, QApplication::UnicodeUTF8)); TextLabel1_2->setText(QApplication::translate("RootDataListBase", "Comments:", 0, QApplication::UnicodeUTF8)); FileList->header()->setLabel(0, QApplication::translate("RootDataListBase", "Available data sets ", 0, QApplication::UnicodeUTF8)); FileList->header()->setLabel(1, QApplication::translate("RootDataListBase", "Time stamp ", 0, QApplication::UnicodeUTF8)); FileList->header()->setLabel(2, QApplication::translate("RootDataListBase", "ID", 0, QApplication::UnicodeUTF8)); AllButton->setText(QApplication::translate("RootDataListBase", "Select all", 0, QApplication::UnicodeUTF8)); DeAllButton->setText(QApplication::translate("RootDataListBase", "De-select all", 0, QApplication::UnicodeUTF8)); OKButton->setText(QApplication::translate("RootDataListBase", "OK", 0, QApplication::UnicodeUTF8)); AbortButton->setText(QApplication::translate("RootDataListBase", "Abort", 0, QApplication::UnicodeUTF8)); TextLabel1->setText(QString()); } // retranslateUi }; namespace Ui { class RootDataListBase: public Ui_RootDataListBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ROOTDATALISTBASE_H