/******************************************************************************** ** Form generated from reading UI file 'IspindelGUI.ui' ** ** Created by: Qt User Interface Compiler version 5.14.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_ISPINDELGUI_H #define UI_ISPINDELGUI_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CIspindelGUI { public: QLabel *label; QWidget *mIspindelPlot; QLabel *mLastFrameDataLbl; QTableWidget *mSamplesTable; QLabel *mABVLabel; QPushButton *mSetOGBtn; QPushButton *mDelSelectedSampleBtn; void setupUi(QDialog *CIspindelGUI) { if (CIspindelGUI->objectName().isEmpty()) CIspindelGUI->setObjectName(QString::fromUtf8("CIspindelGUI")); CIspindelGUI->resize(1123, 629); label = new QLabel(CIspindelGUI); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(520, 0, 91, 41)); QFont font; font.setPointSize(12); label->setFont(font); mIspindelPlot = new QWidget(CIspindelGUI); mIspindelPlot->setObjectName(QString::fromUtf8("mIspindelPlot")); mIspindelPlot->setGeometry(QRect(520, 100, 661, 461)); mLastFrameDataLbl = new QLabel(CIspindelGUI); mLastFrameDataLbl->setObjectName(QString::fromUtf8("mLastFrameDataLbl")); mLastFrameDataLbl->setGeometry(QRect(60, 10, 381, 241)); QFont font1; font1.setFamily(QString::fromUtf8("Tahoma")); font1.setPointSize(11); font1.setBold(true); font1.setWeight(75); mLastFrameDataLbl->setFont(font1); mLastFrameDataLbl->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); mSamplesTable = new QTableWidget(CIspindelGUI); mSamplesTable->setObjectName(QString::fromUtf8("mSamplesTable")); mSamplesTable->setGeometry(QRect(10, 290, 461, 331)); mABVLabel = new QLabel(CIspindelGUI); mABVLabel->setObjectName(QString::fromUtf8("mABVLabel")); mABVLabel->setGeometry(QRect(660, 50, 231, 16)); QFont font2; font2.setPointSize(12); font2.setBold(true); font2.setWeight(75); mABVLabel->setFont(font2); mSetOGBtn = new QPushButton(CIspindelGUI); mSetOGBtn->setObjectName(QString::fromUtf8("mSetOGBtn")); mSetOGBtn->setGeometry(QRect(650, 10, 75, 23)); mDelSelectedSampleBtn = new QPushButton(CIspindelGUI); mDelSelectedSampleBtn->setObjectName(QString::fromUtf8("mDelSelectedSampleBtn")); mDelSelectedSampleBtn->setGeometry(QRect(520, 590, 81, 23)); retranslateUi(CIspindelGUI); QMetaObject::connectSlotsByName(CIspindelGUI); } // setupUi void retranslateUi(QDialog *CIspindelGUI) { CIspindelGUI->setWindowTitle(QCoreApplication::translate("CIspindelGUI", "Dialog", nullptr)); label->setText(QCoreApplication::translate("CIspindelGUI", "ISpindel", nullptr)); mLastFrameDataLbl->setText(QCoreApplication::translate("CIspindelGUI", "No data...", nullptr)); mABVLabel->setText(QCoreApplication::translate("CIspindelGUI", "ABV : ?", nullptr)); mSetOGBtn->setText(QCoreApplication::translate("CIspindelGUI", "Set OG", nullptr)); mDelSelectedSampleBtn->setText(QCoreApplication::translate("CIspindelGUI", "Delete Sample", nullptr)); } // retranslateUi }; namespace Ui { class CIspindelGUI: public Ui_CIspindelGUI {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ISPINDELGUI_H