|
- /********************************************************************************
- ** Form generated from reading UI file 'CMainPage.ui'
- **
- ** Created: Wed Mar 27 11:28:49 2019
- ** by: Qt User Interface Compiler version 4.8.1
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
-
- #ifndef UI_CMAINPAGE_H
- #define UI_CMAINPAGE_H
-
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QFrame>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_CMainPage
- {
- public:
- QPushButton *mInspVisuelleBtn;
- QFrame *line;
- QLabel *mConnectorsImgLbl;
-
- void setupUi(QWidget *CMainPage)
- {
- if (CMainPage->objectName().isEmpty())
- CMainPage->setObjectName(QString::fromUtf8("CMainPage"));
- CMainPage->resize(1124, 693);
- mInspVisuelleBtn = new QPushButton(CMainPage);
- mInspVisuelleBtn->setObjectName(QString::fromUtf8("mInspVisuelleBtn"));
- mInspVisuelleBtn->setGeometry(QRect(40, 210, 111, 23));
- line = new QFrame(CMainPage);
- line->setObjectName(QString::fromUtf8("line"));
- line->setGeometry(QRect(550, 30, 20, 641));
- line->setFrameShape(QFrame::VLine);
- line->setFrameShadow(QFrame::Sunken);
- mConnectorsImgLbl = new QLabel(CMainPage);
- mConnectorsImgLbl->setObjectName(QString::fromUtf8("mConnectorsImgLbl"));
- mConnectorsImgLbl->setGeometry(QRect(580, 30, 491, 431));
-
- retranslateUi(CMainPage);
-
- QMetaObject::connectSlotsByName(CMainPage);
- } // setupUi
-
- void retranslateUi(QWidget *CMainPage)
- {
- CMainPage->setWindowTitle(QApplication::translate("CMainPage", "Form", 0, QApplication::UnicodeUTF8));
- mInspVisuelleBtn->setText(QApplication::translate("CMainPage", "Inspection Visuelle", 0, QApplication::UnicodeUTF8));
- mConnectorsImgLbl->setText(QApplication::translate("CMainPage", "TextLabel", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class CMainPage: public Ui_CMainPage {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_CMAINPAGE_H
|