/******************************************************************************** ** Form generated from reading UI file 'DataViewBase.ui' ** ** Created: Mon 23. Jul 10:25:25 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_DATAVIEWBASE_H #define UI_DATAVIEWBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DataViewBase { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QLabel *topLabel; QHBoxLayout *hboxLayout; QLabel *fileLabel; QLineEdit *fileName; QPushButton *browseButton; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer_2; QPushButton *updateButton; QHBoxLayout *horizontalLayout_3; QPushButton *xferAllButton; QPushButton *clearMAButton; QSpacerItem *horizontalSpacer; QTabWidget *tabWidget; QWidget *tab1; QVBoxLayout *vboxLayout; Q3ListView *m_listView; QWidget *tab2; QVBoxLayout *vboxLayout1; QVBoxLayout *MAvbox; QHBoxLayout *hboxLayout1; QSpacerItem *spacer2; QPushButton *closeButton; void setupUi(QWidget *DataViewBase) { if (DataViewBase->objectName().isEmpty()) DataViewBase->setObjectName(QString::fromUtf8("DataViewBase")); DataViewBase->resize(600, 877); verticalLayout_2 = new QVBoxLayout(DataViewBase); 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")); topLabel = new QLabel(DataViewBase); topLabel->setObjectName(QString::fromUtf8("topLabel")); QFont font; font.setBold(true); font.setWeight(75); topLabel->setFont(font); topLabel->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(topLabel); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); fileLabel = new QLabel(DataViewBase); fileLabel->setObjectName(QString::fromUtf8("fileLabel")); fileLabel->setWordWrap(false); hboxLayout->addWidget(fileLabel); fileName = new QLineEdit(DataViewBase); fileName->setObjectName(QString::fromUtf8("fileName")); hboxLayout->addWidget(fileName); browseButton = new QPushButton(DataViewBase); browseButton->setObjectName(QString::fromUtf8("browseButton")); hboxLayout->addWidget(browseButton); verticalLayout->addLayout(hboxLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_2); updateButton = new QPushButton(DataViewBase); updateButton->setObjectName(QString::fromUtf8("updateButton")); horizontalLayout_2->addWidget(updateButton); verticalLayout->addLayout(horizontalLayout_2); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); xferAllButton = new QPushButton(DataViewBase); xferAllButton->setObjectName(QString::fromUtf8("xferAllButton")); horizontalLayout_3->addWidget(xferAllButton); clearMAButton = new QPushButton(DataViewBase); clearMAButton->setObjectName(QString::fromUtf8("clearMAButton")); horizontalLayout_3->addWidget(clearMAButton); horizontalSpacer = new QSpacerItem(378, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer); verticalLayout->addLayout(horizontalLayout_3); tabWidget = new QTabWidget(DataViewBase); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); tab1 = new QWidget(); tab1->setObjectName(QString::fromUtf8("tab1")); vboxLayout = new QVBoxLayout(tab1); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); m_listView = new Q3ListView(tab1); m_listView->addColumn(QApplication::translate("DataViewBase", "Data inquires ", 0, QApplication::UnicodeUTF8)); m_listView->header()->setClickEnabled(true, m_listView->header()->count() - 1); m_listView->header()->setResizeEnabled(true, m_listView->header()->count() - 1); m_listView->setObjectName(QString::fromUtf8("m_listView")); vboxLayout->addWidget(m_listView); tabWidget->addTab(tab1, QString()); tab2 = new QWidget(); tab2->setObjectName(QString::fromUtf8("tab2")); vboxLayout1 = new QVBoxLayout(tab2); vboxLayout1->setSpacing(6); vboxLayout1->setContentsMargins(11, 11, 11, 11); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); MAvbox = new QVBoxLayout(); MAvbox->setSpacing(6); MAvbox->setObjectName(QString::fromUtf8("MAvbox")); vboxLayout1->addLayout(MAvbox); tabWidget->addTab(tab2, QString()); verticalLayout->addWidget(tabWidget); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); spacer2 = new QSpacerItem(411, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer2); closeButton = new QPushButton(DataViewBase); closeButton->setObjectName(QString::fromUtf8("closeButton")); hboxLayout1->addWidget(closeButton); verticalLayout->addLayout(hboxLayout1); verticalLayout_2->addLayout(verticalLayout); retranslateUi(DataViewBase); tabWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(DataViewBase); } // setupUi void retranslateUi(QWidget *DataViewBase) { DataViewBase->setWindowTitle(QApplication::translate("DataViewBase", "Data Viewer", 0, QApplication::UnicodeUTF8)); topLabel->setText(QApplication::translate("DataViewBase", "Data Viewer", 0, QApplication::UnicodeUTF8)); fileLabel->setText(QApplication::translate("DataViewBase", "File:", 0, QApplication::UnicodeUTF8)); browseButton->setText(QApplication::translate("DataViewBase", "Browse", 0, QApplication::UnicodeUTF8)); updateButton->setText(QApplication::translate("DataViewBase", "Update List", 0, QApplication::UnicodeUTF8)); xferAllButton->setText(QApplication::translate("DataViewBase", "Transfer all to MA", 0, QApplication::UnicodeUTF8)); clearMAButton->setText(QApplication::translate("DataViewBase", "Clear MA Entries", 0, QApplication::UnicodeUTF8)); m_listView->header()->setLabel(0, QApplication::translate("DataViewBase", "Data inquires ", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab1), QApplication::translate("DataViewBase", "Data list", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab2), QApplication::translate("DataViewBase", "ModuleAnalysis", 0, QApplication::UnicodeUTF8)); closeButton->setText(QApplication::translate("DataViewBase", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DataViewBase: public Ui_DataViewBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DATAVIEWBASE_H