/******************************************************************************** ** Form generated from reading UI file 'LogPanelBase.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_LOGPANELBASE_H #define UI_LOGPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_LogPanelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *label; QTabWidget *LogTabWidget; QWidget *tab1; QGridLayout *gridLayout; Q3TextBrowser *STControlLogBrowser; QWidget *tab2; QVBoxLayout *vboxLayout2; QVBoxLayout *vboxLayout3; Q3TextBrowser *RODBuffersLogBrowser; QHBoxLayout *hboxLayout; QSpacerItem *spacer2; QPushButton *getlogButton; QSpacerItem *spacer1; QLabel *textLabel1; QHBoxLayout *hboxLayout1; QLineEdit *logsavePath; QPushButton *browseButton; QHBoxLayout *hboxLayout2; QPushButton *clearButton; QPushButton *SaveLogButton; void setupUi(QWidget *LogPanelBase) { if (LogPanelBase->objectName().isEmpty()) LogPanelBase->setObjectName(QString::fromUtf8("LogPanelBase")); LogPanelBase->resize(600, 614); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(LogPanelBase->sizePolicy().hasHeightForWidth()); LogPanelBase->setSizePolicy(sizePolicy); LogPanelBase->setMinimumSize(QSize(400, 0)); vboxLayout = new QVBoxLayout(LogPanelBase); 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")); label = new QLabel(LogPanelBase); label->setObjectName(QString::fromUtf8("label")); QFont font; font.setBold(true); font.setWeight(75); label->setFont(font); label->setAlignment(Qt::AlignCenter); vboxLayout1->addWidget(label); LogTabWidget = new QTabWidget(LogPanelBase); LogTabWidget->setObjectName(QString::fromUtf8("LogTabWidget")); tab1 = new QWidget(); tab1->setObjectName(QString::fromUtf8("tab1")); gridLayout = new QGridLayout(tab1); gridLayout->setSpacing(6); gridLayout->setContentsMargins(11, 11, 11, 11); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); STControlLogBrowser = new Q3TextBrowser(tab1); STControlLogBrowser->setObjectName(QString::fromUtf8("STControlLogBrowser")); gridLayout->addWidget(STControlLogBrowser, 0, 0, 1, 1); LogTabWidget->addTab(tab1, QString()); tab2 = new QWidget(); tab2->setObjectName(QString::fromUtf8("tab2")); vboxLayout2 = new QVBoxLayout(tab2); vboxLayout2->setSpacing(6); vboxLayout2->setContentsMargins(11, 11, 11, 11); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); vboxLayout3 = new QVBoxLayout(); vboxLayout3->setSpacing(6); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); RODBuffersLogBrowser = new Q3TextBrowser(tab2); RODBuffersLogBrowser->setObjectName(QString::fromUtf8("RODBuffersLogBrowser")); vboxLayout3->addWidget(RODBuffersLogBrowser); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); spacer2 = new QSpacerItem(141, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer2); getlogButton = new QPushButton(tab2); getlogButton->setObjectName(QString::fromUtf8("getlogButton")); hboxLayout->addWidget(getlogButton); spacer1 = new QSpacerItem(161, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer1); vboxLayout3->addLayout(hboxLayout); vboxLayout2->addLayout(vboxLayout3); LogTabWidget->addTab(tab2, QString()); vboxLayout1->addWidget(LogTabWidget); textLabel1 = new QLabel(LogPanelBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); vboxLayout1->addWidget(textLabel1); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); logsavePath = new QLineEdit(LogPanelBase); logsavePath->setObjectName(QString::fromUtf8("logsavePath")); logsavePath->setReadOnly(true); hboxLayout1->addWidget(logsavePath); browseButton = new QPushButton(LogPanelBase); browseButton->setObjectName(QString::fromUtf8("browseButton")); hboxLayout1->addWidget(browseButton); vboxLayout1->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); clearButton = new QPushButton(LogPanelBase); clearButton->setObjectName(QString::fromUtf8("clearButton")); clearButton->setMinimumSize(QSize(0, 40)); hboxLayout2->addWidget(clearButton); SaveLogButton = new QPushButton(LogPanelBase); SaveLogButton->setObjectName(QString::fromUtf8("SaveLogButton")); SaveLogButton->setMinimumSize(QSize(0, 40)); hboxLayout2->addWidget(SaveLogButton); vboxLayout1->addLayout(hboxLayout2); vboxLayout->addLayout(vboxLayout1); retranslateUi(LogPanelBase); LogTabWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(LogPanelBase); } // setupUi void retranslateUi(QWidget *LogPanelBase) { LogPanelBase->setWindowTitle(QApplication::translate("LogPanelBase", "Log Panel", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("LogPanelBase", "Log Panel", 0, QApplication::UnicodeUTF8)); LogTabWidget->setTabText(LogTabWidget->indexOf(tab1), QApplication::translate("LogPanelBase", "STControl", 0, QApplication::UnicodeUTF8)); getlogButton->setText(QApplication::translate("LogPanelBase", "Get log now", 0, QApplication::UnicodeUTF8)); LogTabWidget->setTabText(LogTabWidget->indexOf(tab2), QApplication::translate("LogPanelBase", "Controller Buffers", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("LogPanelBase", "Continuously save logs in directory", 0, QApplication::UnicodeUTF8)); browseButton->setText(QApplication::translate("LogPanelBase", "Browse", 0, QApplication::UnicodeUTF8)); clearButton->setText(QApplication::translate("LogPanelBase", "Clear Log", 0, QApplication::UnicodeUTF8)); SaveLogButton->setText(QApplication::translate("LogPanelBase", "Save Log As", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class LogPanelBase: public Ui_LogPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_LOGPANELBASE_H