/******************************************************************************** ** 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 QT_BEGIN_NAMESPACE class Ui_CIspindelGUI { public: QLabel *label; QWidget *mIspindelPlot; QLabel *mLastFrameDataLbl; QTableWidget *tableWidget; 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(510, 20, 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, 50, 381, 211)); 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); tableWidget = new QTableWidget(CIspindelGUI); tableWidget->setObjectName(QString::fromUtf8("tableWidget")); tableWidget->setGeometry(QRect(10, 290, 461, 331)); 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)); } // retranslateUi }; namespace Ui { class CIspindelGUI: public Ui_CIspindelGUI {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ISPINDELGUI_H