ui_pythontest.h 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'pythontest.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.12.12
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_PYTHONTEST_H
  9. #define UI_PYTHONTEST_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QMainWindow>
  13. #include <QtWidgets/QMenuBar>
  14. #include <QtWidgets/QPushButton>
  15. #include <QtWidgets/QStatusBar>
  16. #include <QtWidgets/QTextEdit>
  17. #include <QtWidgets/QWidget>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_PythonTest
  20. {
  21. public:
  22. QWidget *centralwidget;
  23. QPushButton *pushButton;
  24. QPushButton *pushButton_2;
  25. QTextEdit *textEdit;
  26. QPushButton *pushButton_3;
  27. QMenuBar *menubar;
  28. QStatusBar *statusbar;
  29. void setupUi(QMainWindow *PythonTest)
  30. {
  31. if (PythonTest->objectName().isEmpty())
  32. PythonTest->setObjectName(QString::fromUtf8("PythonTest"));
  33. PythonTest->resize(800, 600);
  34. centralwidget = new QWidget(PythonTest);
  35. centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
  36. pushButton = new QPushButton(centralwidget);
  37. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  38. pushButton->setGeometry(QRect(30, 60, 80, 30));
  39. pushButton_2 = new QPushButton(centralwidget);
  40. pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
  41. pushButton_2->setGeometry(QRect(160, 60, 80, 30));
  42. textEdit = new QTextEdit(centralwidget);
  43. textEdit->setObjectName(QString::fromUtf8("textEdit"));
  44. textEdit->setGeometry(QRect(20, 110, 741, 441));
  45. pushButton_3 = new QPushButton(centralwidget);
  46. pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
  47. pushButton_3->setGeometry(QRect(680, 60, 80, 30));
  48. PythonTest->setCentralWidget(centralwidget);
  49. menubar = new QMenuBar(PythonTest);
  50. menubar->setObjectName(QString::fromUtf8("menubar"));
  51. menubar->setGeometry(QRect(0, 0, 800, 27));
  52. PythonTest->setMenuBar(menubar);
  53. statusbar = new QStatusBar(PythonTest);
  54. statusbar->setObjectName(QString::fromUtf8("statusbar"));
  55. PythonTest->setStatusBar(statusbar);
  56. retranslateUi(PythonTest);
  57. QMetaObject::connectSlotsByName(PythonTest);
  58. } // setupUi
  59. void retranslateUi(QMainWindow *PythonTest)
  60. {
  61. PythonTest->setWindowTitle(QApplication::translate("PythonTest", "PythonTest", nullptr));
  62. pushButton->setText(QApplication::translate("PythonTest", "Installdeb", nullptr));
  63. pushButton_2->setText(QApplication::translate("PythonTest", "StartTest", nullptr));
  64. pushButton_3->setText(QApplication::translate("PythonTest", "KillTEST", nullptr));
  65. } // retranslateUi
  66. };
  67. namespace Ui {
  68. class PythonTest: public Ui_PythonTest {};
  69. } // namespace Ui
  70. QT_END_NAMESPACE
  71. #endif // UI_PYTHONTEST_H