You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 rivejä
2.3 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CMainPage.ui'
  3. **
  4. ** Created: Wed Mar 27 11:28:49 2019
  5. ** by: Qt User Interface Compiler version 4.8.1
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_CMAINPAGE_H
  10. #define UI_CMAINPAGE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QFrame>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QLabel>
  18. #include <QtGui/QPushButton>
  19. #include <QtGui/QWidget>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_CMainPage
  22. {
  23. public:
  24. QPushButton *mInspVisuelleBtn;
  25. QFrame *line;
  26. QLabel *mConnectorsImgLbl;
  27. void setupUi(QWidget *CMainPage)
  28. {
  29. if (CMainPage->objectName().isEmpty())
  30. CMainPage->setObjectName(QString::fromUtf8("CMainPage"));
  31. CMainPage->resize(1124, 693);
  32. mInspVisuelleBtn = new QPushButton(CMainPage);
  33. mInspVisuelleBtn->setObjectName(QString::fromUtf8("mInspVisuelleBtn"));
  34. mInspVisuelleBtn->setGeometry(QRect(40, 210, 111, 23));
  35. line = new QFrame(CMainPage);
  36. line->setObjectName(QString::fromUtf8("line"));
  37. line->setGeometry(QRect(550, 30, 20, 641));
  38. line->setFrameShape(QFrame::VLine);
  39. line->setFrameShadow(QFrame::Sunken);
  40. mConnectorsImgLbl = new QLabel(CMainPage);
  41. mConnectorsImgLbl->setObjectName(QString::fromUtf8("mConnectorsImgLbl"));
  42. mConnectorsImgLbl->setGeometry(QRect(580, 30, 491, 431));
  43. retranslateUi(CMainPage);
  44. QMetaObject::connectSlotsByName(CMainPage);
  45. } // setupUi
  46. void retranslateUi(QWidget *CMainPage)
  47. {
  48. CMainPage->setWindowTitle(QApplication::translate("CMainPage", "Form", 0, QApplication::UnicodeUTF8));
  49. mInspVisuelleBtn->setText(QApplication::translate("CMainPage", "Inspection Visuelle", 0, QApplication::UnicodeUTF8));
  50. mConnectorsImgLbl->setText(QApplication::translate("CMainPage", "TextLabel", 0, QApplication::UnicodeUTF8));
  51. } // retranslateUi
  52. };
  53. namespace Ui {
  54. class CMainPage: public Ui_CMainPage {};
  55. } // namespace Ui
  56. QT_END_NAMESPACE
  57. #endif // UI_CMAINPAGE_H