1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'executorgeneralwidget.ui' |
3 | ** |
4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 | ********************************************************************************/ |
8 | |
9 | #ifndef UI_EXECUTORGENERALWIDGET_H |
10 | #define UI_EXECUTORGENERALWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtGui/QIcon> |
14 | #include <QtWidgets/QApplication> |
15 | #include <QtWidgets/QCheckBox> |
16 | #include <QtWidgets/QGridLayout> |
17 | #include <QtWidgets/QGroupBox> |
18 | #include <QtWidgets/QHBoxLayout> |
19 | #include <QtWidgets/QLabel> |
20 | #include <QtWidgets/QLineEdit> |
21 | #include <QtWidgets/QSpacerItem> |
22 | #include <QtWidgets/QToolButton> |
23 | #include <QtWidgets/QVBoxLayout> |
24 | #include <QtWidgets/QWidget> |
25 | |
26 | QT_BEGIN_NAMESPACE |
27 | |
28 | class Ui_ExecutorGeneralWidget |
29 | { |
30 | public: |
31 | QGridLayout *gridLayout; |
32 | QWidget *widget; |
33 | QVBoxLayout *verticalLayout; |
34 | QCheckBox *chkPauseConsole; |
35 | QCheckBox *chkMinimizeOnRun; |
36 | QSpacerItem *horizontalSpacer; |
37 | QGroupBox *grpExecuteParameters; |
38 | QHBoxLayout *horizontalLayout; |
39 | QLineEdit *txtExecuteParamaters; |
40 | QGroupBox *grpRedirectInput; |
41 | QGridLayout *gridLayout_2; |
42 | QLabel *label_3; |
43 | QLabel *label_2; |
44 | QLabel *label_4; |
45 | QToolButton *btnBrowse; |
46 | QLineEdit *txtRedirectInputFile; |
47 | QSpacerItem *verticalSpacer; |
48 | |
49 | void setupUi(QWidget *ExecutorGeneralWidget) |
50 | { |
51 | if (ExecutorGeneralWidget->objectName().isEmpty()) |
52 | ExecutorGeneralWidget->setObjectName(QString::fromUtf8("ExecutorGeneralWidget" )); |
53 | ExecutorGeneralWidget->resize(617, 449); |
54 | gridLayout = new QGridLayout(ExecutorGeneralWidget); |
55 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
56 | widget = new QWidget(ExecutorGeneralWidget); |
57 | widget->setObjectName(QString::fromUtf8("widget" )); |
58 | verticalLayout = new QVBoxLayout(widget); |
59 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
60 | chkPauseConsole = new QCheckBox(widget); |
61 | chkPauseConsole->setObjectName(QString::fromUtf8("chkPauseConsole" )); |
62 | |
63 | verticalLayout->addWidget(chkPauseConsole); |
64 | |
65 | chkMinimizeOnRun = new QCheckBox(widget); |
66 | chkMinimizeOnRun->setObjectName(QString::fromUtf8("chkMinimizeOnRun" )); |
67 | |
68 | verticalLayout->addWidget(chkMinimizeOnRun); |
69 | |
70 | |
71 | gridLayout->addWidget(widget, 0, 0, 1, 1); |
72 | |
73 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
74 | |
75 | gridLayout->addItem(horizontalSpacer, 0, 1, 1, 1); |
76 | |
77 | grpExecuteParameters = new QGroupBox(ExecutorGeneralWidget); |
78 | grpExecuteParameters->setObjectName(QString::fromUtf8("grpExecuteParameters" )); |
79 | grpExecuteParameters->setCheckable(true); |
80 | horizontalLayout = new QHBoxLayout(grpExecuteParameters); |
81 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
82 | txtExecuteParamaters = new QLineEdit(grpExecuteParameters); |
83 | txtExecuteParamaters->setObjectName(QString::fromUtf8("txtExecuteParamaters" )); |
84 | |
85 | horizontalLayout->addWidget(txtExecuteParamaters); |
86 | |
87 | |
88 | gridLayout->addWidget(grpExecuteParameters, 1, 0, 1, 2); |
89 | |
90 | grpRedirectInput = new QGroupBox(ExecutorGeneralWidget); |
91 | grpRedirectInput->setObjectName(QString::fromUtf8("grpRedirectInput" )); |
92 | grpRedirectInput->setCheckable(true); |
93 | gridLayout_2 = new QGridLayout(grpRedirectInput); |
94 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
95 | label_3 = new QLabel(grpRedirectInput); |
96 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
97 | QFont font; |
98 | font.setBold(true); |
99 | font.setWeight(75); |
100 | label_3->setFont(font); |
101 | |
102 | gridLayout_2->addWidget(label_3, 2, 1, 1, 1); |
103 | |
104 | label_2 = new QLabel(grpRedirectInput); |
105 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
106 | label_2->setFont(font); |
107 | |
108 | gridLayout_2->addWidget(label_2, 1, 1, 1, 1); |
109 | |
110 | label_4 = new QLabel(grpRedirectInput); |
111 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
112 | label_4->setFont(font); |
113 | |
114 | gridLayout_2->addWidget(label_4, 3, 1, 1, 1); |
115 | |
116 | btnBrowse = new QToolButton(grpRedirectInput); |
117 | btnBrowse->setObjectName(QString::fromUtf8("btnBrowse" )); |
118 | QIcon icon; |
119 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
120 | btnBrowse->setIcon(icon); |
121 | |
122 | gridLayout_2->addWidget(btnBrowse, 0, 2, 1, 1); |
123 | |
124 | txtRedirectInputFile = new QLineEdit(grpRedirectInput); |
125 | txtRedirectInputFile->setObjectName(QString::fromUtf8("txtRedirectInputFile" )); |
126 | |
127 | gridLayout_2->addWidget(txtRedirectInputFile, 0, 1, 1, 1); |
128 | |
129 | |
130 | gridLayout->addWidget(grpRedirectInput, 2, 0, 1, 2); |
131 | |
132 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
133 | |
134 | gridLayout->addItem(verticalSpacer, 3, 0, 1, 2); |
135 | |
136 | |
137 | retranslateUi(ExecutorGeneralWidget); |
138 | |
139 | QMetaObject::connectSlotsByName(ExecutorGeneralWidget); |
140 | } // setupUi |
141 | |
142 | void retranslateUi(QWidget *ExecutorGeneralWidget) |
143 | { |
144 | ExecutorGeneralWidget->setWindowTitle(QCoreApplication::translate("ExecutorGeneralWidget" , "Form" , nullptr)); |
145 | chkPauseConsole->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Pause console programs after return" , nullptr)); |
146 | chkMinimizeOnRun->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Minimize IDE when running programs" , nullptr)); |
147 | grpExecuteParameters->setTitle(QCoreApplication::translate("ExecutorGeneralWidget" , "Parameters to pass to your program" , nullptr)); |
148 | grpRedirectInput->setTitle(QCoreApplication::translate("ExecutorGeneralWidget" , "Redirect input to the following file:" , nullptr)); |
149 | label_3->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Debugger doesn't support this feature in Linux." , nullptr)); |
150 | label_2->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Note: " , nullptr)); |
151 | label_4->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Debugger only support this feature in gdb server mode in windows." , nullptr)); |
152 | #if QT_CONFIG(tooltip) |
153 | btnBrowse->setToolTip(QCoreApplication::translate("ExecutorGeneralWidget" , "Browse" , nullptr)); |
154 | #endif // QT_CONFIG(tooltip) |
155 | btnBrowse->setText(QCoreApplication::translate("ExecutorGeneralWidget" , "Browse" , nullptr)); |
156 | } // retranslateUi |
157 | |
158 | }; |
159 | |
160 | namespace Ui { |
161 | class ExecutorGeneralWidget: public Ui_ExecutorGeneralWidget {}; |
162 | } // namespace Ui |
163 | |
164 | QT_END_NAMESPACE |
165 | |
166 | #endif // UI_EXECUTORGENERALWIDGET_H |
167 | |