1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'mainwindow.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_MAINWINDOW_H |
10 | #define UI_MAINWINDOW_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtGui/QIcon> |
14 | #include <QtWidgets/QAction> |
15 | #include <QtWidgets/QApplication> |
16 | #include <QtWidgets/QCheckBox> |
17 | #include <QtWidgets/QComboBox> |
18 | #include <QtWidgets/QDockWidget> |
19 | #include <QtWidgets/QFrame> |
20 | #include <QtWidgets/QGridLayout> |
21 | #include <QtWidgets/QHBoxLayout> |
22 | #include <QtWidgets/QHeaderView> |
23 | #include <QtWidgets/QLabel> |
24 | #include <QtWidgets/QLineEdit> |
25 | #include <QtWidgets/QListView> |
26 | #include <QtWidgets/QMainWindow> |
27 | #include <QtWidgets/QMenu> |
28 | #include <QtWidgets/QMenuBar> |
29 | #include <QtWidgets/QPlainTextEdit> |
30 | #include <QtWidgets/QProgressBar> |
31 | #include <QtWidgets/QPushButton> |
32 | #include <QtWidgets/QSpacerItem> |
33 | #include <QtWidgets/QSplitter> |
34 | #include <QtWidgets/QStatusBar> |
35 | #include <QtWidgets/QTabWidget> |
36 | #include <QtWidgets/QTableView> |
37 | #include <QtWidgets/QToolBar> |
38 | #include <QtWidgets/QToolButton> |
39 | #include <QtWidgets/QTreeView> |
40 | #include <QtWidgets/QVBoxLayout> |
41 | #include <QtWidgets/QWidget> |
42 | #include <widgets/editorstabwidget.h> |
43 | #include <widgets/issuestable.h> |
44 | #include <widgets/linenumbertexteditor.h> |
45 | #include <widgets/qconsole.h> |
46 | #include <widgets/shrinkabletabwidget.h> |
47 | |
48 | QT_BEGIN_NAMESPACE |
49 | |
50 | class Ui_MainWindow |
51 | { |
52 | public: |
53 | QAction *actionNew; |
54 | QAction *actionOpen; |
55 | QAction *actionSave; |
56 | QAction *actionSaveAs; |
57 | QAction *actionSaveAll; |
58 | QAction *actionOptions; |
59 | QAction *actionCompile; |
60 | QAction *actionRun; |
61 | QAction *actionUndo; |
62 | QAction *actionRedo; |
63 | QAction *actionCut; |
64 | QAction *actionCopy; |
65 | QAction *actionPaste; |
66 | QAction *actionSelectAll; |
67 | QAction *actionIndent; |
68 | QAction *actionUnIndent; |
69 | QAction *actionToggleComment; |
70 | QAction *actionFoldAll; |
71 | QAction *actionUnfoldAll; |
72 | QAction *actionEncode_in_ANSI; |
73 | QAction *actionEncode_in_UTF_8; |
74 | QAction *actionAuto_Detect; |
75 | QAction *actionConvert_to_ANSI; |
76 | QAction *actionConvert_to_UTF_8; |
77 | QAction *actionCompile_Run; |
78 | QAction *actionRebuild; |
79 | QAction *actionStop_Execution; |
80 | QAction *actionDebug; |
81 | QAction *actionStep_Over; |
82 | QAction *actionStep_Into; |
83 | QAction *actionStep_Out; |
84 | QAction *actionRun_To_Cursor; |
85 | QAction *actionContinue; |
86 | QAction *actionAdd_Watch; |
87 | QAction *actionView_CPU_Window; |
88 | QAction *actionExit; |
89 | QAction *actionFind; |
90 | QAction *actionFind_in_files; |
91 | QAction *actionReplace; |
92 | QAction *actionFind_Next; |
93 | QAction *actionFind_Previous; |
94 | QAction *actionRemove_Watch; |
95 | QAction *actionRemove_All_Watches; |
96 | QAction *actionModify_Watch; |
97 | QAction *actionReformat_Code; |
98 | QAction *actionBack; |
99 | QAction *actionForward; |
100 | QAction *actionClose; |
101 | QAction *actionClose_All; |
102 | QAction *actionMaximize_Editor; |
103 | QAction *actionNext_Editor; |
104 | QAction *actionPrevious_Editor; |
105 | QAction *actionToggle_Breakpoint; |
106 | QAction *actionClear_all_breakpoints; |
107 | QAction *actionBreakpoint_property; |
108 | QAction *actionGoto_Declaration; |
109 | QAction *actionGoto_Definition; |
110 | QAction *actionFind_references; |
111 | QAction *actionOpen_Containing_Folder; |
112 | QAction *actionOpen_Terminal; |
113 | QAction *actionFile_Properties; |
114 | QAction *actionClose_Project; |
115 | QAction *actionProject_options; |
116 | QAction *actionNew_Project; |
117 | QAction *actionProject_New_File; |
118 | QAction *actionAdd_to_project; |
119 | QAction *actionRemove_from_project; |
120 | QAction *actionView_Makefile; |
121 | QAction *actionMakeClean; |
122 | QAction *actionProject_Open_Folder_In_Explorer; |
123 | QAction *actionProject_Open_In_Terminal; |
124 | QAction *actionAbout; |
125 | QAction *actionRename_Symbol; |
126 | QAction *actionPrint; |
127 | QAction *actionExport_As_RTF; |
128 | QAction *actionExport_As_HTML; |
129 | QAction *actionMove_To_Other_View; |
130 | QAction *actionC_C_Reference; |
131 | QAction *actionEGE_Manual; |
132 | QAction *actionAdd_bookmark; |
133 | QAction *actionRemove_Bookmark; |
134 | QAction *actionModify_Bookmark_Description; |
135 | QAction *actionLocate_in_Files_View; |
136 | QAction *actionOpen_Folder; |
137 | QAction *actionRun_Parameters; |
138 | QAction *actionC_Reference; |
139 | QAction *actionTool_Window_Bars; |
140 | QAction *actionStatus_Bar; |
141 | QAction *actionProject; |
142 | QAction *actionWatch; |
143 | QAction *actionStructure; |
144 | QAction *actionFiles; |
145 | QAction *actionProblem_Set; |
146 | QAction *actionIssues; |
147 | QAction *actionTools_Output; |
148 | QAction *actionDebug_Window; |
149 | QAction *actionSearch; |
150 | QAction *actionTODO; |
151 | QAction *actionBookmark; |
152 | QAction *actionProblem; |
153 | QAction *actionDelete_Line; |
154 | QAction *actionDuplicate_Line; |
155 | QAction *actionDelete_Word; |
156 | QAction *actionDelete_to_EOL; |
157 | QAction *actionDelete_to_BOL; |
158 | QAction *actionInterrupt; |
159 | QAction *actionDelete_Last_Word; |
160 | QAction *actionDelete_to_Word_End; |
161 | QAction *actionNew_Class; |
162 | QAction *actionNew_Header; |
163 | QAction *actionGit_Create_Repository; |
164 | QAction *actionGit_Commit; |
165 | QAction *actionGit_Revert; |
166 | QAction *actionGit_Reset; |
167 | QAction *actionGit_Add_Files; |
168 | QAction *actionGit_Restore; |
169 | QAction *actionWebsite; |
170 | QAction *actionGit_Branch; |
171 | QAction *actionGit_Merge; |
172 | QAction *actionGit_Log; |
173 | QAction *actionGit_Remotes; |
174 | QAction *actionGit_Fetch; |
175 | QAction *actionGit_Pull; |
176 | QAction *actionGit_Push; |
177 | QAction *actionFilesView_Hide_Non_Support_Files; |
178 | QAction *actionToggle_Block_Comment; |
179 | QAction *actionMatch_Bracket; |
180 | QAction *actionMove_Selection_Up; |
181 | QAction *actionMove_Selection_Down; |
182 | QAction *actionConvert_to_UTF_8_BOM; |
183 | QAction *actionEncode_in_UTF_8_BOM; |
184 | QAction *actionCompiler_Options; |
185 | QAction *actionToggle_Explorer_Panel; |
186 | QAction *actionToggle_Messages_Panel; |
187 | QAction *actionRaylib_Manual; |
188 | QAction *actionSelect_Word; |
189 | QAction *actionGo_to_Line; |
190 | QAction *actionNew_Template; |
191 | QWidget *centralwidget; |
192 | QHBoxLayout *horizontalLayout; |
193 | QWidget *EditorPanel; |
194 | QVBoxLayout *verticalLayout_2; |
195 | QSplitter *splitterEditorPanel; |
196 | EditorsTabWidget *EditorTabsLeft; |
197 | EditorsTabWidget *EditorTabsRight; |
198 | QMenuBar *menubar; |
199 | QMenu *menuFile; |
200 | QMenu *menuTools; |
201 | QMenu *menuExecute; |
202 | QMenu *menuEdit; |
203 | QMenu *menuSearch; |
204 | QMenu *menuCode; |
205 | QMenu *menuWindow; |
206 | QMenu *menuProject; |
207 | QMenu *menuHelp; |
208 | QMenu *menuRefactor; |
209 | QMenu *menuView; |
210 | QMenu *menuTool_Windows; |
211 | QMenu *menuGit; |
212 | QMenu *menuSelection; |
213 | QStatusBar *statusbar; |
214 | QToolBar *toolbarMain; |
215 | QToolBar *toolbarCode; |
216 | QToolBar *toolbarCompile; |
217 | QToolBar *toolbarDebug; |
218 | QToolBar *toolbarCompilerSet; |
219 | QDockWidget *dockExplorer; |
220 | ShrinkableTabWidget *tabExplorer; |
221 | QWidget *tabFiles; |
222 | QVBoxLayout *verticalLayout_3; |
223 | QWidget *panelFiles; |
224 | QHBoxLayout *horizontalLayout_13; |
225 | QComboBox *cbFilesPath; |
226 | QTreeView *treeFiles; |
227 | QWidget *tabProject; |
228 | QVBoxLayout *verticalLayout_9; |
229 | QTreeView *projectView; |
230 | QWidget *tabWatch; |
231 | QHBoxLayout *horizontalLayout_10; |
232 | QTreeView *watchView; |
233 | QWidget *tabStructure; |
234 | QVBoxLayout *verticalLayout_5; |
235 | QTreeView *classBrowser; |
236 | QWidget *tabProblemSet; |
237 | QVBoxLayout *verticalLayout_6; |
238 | QLabel *lblProblemSet; |
239 | QWidget *widget_2; |
240 | QHBoxLayout *horizontalLayout_15; |
241 | QToolButton *btnNewProblemSet; |
242 | QToolButton *btnAddProblem; |
243 | QToolButton *btnRemoveProblem; |
244 | QToolButton *btnSaveProblemSet; |
245 | QToolButton *btnLoadProblemSet; |
246 | QSpacerItem *horizontalSpacer_3; |
247 | QListView *lstProblemSet; |
248 | QDockWidget *dockMessages; |
249 | ShrinkableTabWidget *tabMessages; |
250 | QWidget *tabIssues; |
251 | QHBoxLayout *horizontalLayout_3; |
252 | IssuesTable *tableIssues; |
253 | QWidget *tabToolsOutput; |
254 | QHBoxLayout *horizontalLayout_2; |
255 | QPlainTextEdit *txtToolsOutput; |
256 | QWidget *tabDebug; |
257 | QHBoxLayout *horizontalLayout_4; |
258 | QSplitter *splitterDebug; |
259 | QFrame *frmEvaluate; |
260 | QGridLayout *gridLayout_2; |
261 | QLabel *lblEvaluate; |
262 | QComboBox *cbEvaluate; |
263 | QPlainTextEdit *txtEvalOutput; |
264 | QTabWidget *debugViews; |
265 | QWidget *tabDebugConsole; |
266 | QHBoxLayout *horizontalLayout_6; |
267 | QConsole *debugConsole; |
268 | QWidget *tabStackTrace; |
269 | QHBoxLayout *horizontalLayout_7; |
270 | QTableView *tblStackTrace; |
271 | QWidget *tabBreakpoints; |
272 | QHBoxLayout *horizontalLayout_8; |
273 | QTableView *tblBreakpoints; |
274 | QWidget *tabLocals; |
275 | QHBoxLayout *horizontalLayout_9; |
276 | QPlainTextEdit *txtLocals; |
277 | QWidget *tabMemory; |
278 | QGridLayout *gridLayout; |
279 | QLabel *label_3; |
280 | QTableView *tblMemoryView; |
281 | QComboBox *cbMemoryAddress; |
282 | QWidget *tabSearch; |
283 | QVBoxLayout *verticalLayout_4; |
284 | QWidget *searchHistoryPanel; |
285 | QHBoxLayout *horizontalLayout_11; |
286 | QLabel *label; |
287 | QComboBox *cbSearchHistory; |
288 | QPushButton *btnSearchAgain; |
289 | QSpacerItem *horizontalSpacer; |
290 | QWidget *replacePanel; |
291 | QHBoxLayout *horizontalLayout_12; |
292 | QLabel *label_2; |
293 | QComboBox *cbReplaceInHistory; |
294 | QPushButton *btnReplace; |
295 | QPushButton *btnCancelReplace; |
296 | QSpacerItem *horizontalSpacer_2; |
297 | QTreeView *searchView; |
298 | QWidget *tabTODO; |
299 | QHBoxLayout *horizontalLayout_5; |
300 | QTableView *tableTODO; |
301 | QWidget *tabBookmark; |
302 | QHBoxLayout *horizontalLayout_14; |
303 | QTableView *tableBookmark; |
304 | QWidget *tabProblem; |
305 | QVBoxLayout *verticalLayout_8; |
306 | QSplitter *splitterProblem; |
307 | QWidget *panelProblemCaseInfo; |
308 | QVBoxLayout *verticalLayout_7; |
309 | QLabel *lblProblem; |
310 | QWidget *widget_3; |
311 | QHBoxLayout *horizontalLayout_16; |
312 | QWidget *widget_6; |
313 | QHBoxLayout *horizontalLayout_17; |
314 | QToolButton *btnAddProblemCase; |
315 | QToolButton *btnRemoveProblemCase; |
316 | QToolButton *btnOpenProblemAnswer; |
317 | QFrame *line; |
318 | QToolButton *btnRunAllProblemCases; |
319 | QToolButton *btnCaseValidateOptions; |
320 | QSpacerItem *horizontalSpacer_4; |
321 | QProgressBar *pbProblemCases; |
322 | QTableView *tblProblemCases; |
323 | QWidget *panelProblemCase; |
324 | QGridLayout *gridLayout_3; |
325 | QWidget *widgetProblemCaseInputCaption; |
326 | QGridLayout *gridLayout_4; |
327 | QLineEdit *txtProblemCaseInputFileName; |
328 | QToolButton *btnProblemCaseInputFileName; |
329 | QToolButton *btnProblemCaseClearInputFileName; |
330 | QLabel *label_4; |
331 | QLabel *lblProblemCaseInput; |
332 | LineNumberTextEditor *txtProblemCaseInput; |
333 | LineNumberTextEditor *txtProblemCaseExpected; |
334 | LineNumberTextEditor *txtProblemCaseOutput; |
335 | QWidget *widgetProblemCaseExpectedCaption; |
336 | QHBoxLayout *horizontalLayout_18; |
337 | QLabel *label_5; |
338 | QLineEdit *txtProblemCaseExpectedOutputFileName; |
339 | QToolButton *btnProblemCaseClearExpectedOutputFileName; |
340 | QToolButton *btnProblemCaseExpectedOutputFileName; |
341 | QWidget *widgetProblemCaseOutputCaption; |
342 | QHBoxLayout *horizontalLayout_19; |
343 | QLabel *lblProblemCaseOutputCaption; |
344 | QSpacerItem *horizontalSpacer_5; |
345 | QCheckBox *chkIgnoreSpaces; |
346 | QLabel *lblProblemCaseExpected; |
347 | QLabel *lblProblemCaseOutput; |
348 | |
349 | void setupUi(QMainWindow *MainWindow) |
350 | { |
351 | if (MainWindow->objectName().isEmpty()) |
352 | MainWindow->setObjectName(QString::fromUtf8("MainWindow" )); |
353 | MainWindow->resize(945, 619); |
354 | QIcon icon; |
355 | icon.addFile(QString::fromUtf8(":/icons/images/devcpp.ico" ), QSize(), QIcon::Normal, QIcon::On); |
356 | MainWindow->setWindowIcon(icon); |
357 | MainWindow->setDockOptions(QMainWindow::AnimatedDocks); |
358 | actionNew = new QAction(MainWindow); |
359 | actionNew->setObjectName(QString::fromUtf8("actionNew" )); |
360 | QIcon icon1; |
361 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/050-newsrc.png" ), QSize(), QIcon::Normal, QIcon::On); |
362 | actionNew->setIcon(icon1); |
363 | actionOpen = new QAction(MainWindow); |
364 | actionOpen->setObjectName(QString::fromUtf8("actionOpen" )); |
365 | QIcon icon2; |
366 | icon2.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::On); |
367 | actionOpen->setIcon(icon2); |
368 | actionSave = new QAction(MainWindow); |
369 | actionSave->setObjectName(QString::fromUtf8("actionSave" )); |
370 | QIcon icon3; |
371 | icon3.addFile(QString::fromUtf8(":/icons/images/newlook24/070-save.png" ), QSize(), QIcon::Normal, QIcon::On); |
372 | actionSave->setIcon(icon3); |
373 | actionSaveAs = new QAction(MainWindow); |
374 | actionSaveAs->setObjectName(QString::fromUtf8("actionSaveAs" )); |
375 | QIcon icon4; |
376 | icon4.addFile(QString::fromUtf8(":/icons/images/newlook24/072-saveas.png" ), QSize(), QIcon::Normal, QIcon::On); |
377 | actionSaveAs->setIcon(icon4); |
378 | actionSaveAll = new QAction(MainWindow); |
379 | actionSaveAll->setObjectName(QString::fromUtf8("actionSaveAll" )); |
380 | QIcon icon5; |
381 | icon5.addFile(QString::fromUtf8(":/icons/images/newlook24/071-saveall.png" ), QSize(), QIcon::Normal, QIcon::On); |
382 | actionSaveAll->setIcon(icon5); |
383 | actionOptions = new QAction(MainWindow); |
384 | actionOptions->setObjectName(QString::fromUtf8("actionOptions" )); |
385 | QIcon icon6; |
386 | icon6.addFile(QString::fromUtf8(":/icons/images/newlook24/061-rebuild.png" ), QSize(), QIcon::Normal, QIcon::Off); |
387 | actionOptions->setIcon(icon6); |
388 | actionCompile = new QAction(MainWindow); |
389 | actionCompile->setObjectName(QString::fromUtf8("actionCompile" )); |
390 | QIcon icon7; |
391 | icon7.addFile(QString::fromUtf8(":/icons/images/newlook24/013-compile.png" ), QSize(), QIcon::Normal, QIcon::On); |
392 | actionCompile->setIcon(icon7); |
393 | actionRun = new QAction(MainWindow); |
394 | actionRun->setObjectName(QString::fromUtf8("actionRun" )); |
395 | QIcon icon8; |
396 | icon8.addFile(QString::fromUtf8(":/icons/images/newlook24/069-run.png" ), QSize(), QIcon::Normal, QIcon::On); |
397 | actionRun->setIcon(icon8); |
398 | actionUndo = new QAction(MainWindow); |
399 | actionUndo->setObjectName(QString::fromUtf8("actionUndo" )); |
400 | QIcon icon9; |
401 | icon9.addFile(QString::fromUtf8(":/icons/images/newlook24/086-undo.png" ), QSize(), QIcon::Normal, QIcon::On); |
402 | actionUndo->setIcon(icon9); |
403 | actionRedo = new QAction(MainWindow); |
404 | actionRedo->setObjectName(QString::fromUtf8("actionRedo" )); |
405 | QIcon icon10; |
406 | icon10.addFile(QString::fromUtf8(":/icons/images/newlook24/062-redo.png" ), QSize(), QIcon::Normal, QIcon::On); |
407 | actionRedo->setIcon(icon10); |
408 | actionCut = new QAction(MainWindow); |
409 | actionCut->setObjectName(QString::fromUtf8("actionCut" )); |
410 | QIcon icon11; |
411 | icon11.addFile(QString::fromUtf8(":/icons/images/newlook24/019-cut.png" ), QSize(), QIcon::Normal, QIcon::On); |
412 | actionCut->setIcon(icon11); |
413 | actionCopy = new QAction(MainWindow); |
414 | actionCopy->setObjectName(QString::fromUtf8("actionCopy" )); |
415 | QIcon icon12; |
416 | icon12.addFile(QString::fromUtf8(":/icons/images/newlook24/018-copy.png" ), QSize(), QIcon::Normal, QIcon::On); |
417 | actionCopy->setIcon(icon12); |
418 | actionPaste = new QAction(MainWindow); |
419 | actionPaste->setObjectName(QString::fromUtf8("actionPaste" )); |
420 | QIcon icon13; |
421 | icon13.addFile(QString::fromUtf8(":/icons/images/newlook24/057-paste.png" ), QSize(), QIcon::Normal, QIcon::On); |
422 | actionPaste->setIcon(icon13); |
423 | actionSelectAll = new QAction(MainWindow); |
424 | actionSelectAll->setObjectName(QString::fromUtf8("actionSelectAll" )); |
425 | actionIndent = new QAction(MainWindow); |
426 | actionIndent->setObjectName(QString::fromUtf8("actionIndent" )); |
427 | QIcon icon14; |
428 | icon14.addFile(QString::fromUtf8(":/icons/images/newlook24/031-Edit-Indent.png" ), QSize(), QIcon::Normal, QIcon::On); |
429 | actionIndent->setIcon(icon14); |
430 | actionUnIndent = new QAction(MainWindow); |
431 | actionUnIndent->setObjectName(QString::fromUtf8("actionUnIndent" )); |
432 | QIcon icon15; |
433 | icon15.addFile(QString::fromUtf8(":/icons/images/newlook24/032-Edit-Unindent.png" ), QSize(), QIcon::Normal, QIcon::On); |
434 | actionUnIndent->setIcon(icon15); |
435 | actionToggleComment = new QAction(MainWindow); |
436 | actionToggleComment->setObjectName(QString::fromUtf8("actionToggleComment" )); |
437 | actionFoldAll = new QAction(MainWindow); |
438 | actionFoldAll->setObjectName(QString::fromUtf8("actionFoldAll" )); |
439 | actionFoldAll->setEnabled(true); |
440 | actionUnfoldAll = new QAction(MainWindow); |
441 | actionUnfoldAll->setObjectName(QString::fromUtf8("actionUnfoldAll" )); |
442 | actionEncode_in_ANSI = new QAction(MainWindow); |
443 | actionEncode_in_ANSI->setObjectName(QString::fromUtf8("actionEncode_in_ANSI" )); |
444 | actionEncode_in_UTF_8 = new QAction(MainWindow); |
445 | actionEncode_in_UTF_8->setObjectName(QString::fromUtf8("actionEncode_in_UTF_8" )); |
446 | actionAuto_Detect = new QAction(MainWindow); |
447 | actionAuto_Detect->setObjectName(QString::fromUtf8("actionAuto_Detect" )); |
448 | actionConvert_to_ANSI = new QAction(MainWindow); |
449 | actionConvert_to_ANSI->setObjectName(QString::fromUtf8("actionConvert_to_ANSI" )); |
450 | actionConvert_to_UTF_8 = new QAction(MainWindow); |
451 | actionConvert_to_UTF_8->setObjectName(QString::fromUtf8("actionConvert_to_UTF_8" )); |
452 | actionCompile_Run = new QAction(MainWindow); |
453 | actionCompile_Run->setObjectName(QString::fromUtf8("actionCompile_Run" )); |
454 | QIcon icon16; |
455 | icon16.addFile(QString::fromUtf8(":/icons/images/newlook24/017-comprun.png" ), QSize(), QIcon::Normal, QIcon::On); |
456 | actionCompile_Run->setIcon(icon16); |
457 | actionRebuild = new QAction(MainWindow); |
458 | actionRebuild->setObjectName(QString::fromUtf8("actionRebuild" )); |
459 | QIcon icon17; |
460 | icon17.addFile(QString::fromUtf8(":/icons/images/newlook24/061-rebuild.png" ), QSize(), QIcon::Normal, QIcon::On); |
461 | actionRebuild->setIcon(icon17); |
462 | actionStop_Execution = new QAction(MainWindow); |
463 | actionStop_Execution->setObjectName(QString::fromUtf8("actionStop_Execution" )); |
464 | QIcon icon18; |
465 | icon18.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png" ), QSize(), QIcon::Normal, QIcon::On); |
466 | actionStop_Execution->setIcon(icon18); |
467 | actionDebug = new QAction(MainWindow); |
468 | actionDebug->setObjectName(QString::fromUtf8("actionDebug" )); |
469 | QIcon icon19; |
470 | icon19.addFile(QString::fromUtf8(":/icons/images/newlook24/022-debug-new-tm.png" ), QSize(), QIcon::Normal, QIcon::Off); |
471 | actionDebug->setIcon(icon19); |
472 | actionStep_Over = new QAction(MainWindow); |
473 | actionStep_Over->setObjectName(QString::fromUtf8("actionStep_Over" )); |
474 | QIcon icon20; |
475 | icon20.addFile(QString::fromUtf8(":/icons/images/newlook24/028-Debug-StepOver.png" ), QSize(), QIcon::Normal, QIcon::On); |
476 | actionStep_Over->setIcon(icon20); |
477 | actionStep_Into = new QAction(MainWindow); |
478 | actionStep_Into->setObjectName(QString::fromUtf8("actionStep_Into" )); |
479 | QIcon icon21; |
480 | icon21.addFile(QString::fromUtf8(":/icons/images/newlook24/024-Debug-StepInto.png" ), QSize(), QIcon::Normal, QIcon::On); |
481 | actionStep_Into->setIcon(icon21); |
482 | actionStep_Out = new QAction(MainWindow); |
483 | actionStep_Out->setObjectName(QString::fromUtf8("actionStep_Out" )); |
484 | QIcon icon22; |
485 | icon22.addFile(QString::fromUtf8(":/icons/images/newlook24/026-Debug-StepOut.png" ), QSize(), QIcon::Normal, QIcon::On); |
486 | actionStep_Out->setIcon(icon22); |
487 | actionRun_To_Cursor = new QAction(MainWindow); |
488 | actionRun_To_Cursor->setObjectName(QString::fromUtf8("actionRun_To_Cursor" )); |
489 | actionContinue = new QAction(MainWindow); |
490 | actionContinue->setObjectName(QString::fromUtf8("actionContinue" )); |
491 | QIcon icon23; |
492 | icon23.addFile(QString::fromUtf8(":/icons/images/newlook24/021-Debug-Continue.png" ), QSize(), QIcon::Normal, QIcon::On); |
493 | actionContinue->setIcon(icon23); |
494 | actionAdd_Watch = new QAction(MainWindow); |
495 | actionAdd_Watch->setObjectName(QString::fromUtf8("actionAdd_Watch" )); |
496 | QIcon icon24; |
497 | icon24.addFile(QString::fromUtf8(":/icons/images/newlook24/088-watch.png" ), QSize(), QIcon::Normal, QIcon::On); |
498 | actionAdd_Watch->setIcon(icon24); |
499 | actionView_CPU_Window = new QAction(MainWindow); |
500 | actionView_CPU_Window->setObjectName(QString::fromUtf8("actionView_CPU_Window" )); |
501 | actionExit = new QAction(MainWindow); |
502 | actionExit->setObjectName(QString::fromUtf8("actionExit" )); |
503 | actionFind = new QAction(MainWindow); |
504 | actionFind->setObjectName(QString::fromUtf8("actionFind" )); |
505 | QIcon icon25; |
506 | icon25.addFile(QString::fromUtf8(":/icons/images/newlook24/079-srchrep.png" ), QSize(), QIcon::Normal, QIcon::On); |
507 | actionFind->setIcon(icon25); |
508 | actionFind_in_files = new QAction(MainWindow); |
509 | actionFind_in_files->setObjectName(QString::fromUtf8("actionFind_in_files" )); |
510 | actionReplace = new QAction(MainWindow); |
511 | actionReplace->setObjectName(QString::fromUtf8("actionReplace" )); |
512 | QIcon icon26; |
513 | icon26.addFile(QString::fromUtf8(":/icons/images/newlook24/066-replace.png" ), QSize(), QIcon::Normal, QIcon::On); |
514 | actionReplace->setIcon(icon26); |
515 | actionFind_Next = new QAction(MainWindow); |
516 | actionFind_Next->setObjectName(QString::fromUtf8("actionFind_Next" )); |
517 | actionFind_Previous = new QAction(MainWindow); |
518 | actionFind_Previous->setObjectName(QString::fromUtf8("actionFind_Previous" )); |
519 | actionRemove_Watch = new QAction(MainWindow); |
520 | actionRemove_Watch->setObjectName(QString::fromUtf8("actionRemove_Watch" )); |
521 | actionRemove_All_Watches = new QAction(MainWindow); |
522 | actionRemove_All_Watches->setObjectName(QString::fromUtf8("actionRemove_All_Watches" )); |
523 | actionModify_Watch = new QAction(MainWindow); |
524 | actionModify_Watch->setObjectName(QString::fromUtf8("actionModify_Watch" )); |
525 | actionReformat_Code = new QAction(MainWindow); |
526 | actionReformat_Code->setObjectName(QString::fromUtf8("actionReformat_Code" )); |
527 | QIcon icon27; |
528 | icon27.addFile(QString::fromUtf8(":/icons/images/newlook24/063-reformat.png" ), QSize(), QIcon::Normal, QIcon::On); |
529 | actionReformat_Code->setIcon(icon27); |
530 | actionBack = new QAction(MainWindow); |
531 | actionBack->setObjectName(QString::fromUtf8("actionBack" )); |
532 | QIcon icon28; |
533 | icon28.addFile(QString::fromUtf8(":/icons/images/newlook24/006-Back.png" ), QSize(), QIcon::Normal, QIcon::On); |
534 | actionBack->setIcon(icon28); |
535 | actionForward = new QAction(MainWindow); |
536 | actionForward->setObjectName(QString::fromUtf8("actionForward" )); |
537 | QIcon icon29; |
538 | icon29.addFile(QString::fromUtf8(":/icons/images/newlook24/038-Forward.png" ), QSize(), QIcon::Normal, QIcon::On); |
539 | actionForward->setIcon(icon29); |
540 | actionClose = new QAction(MainWindow); |
541 | actionClose->setObjectName(QString::fromUtf8("actionClose" )); |
542 | QIcon icon30; |
543 | icon30.addFile(QString::fromUtf8(":/icons/images/newlook24/010-closefl.png" ), QSize(), QIcon::Normal, QIcon::On); |
544 | actionClose->setIcon(icon30); |
545 | actionClose_All = new QAction(MainWindow); |
546 | actionClose_All->setObjectName(QString::fromUtf8("actionClose_All" )); |
547 | QIcon icon31; |
548 | icon31.addFile(QString::fromUtf8(":/icons/images/newlook24/009-closeall.png" ), QSize(), QIcon::Normal, QIcon::On); |
549 | actionClose_All->setIcon(icon31); |
550 | actionMaximize_Editor = new QAction(MainWindow); |
551 | actionMaximize_Editor->setObjectName(QString::fromUtf8("actionMaximize_Editor" )); |
552 | QIcon icon32; |
553 | icon32.addFile(QString::fromUtf8(":/icons/images/newlook24/030-dos.png" ), QSize(), QIcon::Normal, QIcon::On); |
554 | actionMaximize_Editor->setIcon(icon32); |
555 | actionNext_Editor = new QAction(MainWindow); |
556 | actionNext_Editor->setObjectName(QString::fromUtf8("actionNext_Editor" )); |
557 | actionNext_Editor->setIcon(icon29); |
558 | actionPrevious_Editor = new QAction(MainWindow); |
559 | actionPrevious_Editor->setObjectName(QString::fromUtf8("actionPrevious_Editor" )); |
560 | actionPrevious_Editor->setIcon(icon28); |
561 | actionToggle_Breakpoint = new QAction(MainWindow); |
562 | actionToggle_Breakpoint->setObjectName(QString::fromUtf8("actionToggle_Breakpoint" )); |
563 | QIcon icon33; |
564 | icon33.addFile(QString::fromUtf8(":/icons/images/editor/breakpoint.png" ), QSize(), QIcon::Normal, QIcon::On); |
565 | actionToggle_Breakpoint->setIcon(icon33); |
566 | actionClear_all_breakpoints = new QAction(MainWindow); |
567 | actionClear_all_breakpoints->setObjectName(QString::fromUtf8("actionClear_all_breakpoints" )); |
568 | actionBreakpoint_property = new QAction(MainWindow); |
569 | actionBreakpoint_property->setObjectName(QString::fromUtf8("actionBreakpoint_property" )); |
570 | actionGoto_Declaration = new QAction(MainWindow); |
571 | actionGoto_Declaration->setObjectName(QString::fromUtf8("actionGoto_Declaration" )); |
572 | actionGoto_Definition = new QAction(MainWindow); |
573 | actionGoto_Definition->setObjectName(QString::fromUtf8("actionGoto_Definition" )); |
574 | actionFind_references = new QAction(MainWindow); |
575 | actionFind_references->setObjectName(QString::fromUtf8("actionFind_references" )); |
576 | actionOpen_Containing_Folder = new QAction(MainWindow); |
577 | actionOpen_Containing_Folder->setObjectName(QString::fromUtf8("actionOpen_Containing_Folder" )); |
578 | QIcon icon34; |
579 | icon34.addFile(QString::fromUtf8(":/icons/images/newlook24/090-explorer.png" ), QSize(), QIcon::Normal, QIcon::On); |
580 | actionOpen_Containing_Folder->setIcon(icon34); |
581 | actionOpen_Containing_Folder->setShortcutContext(Qt::ApplicationShortcut); |
582 | actionOpen_Terminal = new QAction(MainWindow); |
583 | actionOpen_Terminal->setObjectName(QString::fromUtf8("actionOpen_Terminal" )); |
584 | actionOpen_Terminal->setIcon(icon32); |
585 | actionFile_Properties = new QAction(MainWindow); |
586 | actionFile_Properties->setObjectName(QString::fromUtf8("actionFile_Properties" )); |
587 | actionClose_Project = new QAction(MainWindow); |
588 | actionClose_Project->setObjectName(QString::fromUtf8("actionClose_Project" )); |
589 | actionClose_Project->setIcon(icon18); |
590 | actionProject_options = new QAction(MainWindow); |
591 | actionProject_options->setObjectName(QString::fromUtf8("actionProject_options" )); |
592 | QIcon icon35; |
593 | icon35.addFile(QString::fromUtf8(":/icons/images/newlook24/060-projopt.png" ), QSize(), QIcon::Normal, QIcon::On); |
594 | actionProject_options->setIcon(icon35); |
595 | actionNew_Project = new QAction(MainWindow); |
596 | actionNew_Project->setObjectName(QString::fromUtf8("actionNew_Project" )); |
597 | QIcon icon36; |
598 | icon36.addFile(QString::fromUtf8(":/icons/images/newlook24/049-newproj.png" ), QSize(), QIcon::Normal, QIcon::On); |
599 | actionNew_Project->setIcon(icon36); |
600 | actionProject_New_File = new QAction(MainWindow); |
601 | actionProject_New_File->setObjectName(QString::fromUtf8("actionProject_New_File" )); |
602 | QIcon icon37; |
603 | icon37.addFile(QString::fromUtf8(":/icons/images/newlook24/050-newsrc.png" ), QSize(), QIcon::Normal, QIcon::Off); |
604 | actionProject_New_File->setIcon(icon37); |
605 | actionAdd_to_project = new QAction(MainWindow); |
606 | actionAdd_to_project->setObjectName(QString::fromUtf8("actionAdd_to_project" )); |
607 | QIcon icon38; |
608 | icon38.addFile(QString::fromUtf8(":/icons/images/newlook24/004-addsrc.png" ), QSize(), QIcon::Normal, QIcon::Off); |
609 | actionAdd_to_project->setIcon(icon38); |
610 | actionRemove_from_project = new QAction(MainWindow); |
611 | actionRemove_from_project->setObjectName(QString::fromUtf8("actionRemove_from_project" )); |
612 | QIcon icon39; |
613 | icon39.addFile(QString::fromUtf8(":/icons/images/newlook24/064-remsrc.png" ), QSize(), QIcon::Normal, QIcon::Off); |
614 | actionRemove_from_project->setIcon(icon39); |
615 | actionView_Makefile = new QAction(MainWindow); |
616 | actionView_Makefile->setObjectName(QString::fromUtf8("actionView_Makefile" )); |
617 | actionMakeClean = new QAction(MainWindow); |
618 | actionMakeClean->setObjectName(QString::fromUtf8("actionMakeClean" )); |
619 | QIcon icon40; |
620 | icon40.addFile(QString::fromUtf8(":/icons/images/newlook24/011-clrhist.png" ), QSize(), QIcon::Normal, QIcon::Off); |
621 | actionMakeClean->setIcon(icon40); |
622 | actionProject_Open_Folder_In_Explorer = new QAction(MainWindow); |
623 | actionProject_Open_Folder_In_Explorer->setObjectName(QString::fromUtf8("actionProject_Open_Folder_In_Explorer" )); |
624 | QIcon icon41; |
625 | icon41.addFile(QString::fromUtf8(":/icons/images/newlook24/090-explorer.png" ), QSize(), QIcon::Normal, QIcon::Off); |
626 | actionProject_Open_Folder_In_Explorer->setIcon(icon41); |
627 | actionProject_Open_In_Terminal = new QAction(MainWindow); |
628 | actionProject_Open_In_Terminal->setObjectName(QString::fromUtf8("actionProject_Open_In_Terminal" )); |
629 | QIcon icon42; |
630 | icon42.addFile(QString::fromUtf8(":/icons/images/newlook24/030-dos.png" ), QSize(), QIcon::Normal, QIcon::Off); |
631 | actionProject_Open_In_Terminal->setIcon(icon42); |
632 | actionAbout = new QAction(MainWindow); |
633 | actionAbout->setObjectName(QString::fromUtf8("actionAbout" )); |
634 | QIcon icon43; |
635 | icon43.addFile(QString::fromUtf8(":/icons/images/newlook24/001-about.png" ), QSize(), QIcon::Normal, QIcon::Off); |
636 | actionAbout->setIcon(icon43); |
637 | actionRename_Symbol = new QAction(MainWindow); |
638 | actionRename_Symbol->setObjectName(QString::fromUtf8("actionRename_Symbol" )); |
639 | actionPrint = new QAction(MainWindow); |
640 | actionPrint->setObjectName(QString::fromUtf8("actionPrint" )); |
641 | QIcon icon44; |
642 | icon44.addFile(QString::fromUtf8(":/icons/images/newlook24/055-package.png" ), QSize(), QIcon::Normal, QIcon::Off); |
643 | actionPrint->setIcon(icon44); |
644 | actionExport_As_RTF = new QAction(MainWindow); |
645 | actionExport_As_RTF->setObjectName(QString::fromUtf8("actionExport_As_RTF" )); |
646 | actionExport_As_HTML = new QAction(MainWindow); |
647 | actionExport_As_HTML->setObjectName(QString::fromUtf8("actionExport_As_HTML" )); |
648 | actionMove_To_Other_View = new QAction(MainWindow); |
649 | actionMove_To_Other_View->setObjectName(QString::fromUtf8("actionMove_To_Other_View" )); |
650 | actionMove_To_Other_View->setShortcutContext(Qt::ApplicationShortcut); |
651 | actionC_C_Reference = new QAction(MainWindow); |
652 | actionC_C_Reference->setObjectName(QString::fromUtf8("actionC_C_Reference" )); |
653 | actionEGE_Manual = new QAction(MainWindow); |
654 | actionEGE_Manual->setObjectName(QString::fromUtf8("actionEGE_Manual" )); |
655 | actionAdd_bookmark = new QAction(MainWindow); |
656 | actionAdd_bookmark->setObjectName(QString::fromUtf8("actionAdd_bookmark" )); |
657 | QIcon icon45; |
658 | icon45.addFile(QString::fromUtf8(":/icons/images/newlook24/003-addbook.png" ), QSize(), QIcon::Normal, QIcon::Off); |
659 | actionAdd_bookmark->setIcon(icon45); |
660 | actionRemove_Bookmark = new QAction(MainWindow); |
661 | actionRemove_Bookmark->setObjectName(QString::fromUtf8("actionRemove_Bookmark" )); |
662 | actionRemove_Bookmark->setIcon(icon39); |
663 | actionModify_Bookmark_Description = new QAction(MainWindow); |
664 | actionModify_Bookmark_Description->setObjectName(QString::fromUtf8("actionModify_Bookmark_Description" )); |
665 | actionLocate_in_Files_View = new QAction(MainWindow); |
666 | actionLocate_in_Files_View->setObjectName(QString::fromUtf8("actionLocate_in_Files_View" )); |
667 | QIcon icon46; |
668 | icon46.addFile(QString::fromUtf8(":/icons/images/newlook24/046-Locate.png" ), QSize(), QIcon::Normal, QIcon::Off); |
669 | actionLocate_in_Files_View->setIcon(icon46); |
670 | actionOpen_Folder = new QAction(MainWindow); |
671 | actionOpen_Folder->setObjectName(QString::fromUtf8("actionOpen_Folder" )); |
672 | QIcon icon47; |
673 | icon47.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
674 | actionOpen_Folder->setIcon(icon47); |
675 | actionRun_Parameters = new QAction(MainWindow); |
676 | actionRun_Parameters->setObjectName(QString::fromUtf8("actionRun_Parameters" )); |
677 | QIcon icon48; |
678 | icon48.addFile(QString::fromUtf8(":/icons/images/newlook24/014-compopt.png" ), QSize(), QIcon::Normal, QIcon::Off); |
679 | actionRun_Parameters->setIcon(icon48); |
680 | actionC_Reference = new QAction(MainWindow); |
681 | actionC_Reference->setObjectName(QString::fromUtf8("actionC_Reference" )); |
682 | actionTool_Window_Bars = new QAction(MainWindow); |
683 | actionTool_Window_Bars->setObjectName(QString::fromUtf8("actionTool_Window_Bars" )); |
684 | actionTool_Window_Bars->setCheckable(true); |
685 | actionStatus_Bar = new QAction(MainWindow); |
686 | actionStatus_Bar->setObjectName(QString::fromUtf8("actionStatus_Bar" )); |
687 | actionStatus_Bar->setCheckable(true); |
688 | actionProject = new QAction(MainWindow); |
689 | actionProject->setObjectName(QString::fromUtf8("actionProject" )); |
690 | actionProject->setCheckable(true); |
691 | actionWatch = new QAction(MainWindow); |
692 | actionWatch->setObjectName(QString::fromUtf8("actionWatch" )); |
693 | actionWatch->setCheckable(true); |
694 | actionStructure = new QAction(MainWindow); |
695 | actionStructure->setObjectName(QString::fromUtf8("actionStructure" )); |
696 | actionStructure->setCheckable(true); |
697 | actionFiles = new QAction(MainWindow); |
698 | actionFiles->setObjectName(QString::fromUtf8("actionFiles" )); |
699 | actionFiles->setCheckable(true); |
700 | actionProblem_Set = new QAction(MainWindow); |
701 | actionProblem_Set->setObjectName(QString::fromUtf8("actionProblem_Set" )); |
702 | actionProblem_Set->setCheckable(true); |
703 | actionIssues = new QAction(MainWindow); |
704 | actionIssues->setObjectName(QString::fromUtf8("actionIssues" )); |
705 | actionIssues->setCheckable(true); |
706 | actionTools_Output = new QAction(MainWindow); |
707 | actionTools_Output->setObjectName(QString::fromUtf8("actionTools_Output" )); |
708 | actionTools_Output->setCheckable(true); |
709 | actionDebug_Window = new QAction(MainWindow); |
710 | actionDebug_Window->setObjectName(QString::fromUtf8("actionDebug_Window" )); |
711 | actionDebug_Window->setCheckable(true); |
712 | actionSearch = new QAction(MainWindow); |
713 | actionSearch->setObjectName(QString::fromUtf8("actionSearch" )); |
714 | actionSearch->setCheckable(true); |
715 | actionTODO = new QAction(MainWindow); |
716 | actionTODO->setObjectName(QString::fromUtf8("actionTODO" )); |
717 | actionTODO->setCheckable(true); |
718 | actionBookmark = new QAction(MainWindow); |
719 | actionBookmark->setObjectName(QString::fromUtf8("actionBookmark" )); |
720 | actionBookmark->setCheckable(true); |
721 | actionProblem = new QAction(MainWindow); |
722 | actionProblem->setObjectName(QString::fromUtf8("actionProblem" )); |
723 | actionProblem->setCheckable(true); |
724 | actionDelete_Line = new QAction(MainWindow); |
725 | actionDelete_Line->setObjectName(QString::fromUtf8("actionDelete_Line" )); |
726 | actionDuplicate_Line = new QAction(MainWindow); |
727 | actionDuplicate_Line->setObjectName(QString::fromUtf8("actionDuplicate_Line" )); |
728 | actionDelete_Word = new QAction(MainWindow); |
729 | actionDelete_Word->setObjectName(QString::fromUtf8("actionDelete_Word" )); |
730 | actionDelete_to_EOL = new QAction(MainWindow); |
731 | actionDelete_to_EOL->setObjectName(QString::fromUtf8("actionDelete_to_EOL" )); |
732 | actionDelete_to_BOL = new QAction(MainWindow); |
733 | actionDelete_to_BOL->setObjectName(QString::fromUtf8("actionDelete_to_BOL" )); |
734 | actionInterrupt = new QAction(MainWindow); |
735 | actionInterrupt->setObjectName(QString::fromUtf8("actionInterrupt" )); |
736 | QIcon icon49; |
737 | icon49.addFile(QString::fromUtf8(":/icons/images/newlook24/093-pause.png" ), QSize(), QIcon::Normal, QIcon::Off); |
738 | actionInterrupt->setIcon(icon49); |
739 | actionDelete_Last_Word = new QAction(MainWindow); |
740 | actionDelete_Last_Word->setObjectName(QString::fromUtf8("actionDelete_Last_Word" )); |
741 | actionDelete_to_Word_End = new QAction(MainWindow); |
742 | actionDelete_to_Word_End->setObjectName(QString::fromUtf8("actionDelete_to_Word_End" )); |
743 | actionNew_Class = new QAction(MainWindow); |
744 | actionNew_Class->setObjectName(QString::fromUtf8("actionNew_Class" )); |
745 | actionNew_Header = new QAction(MainWindow); |
746 | actionNew_Header->setObjectName(QString::fromUtf8("actionNew_Header" )); |
747 | actionGit_Create_Repository = new QAction(MainWindow); |
748 | actionGit_Create_Repository->setObjectName(QString::fromUtf8("actionGit_Create_Repository" )); |
749 | actionGit_Commit = new QAction(MainWindow); |
750 | actionGit_Commit->setObjectName(QString::fromUtf8("actionGit_Commit" )); |
751 | actionGit_Revert = new QAction(MainWindow); |
752 | actionGit_Revert->setObjectName(QString::fromUtf8("actionGit_Revert" )); |
753 | actionGit_Reset = new QAction(MainWindow); |
754 | actionGit_Reset->setObjectName(QString::fromUtf8("actionGit_Reset" )); |
755 | actionGit_Add_Files = new QAction(MainWindow); |
756 | actionGit_Add_Files->setObjectName(QString::fromUtf8("actionGit_Add_Files" )); |
757 | actionGit_Restore = new QAction(MainWindow); |
758 | actionGit_Restore->setObjectName(QString::fromUtf8("actionGit_Restore" )); |
759 | actionWebsite = new QAction(MainWindow); |
760 | actionWebsite->setObjectName(QString::fromUtf8("actionWebsite" )); |
761 | actionGit_Branch = new QAction(MainWindow); |
762 | actionGit_Branch->setObjectName(QString::fromUtf8("actionGit_Branch" )); |
763 | actionGit_Merge = new QAction(MainWindow); |
764 | actionGit_Merge->setObjectName(QString::fromUtf8("actionGit_Merge" )); |
765 | actionGit_Log = new QAction(MainWindow); |
766 | actionGit_Log->setObjectName(QString::fromUtf8("actionGit_Log" )); |
767 | actionGit_Remotes = new QAction(MainWindow); |
768 | actionGit_Remotes->setObjectName(QString::fromUtf8("actionGit_Remotes" )); |
769 | actionGit_Fetch = new QAction(MainWindow); |
770 | actionGit_Fetch->setObjectName(QString::fromUtf8("actionGit_Fetch" )); |
771 | actionGit_Pull = new QAction(MainWindow); |
772 | actionGit_Pull->setObjectName(QString::fromUtf8("actionGit_Pull" )); |
773 | actionGit_Push = new QAction(MainWindow); |
774 | actionGit_Push->setObjectName(QString::fromUtf8("actionGit_Push" )); |
775 | actionFilesView_Hide_Non_Support_Files = new QAction(MainWindow); |
776 | actionFilesView_Hide_Non_Support_Files->setObjectName(QString::fromUtf8("actionFilesView_Hide_Non_Support_Files" )); |
777 | actionFilesView_Hide_Non_Support_Files->setCheckable(true); |
778 | QIcon icon50; |
779 | icon50.addFile(QString::fromUtf8(":/icons/images/newlook24/037-filter.png" ), QSize(), QIcon::Normal, QIcon::Off); |
780 | actionFilesView_Hide_Non_Support_Files->setIcon(icon50); |
781 | actionToggle_Block_Comment = new QAction(MainWindow); |
782 | actionToggle_Block_Comment->setObjectName(QString::fromUtf8("actionToggle_Block_Comment" )); |
783 | actionMatch_Bracket = new QAction(MainWindow); |
784 | actionMatch_Bracket->setObjectName(QString::fromUtf8("actionMatch_Bracket" )); |
785 | actionMove_Selection_Up = new QAction(MainWindow); |
786 | actionMove_Selection_Up->setObjectName(QString::fromUtf8("actionMove_Selection_Up" )); |
787 | actionMove_Selection_Down = new QAction(MainWindow); |
788 | actionMove_Selection_Down->setObjectName(QString::fromUtf8("actionMove_Selection_Down" )); |
789 | actionConvert_to_UTF_8_BOM = new QAction(MainWindow); |
790 | actionConvert_to_UTF_8_BOM->setObjectName(QString::fromUtf8("actionConvert_to_UTF_8_BOM" )); |
791 | actionEncode_in_UTF_8_BOM = new QAction(MainWindow); |
792 | actionEncode_in_UTF_8_BOM->setObjectName(QString::fromUtf8("actionEncode_in_UTF_8_BOM" )); |
793 | actionCompiler_Options = new QAction(MainWindow); |
794 | actionCompiler_Options->setObjectName(QString::fromUtf8("actionCompiler_Options" )); |
795 | QIcon icon51; |
796 | icon51.addFile(QString::fromUtf8(":/icons/images/newlook24/084-tools.png" ), QSize(), QIcon::Normal, QIcon::Off); |
797 | actionCompiler_Options->setIcon(icon51); |
798 | actionToggle_Explorer_Panel = new QAction(MainWindow); |
799 | actionToggle_Explorer_Panel->setObjectName(QString::fromUtf8("actionToggle_Explorer_Panel" )); |
800 | actionToggle_Messages_Panel = new QAction(MainWindow); |
801 | actionToggle_Messages_Panel->setObjectName(QString::fromUtf8("actionToggle_Messages_Panel" )); |
802 | actionRaylib_Manual = new QAction(MainWindow); |
803 | actionRaylib_Manual->setObjectName(QString::fromUtf8("actionRaylib_Manual" )); |
804 | actionSelect_Word = new QAction(MainWindow); |
805 | actionSelect_Word->setObjectName(QString::fromUtf8("actionSelect_Word" )); |
806 | actionGo_to_Line = new QAction(MainWindow); |
807 | actionGo_to_Line->setObjectName(QString::fromUtf8("actionGo_to_Line" )); |
808 | actionNew_Template = new QAction(MainWindow); |
809 | actionNew_Template->setObjectName(QString::fromUtf8("actionNew_Template" )); |
810 | centralwidget = new QWidget(MainWindow); |
811 | centralwidget->setObjectName(QString::fromUtf8("centralwidget" )); |
812 | horizontalLayout = new QHBoxLayout(centralwidget); |
813 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
814 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
815 | EditorPanel = new QWidget(centralwidget); |
816 | EditorPanel->setObjectName(QString::fromUtf8("EditorPanel" )); |
817 | QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
818 | sizePolicy.setHorizontalStretch(1); |
819 | sizePolicy.setVerticalStretch(0); |
820 | sizePolicy.setHeightForWidth(EditorPanel->sizePolicy().hasHeightForWidth()); |
821 | EditorPanel->setSizePolicy(sizePolicy); |
822 | verticalLayout_2 = new QVBoxLayout(EditorPanel); |
823 | verticalLayout_2->setSpacing(0); |
824 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
825 | verticalLayout_2->setContentsMargins(0, 0, 0, 0); |
826 | splitterEditorPanel = new QSplitter(EditorPanel); |
827 | splitterEditorPanel->setObjectName(QString::fromUtf8("splitterEditorPanel" )); |
828 | QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Preferred); |
829 | sizePolicy1.setHorizontalStretch(0); |
830 | sizePolicy1.setVerticalStretch(0); |
831 | sizePolicy1.setHeightForWidth(splitterEditorPanel->sizePolicy().hasHeightForWidth()); |
832 | splitterEditorPanel->setSizePolicy(sizePolicy1); |
833 | splitterEditorPanel->setOrientation(Qt::Horizontal); |
834 | splitterEditorPanel->setHandleWidth(1); |
835 | EditorTabsLeft = new EditorsTabWidget(splitterEditorPanel); |
836 | EditorTabsLeft->setObjectName(QString::fromUtf8("EditorTabsLeft" )); |
837 | QSizePolicy sizePolicy2(QSizePolicy::Ignored, QSizePolicy::Expanding); |
838 | sizePolicy2.setHorizontalStretch(0); |
839 | sizePolicy2.setVerticalStretch(0); |
840 | sizePolicy2.setHeightForWidth(EditorTabsLeft->sizePolicy().hasHeightForWidth()); |
841 | EditorTabsLeft->setSizePolicy(sizePolicy2); |
842 | EditorTabsLeft->setDocumentMode(true); |
843 | EditorTabsLeft->setTabsClosable(true); |
844 | EditorTabsLeft->setMovable(true); |
845 | splitterEditorPanel->addWidget(EditorTabsLeft); |
846 | EditorTabsRight = new EditorsTabWidget(splitterEditorPanel); |
847 | EditorTabsRight->setObjectName(QString::fromUtf8("EditorTabsRight" )); |
848 | EditorTabsRight->setEnabled(true); |
849 | EditorTabsRight->setDocumentMode(true); |
850 | EditorTabsRight->setTabsClosable(true); |
851 | EditorTabsRight->setMovable(true); |
852 | splitterEditorPanel->addWidget(EditorTabsRight); |
853 | |
854 | verticalLayout_2->addWidget(splitterEditorPanel); |
855 | |
856 | |
857 | horizontalLayout->addWidget(EditorPanel); |
858 | |
859 | MainWindow->setCentralWidget(centralwidget); |
860 | menubar = new QMenuBar(MainWindow); |
861 | menubar->setObjectName(QString::fromUtf8("menubar" )); |
862 | menubar->setGeometry(QRect(0, 0, 945, 25)); |
863 | menuFile = new QMenu(menubar); |
864 | menuFile->setObjectName(QString::fromUtf8("menuFile" )); |
865 | menuTools = new QMenu(menubar); |
866 | menuTools->setObjectName(QString::fromUtf8("menuTools" )); |
867 | menuExecute = new QMenu(menubar); |
868 | menuExecute->setObjectName(QString::fromUtf8("menuExecute" )); |
869 | menuEdit = new QMenu(menubar); |
870 | menuEdit->setObjectName(QString::fromUtf8("menuEdit" )); |
871 | menuSearch = new QMenu(menubar); |
872 | menuSearch->setObjectName(QString::fromUtf8("menuSearch" )); |
873 | menuCode = new QMenu(menubar); |
874 | menuCode->setObjectName(QString::fromUtf8("menuCode" )); |
875 | menuWindow = new QMenu(menubar); |
876 | menuWindow->setObjectName(QString::fromUtf8("menuWindow" )); |
877 | menuProject = new QMenu(menubar); |
878 | menuProject->setObjectName(QString::fromUtf8("menuProject" )); |
879 | menuHelp = new QMenu(menubar); |
880 | menuHelp->setObjectName(QString::fromUtf8("menuHelp" )); |
881 | menuRefactor = new QMenu(menubar); |
882 | menuRefactor->setObjectName(QString::fromUtf8("menuRefactor" )); |
883 | menuView = new QMenu(menubar); |
884 | menuView->setObjectName(QString::fromUtf8("menuView" )); |
885 | menuTool_Windows = new QMenu(menuView); |
886 | menuTool_Windows->setObjectName(QString::fromUtf8("menuTool_Windows" )); |
887 | menuGit = new QMenu(menubar); |
888 | menuGit->setObjectName(QString::fromUtf8("menuGit" )); |
889 | menuSelection = new QMenu(menubar); |
890 | menuSelection->setObjectName(QString::fromUtf8("menuSelection" )); |
891 | MainWindow->setMenuBar(menubar); |
892 | statusbar = new QStatusBar(MainWindow); |
893 | statusbar->setObjectName(QString::fromUtf8("statusbar" )); |
894 | MainWindow->setStatusBar(statusbar); |
895 | toolbarMain = new QToolBar(MainWindow); |
896 | toolbarMain->setObjectName(QString::fromUtf8("toolbarMain" )); |
897 | toolbarMain->setIconSize(QSize(24, 24)); |
898 | MainWindow->addToolBar(Qt::TopToolBarArea, toolbarMain); |
899 | toolbarCode = new QToolBar(MainWindow); |
900 | toolbarCode->setObjectName(QString::fromUtf8("toolbarCode" )); |
901 | MainWindow->addToolBar(Qt::TopToolBarArea, toolbarCode); |
902 | toolbarCompile = new QToolBar(MainWindow); |
903 | toolbarCompile->setObjectName(QString::fromUtf8("toolbarCompile" )); |
904 | toolbarCompile->setIconSize(QSize(24, 24)); |
905 | MainWindow->addToolBar(Qt::TopToolBarArea, toolbarCompile); |
906 | toolbarDebug = new QToolBar(MainWindow); |
907 | toolbarDebug->setObjectName(QString::fromUtf8("toolbarDebug" )); |
908 | toolbarDebug->setIconSize(QSize(24, 24)); |
909 | MainWindow->addToolBar(Qt::TopToolBarArea, toolbarDebug); |
910 | toolbarCompilerSet = new QToolBar(MainWindow); |
911 | toolbarCompilerSet->setObjectName(QString::fromUtf8("toolbarCompilerSet" )); |
912 | toolbarCompilerSet->setIconSize(QSize(24, 24)); |
913 | MainWindow->addToolBar(Qt::TopToolBarArea, toolbarCompilerSet); |
914 | dockExplorer = new QDockWidget(MainWindow); |
915 | dockExplorer->setObjectName(QString::fromUtf8("dockExplorer" )); |
916 | dockExplorer->setFeatures(QDockWidget::DockWidgetMovable); |
917 | dockExplorer->setAllowedAreas(Qt::BottomDockWidgetArea|Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea); |
918 | tabExplorer = new ShrinkableTabWidget(); |
919 | tabExplorer->setObjectName(QString::fromUtf8("tabExplorer" )); |
920 | QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Expanding); |
921 | sizePolicy3.setHorizontalStretch(0); |
922 | sizePolicy3.setVerticalStretch(0); |
923 | sizePolicy3.setHeightForWidth(tabExplorer->sizePolicy().hasHeightForWidth()); |
924 | tabExplorer->setSizePolicy(sizePolicy3); |
925 | tabExplorer->setTabPosition(QTabWidget::West); |
926 | tabExplorer->setUsesScrollButtons(true); |
927 | tabFiles = new QWidget(); |
928 | tabFiles->setObjectName(QString::fromUtf8("tabFiles" )); |
929 | verticalLayout_3 = new QVBoxLayout(tabFiles); |
930 | verticalLayout_3->setSpacing(2); |
931 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
932 | verticalLayout_3->setContentsMargins(0, 0, 0, 0); |
933 | panelFiles = new QWidget(tabFiles); |
934 | panelFiles->setObjectName(QString::fromUtf8("panelFiles" )); |
935 | horizontalLayout_13 = new QHBoxLayout(panelFiles); |
936 | horizontalLayout_13->setSpacing(2); |
937 | horizontalLayout_13->setObjectName(QString::fromUtf8("horizontalLayout_13" )); |
938 | horizontalLayout_13->setContentsMargins(0, 0, 2, 0); |
939 | cbFilesPath = new QComboBox(panelFiles); |
940 | cbFilesPath->setObjectName(QString::fromUtf8("cbFilesPath" )); |
941 | cbFilesPath->setEditable(true); |
942 | cbFilesPath->setInsertPolicy(QComboBox::InsertAtTop); |
943 | |
944 | horizontalLayout_13->addWidget(cbFilesPath); |
945 | |
946 | |
947 | verticalLayout_3->addWidget(panelFiles); |
948 | |
949 | treeFiles = new QTreeView(tabFiles); |
950 | treeFiles->setObjectName(QString::fromUtf8("treeFiles" )); |
951 | treeFiles->setEditTriggers(QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked); |
952 | treeFiles->setDragEnabled(true); |
953 | treeFiles->setDragDropMode(QAbstractItemView::DragDrop); |
954 | treeFiles->setDefaultDropAction(Qt::MoveAction); |
955 | treeFiles->setSelectionMode(QAbstractItemView::ExtendedSelection); |
956 | treeFiles->setSortingEnabled(false); |
957 | treeFiles->header()->setVisible(false); |
958 | |
959 | verticalLayout_3->addWidget(treeFiles); |
960 | |
961 | QIcon icon52; |
962 | icon52.addFile(QString::fromUtf8(":/icons/images/newlook24/018-copy.png" ), QSize(), QIcon::Normal, QIcon::Off); |
963 | tabExplorer->addTab(tabFiles, icon52, QString()); |
964 | tabProject = new QWidget(); |
965 | tabProject->setObjectName(QString::fromUtf8("tabProject" )); |
966 | verticalLayout_9 = new QVBoxLayout(tabProject); |
967 | verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9" )); |
968 | verticalLayout_9->setContentsMargins(0, 0, 0, 0); |
969 | projectView = new QTreeView(tabProject); |
970 | projectView->setObjectName(QString::fromUtf8("projectView" )); |
971 | projectView->setEditTriggers(QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked); |
972 | projectView->setDragEnabled(true); |
973 | projectView->setDragDropMode(QAbstractItemView::InternalMove); |
974 | projectView->setDefaultDropAction(Qt::MoveAction); |
975 | projectView->setSelectionMode(QAbstractItemView::ExtendedSelection); |
976 | projectView->setSelectionBehavior(QAbstractItemView::SelectRows); |
977 | projectView->setAutoExpandDelay(500); |
978 | projectView->header()->setVisible(false); |
979 | |
980 | verticalLayout_9->addWidget(projectView); |
981 | |
982 | QIcon icon53; |
983 | icon53.addFile(QString::fromUtf8(":/icons/images/newlook24/049-newproj.png" ), QSize(), QIcon::Normal, QIcon::Off); |
984 | tabExplorer->addTab(tabProject, icon53, QString()); |
985 | tabWatch = new QWidget(); |
986 | tabWatch->setObjectName(QString::fromUtf8("tabWatch" )); |
987 | horizontalLayout_10 = new QHBoxLayout(tabWatch); |
988 | horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10" )); |
989 | horizontalLayout_10->setContentsMargins(2, 2, 2, 2); |
990 | watchView = new QTreeView(tabWatch); |
991 | watchView->setObjectName(QString::fromUtf8("watchView" )); |
992 | watchView->setEditTriggers(QAbstractItemView::DoubleClicked); |
993 | watchView->setSelectionMode(QAbstractItemView::ExtendedSelection); |
994 | watchView->setTextElideMode(Qt::ElideNone); |
995 | watchView->setWordWrap(false); |
996 | watchView->header()->setDefaultSectionSize(100); |
997 | |
998 | horizontalLayout_10->addWidget(watchView); |
999 | |
1000 | QIcon icon54; |
1001 | icon54.addFile(QString::fromUtf8(":/icons/images/newlook24/088-watch.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1002 | tabExplorer->addTab(tabWatch, icon54, QString()); |
1003 | tabStructure = new QWidget(); |
1004 | tabStructure->setObjectName(QString::fromUtf8("tabStructure" )); |
1005 | verticalLayout_5 = new QVBoxLayout(tabStructure); |
1006 | verticalLayout_5->setSpacing(0); |
1007 | verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5" )); |
1008 | verticalLayout_5->setContentsMargins(0, 0, 0, 0); |
1009 | classBrowser = new QTreeView(tabStructure); |
1010 | classBrowser->setObjectName(QString::fromUtf8("classBrowser" )); |
1011 | classBrowser->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn); |
1012 | classBrowser->setRootIsDecorated(true); |
1013 | classBrowser->header()->setVisible(false); |
1014 | |
1015 | verticalLayout_5->addWidget(classBrowser); |
1016 | |
1017 | QIcon icon55; |
1018 | icon55.addFile(QString::fromUtf8(":/icons/images/newlook24/087-update.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1019 | tabExplorer->addTab(tabStructure, icon55, QString()); |
1020 | tabProblemSet = new QWidget(); |
1021 | tabProblemSet->setObjectName(QString::fromUtf8("tabProblemSet" )); |
1022 | verticalLayout_6 = new QVBoxLayout(tabProblemSet); |
1023 | verticalLayout_6->setSpacing(3); |
1024 | verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6" )); |
1025 | verticalLayout_6->setContentsMargins(0, 0, 0, 0); |
1026 | lblProblemSet = new QLabel(tabProblemSet); |
1027 | lblProblemSet->setObjectName(QString::fromUtf8("lblProblemSet" )); |
1028 | lblProblemSet->setFrameShape(QFrame::Panel); |
1029 | lblProblemSet->setFrameShadow(QFrame::Plain); |
1030 | lblProblemSet->setMargin(5); |
1031 | |
1032 | verticalLayout_6->addWidget(lblProblemSet); |
1033 | |
1034 | widget_2 = new QWidget(tabProblemSet); |
1035 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
1036 | horizontalLayout_15 = new QHBoxLayout(widget_2); |
1037 | horizontalLayout_15->setObjectName(QString::fromUtf8("horizontalLayout_15" )); |
1038 | horizontalLayout_15->setContentsMargins(0, 0, 0, 0); |
1039 | btnNewProblemSet = new QToolButton(widget_2); |
1040 | btnNewProblemSet->setObjectName(QString::fromUtf8("btnNewProblemSet" )); |
1041 | btnNewProblemSet->setIcon(icon37); |
1042 | |
1043 | horizontalLayout_15->addWidget(btnNewProblemSet); |
1044 | |
1045 | btnAddProblem = new QToolButton(widget_2); |
1046 | btnAddProblem->setObjectName(QString::fromUtf8("btnAddProblem" )); |
1047 | QIcon icon56; |
1048 | icon56.addFile(QString::fromUtf8(":/icons/images/newlook24/002-add.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1049 | btnAddProblem->setIcon(icon56); |
1050 | |
1051 | horizontalLayout_15->addWidget(btnAddProblem); |
1052 | |
1053 | btnRemoveProblem = new QToolButton(widget_2); |
1054 | btnRemoveProblem->setObjectName(QString::fromUtf8("btnRemoveProblem" )); |
1055 | QIcon icon57; |
1056 | icon57.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1057 | btnRemoveProblem->setIcon(icon57); |
1058 | |
1059 | horizontalLayout_15->addWidget(btnRemoveProblem); |
1060 | |
1061 | btnSaveProblemSet = new QToolButton(widget_2); |
1062 | btnSaveProblemSet->setObjectName(QString::fromUtf8("btnSaveProblemSet" )); |
1063 | QIcon icon58; |
1064 | icon58.addFile(QString::fromUtf8(":/icons/images/newlook24/072-saveas.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1065 | btnSaveProblemSet->setIcon(icon58); |
1066 | |
1067 | horizontalLayout_15->addWidget(btnSaveProblemSet); |
1068 | |
1069 | btnLoadProblemSet = new QToolButton(widget_2); |
1070 | btnLoadProblemSet->setObjectName(QString::fromUtf8("btnLoadProblemSet" )); |
1071 | btnLoadProblemSet->setIcon(icon47); |
1072 | |
1073 | horizontalLayout_15->addWidget(btnLoadProblemSet); |
1074 | |
1075 | horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
1076 | |
1077 | horizontalLayout_15->addItem(horizontalSpacer_3); |
1078 | |
1079 | |
1080 | verticalLayout_6->addWidget(widget_2); |
1081 | |
1082 | lstProblemSet = new QListView(tabProblemSet); |
1083 | lstProblemSet->setObjectName(QString::fromUtf8("lstProblemSet" )); |
1084 | lstProblemSet->setDragEnabled(true); |
1085 | lstProblemSet->setDragDropMode(QAbstractItemView::InternalMove); |
1086 | lstProblemSet->setDefaultDropAction(Qt::MoveAction); |
1087 | lstProblemSet->setAlternatingRowColors(true); |
1088 | lstProblemSet->setSelectionBehavior(QAbstractItemView::SelectRows); |
1089 | |
1090 | verticalLayout_6->addWidget(lstProblemSet); |
1091 | |
1092 | tabExplorer->addTab(tabProblemSet, icon48, QString()); |
1093 | dockExplorer->setWidget(tabExplorer); |
1094 | MainWindow->addDockWidget(Qt::LeftDockWidgetArea, dockExplorer); |
1095 | dockMessages = new QDockWidget(MainWindow); |
1096 | dockMessages->setObjectName(QString::fromUtf8("dockMessages" )); |
1097 | dockMessages->setFeatures(QDockWidget::DockWidgetMovable|QDockWidget::DockWidgetVerticalTitleBar); |
1098 | dockMessages->setAllowedAreas(Qt::BottomDockWidgetArea|Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea); |
1099 | tabMessages = new ShrinkableTabWidget(); |
1100 | tabMessages->setObjectName(QString::fromUtf8("tabMessages" )); |
1101 | sizePolicy3.setHeightForWidth(tabMessages->sizePolicy().hasHeightForWidth()); |
1102 | tabMessages->setSizePolicy(sizePolicy3); |
1103 | tabMessages->setTabPosition(QTabWidget::South); |
1104 | tabMessages->setIconSize(QSize(16, 16)); |
1105 | tabIssues = new QWidget(); |
1106 | tabIssues->setObjectName(QString::fromUtf8("tabIssues" )); |
1107 | horizontalLayout_3 = new QHBoxLayout(tabIssues); |
1108 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
1109 | horizontalLayout_3->setContentsMargins(5, 5, 5, 5); |
1110 | tableIssues = new IssuesTable(tabIssues); |
1111 | tableIssues->setObjectName(QString::fromUtf8("tableIssues" )); |
1112 | QFont font; |
1113 | font.setBold(false); |
1114 | font.setWeight(50); |
1115 | tableIssues->setFont(font); |
1116 | tableIssues->setEditTriggers(QAbstractItemView::NoEditTriggers); |
1117 | tableIssues->setTabKeyNavigation(false); |
1118 | tableIssues->setProperty("showDropIndicator" , QVariant(false)); |
1119 | tableIssues->setAlternatingRowColors(true); |
1120 | tableIssues->setSelectionMode(QAbstractItemView::SingleSelection); |
1121 | tableIssues->setSelectionBehavior(QAbstractItemView::SelectRows); |
1122 | tableIssues->horizontalHeader()->setStretchLastSection(true); |
1123 | |
1124 | horizontalLayout_3->addWidget(tableIssues); |
1125 | |
1126 | tabMessages->addTab(tabIssues, icon7, QString()); |
1127 | tabToolsOutput = new QWidget(); |
1128 | tabToolsOutput->setObjectName(QString::fromUtf8("tabToolsOutput" )); |
1129 | horizontalLayout_2 = new QHBoxLayout(tabToolsOutput); |
1130 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
1131 | horizontalLayout_2->setContentsMargins(5, 5, 5, 5); |
1132 | txtToolsOutput = new QPlainTextEdit(tabToolsOutput); |
1133 | txtToolsOutput->setObjectName(QString::fromUtf8("txtToolsOutput" )); |
1134 | txtToolsOutput->setUndoRedoEnabled(false); |
1135 | txtToolsOutput->setLineWrapMode(QPlainTextEdit::NoWrap); |
1136 | txtToolsOutput->setReadOnly(true); |
1137 | txtToolsOutput->setBackgroundVisible(false); |
1138 | |
1139 | horizontalLayout_2->addWidget(txtToolsOutput); |
1140 | |
1141 | QIcon icon59; |
1142 | icon59.addFile(QString::fromUtf8(":/icons/images/newlook24/015-compres.png" ), QSize(), QIcon::Normal, QIcon::On); |
1143 | tabMessages->addTab(tabToolsOutput, icon59, QString()); |
1144 | tabDebug = new QWidget(); |
1145 | tabDebug->setObjectName(QString::fromUtf8("tabDebug" )); |
1146 | horizontalLayout_4 = new QHBoxLayout(tabDebug); |
1147 | horizontalLayout_4->setSpacing(7); |
1148 | horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4" )); |
1149 | horizontalLayout_4->setContentsMargins(0, 0, 0, 0); |
1150 | splitterDebug = new QSplitter(tabDebug); |
1151 | splitterDebug->setObjectName(QString::fromUtf8("splitterDebug" )); |
1152 | splitterDebug->setOrientation(Qt::Horizontal); |
1153 | splitterDebug->setHandleWidth(3); |
1154 | frmEvaluate = new QFrame(splitterDebug); |
1155 | frmEvaluate->setObjectName(QString::fromUtf8("frmEvaluate" )); |
1156 | frmEvaluate->setFrameShape(QFrame::StyledPanel); |
1157 | frmEvaluate->setFrameShadow(QFrame::Raised); |
1158 | gridLayout_2 = new QGridLayout(frmEvaluate); |
1159 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
1160 | gridLayout_2->setContentsMargins(7, 7, 7, 7); |
1161 | lblEvaluate = new QLabel(frmEvaluate); |
1162 | lblEvaluate->setObjectName(QString::fromUtf8("lblEvaluate" )); |
1163 | |
1164 | gridLayout_2->addWidget(lblEvaluate, 0, 0, 1, 1); |
1165 | |
1166 | cbEvaluate = new QComboBox(frmEvaluate); |
1167 | cbEvaluate->setObjectName(QString::fromUtf8("cbEvaluate" )); |
1168 | QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Fixed); |
1169 | sizePolicy4.setHorizontalStretch(0); |
1170 | sizePolicy4.setVerticalStretch(0); |
1171 | sizePolicy4.setHeightForWidth(cbEvaluate->sizePolicy().hasHeightForWidth()); |
1172 | cbEvaluate->setSizePolicy(sizePolicy4); |
1173 | cbEvaluate->setEditable(true); |
1174 | cbEvaluate->setInsertPolicy(QComboBox::InsertAtTop); |
1175 | |
1176 | gridLayout_2->addWidget(cbEvaluate, 0, 1, 1, 1); |
1177 | |
1178 | txtEvalOutput = new QPlainTextEdit(frmEvaluate); |
1179 | txtEvalOutput->setObjectName(QString::fromUtf8("txtEvalOutput" )); |
1180 | txtEvalOutput->setUndoRedoEnabled(false); |
1181 | txtEvalOutput->setReadOnly(true); |
1182 | |
1183 | gridLayout_2->addWidget(txtEvalOutput, 2, 0, 1, 2); |
1184 | |
1185 | splitterDebug->addWidget(frmEvaluate); |
1186 | debugViews = new QTabWidget(splitterDebug); |
1187 | debugViews->setObjectName(QString::fromUtf8("debugViews" )); |
1188 | debugViews->setTabPosition(QTabWidget::North); |
1189 | tabDebugConsole = new QWidget(); |
1190 | tabDebugConsole->setObjectName(QString::fromUtf8("tabDebugConsole" )); |
1191 | horizontalLayout_6 = new QHBoxLayout(tabDebugConsole); |
1192 | horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6" )); |
1193 | horizontalLayout_6->setContentsMargins(2, 2, 2, 2); |
1194 | debugConsole = new QConsole(tabDebugConsole); |
1195 | debugConsole->setObjectName(QString::fromUtf8("debugConsole" )); |
1196 | debugConsole->setFrameShape(QFrame::StyledPanel); |
1197 | debugConsole->setFrameShadow(QFrame::Raised); |
1198 | |
1199 | horizontalLayout_6->addWidget(debugConsole); |
1200 | |
1201 | debugViews->addTab(tabDebugConsole, QString()); |
1202 | tabStackTrace = new QWidget(); |
1203 | tabStackTrace->setObjectName(QString::fromUtf8("tabStackTrace" )); |
1204 | horizontalLayout_7 = new QHBoxLayout(tabStackTrace); |
1205 | horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7" )); |
1206 | horizontalLayout_7->setContentsMargins(2, 2, 2, 0); |
1207 | tblStackTrace = new QTableView(tabStackTrace); |
1208 | tblStackTrace->setObjectName(QString::fromUtf8("tblStackTrace" )); |
1209 | tblStackTrace->setAlternatingRowColors(true); |
1210 | tblStackTrace->setSelectionMode(QAbstractItemView::SingleSelection); |
1211 | tblStackTrace->setSelectionBehavior(QAbstractItemView::SelectRows); |
1212 | tblStackTrace->setTextElideMode(Qt::ElideNone); |
1213 | tblStackTrace->horizontalHeader()->setStretchLastSection(true); |
1214 | |
1215 | horizontalLayout_7->addWidget(tblStackTrace); |
1216 | |
1217 | debugViews->addTab(tabStackTrace, QString()); |
1218 | tabBreakpoints = new QWidget(); |
1219 | tabBreakpoints->setObjectName(QString::fromUtf8("tabBreakpoints" )); |
1220 | horizontalLayout_8 = new QHBoxLayout(tabBreakpoints); |
1221 | horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8" )); |
1222 | horizontalLayout_8->setContentsMargins(2, 2, 2, 0); |
1223 | tblBreakpoints = new QTableView(tabBreakpoints); |
1224 | tblBreakpoints->setObjectName(QString::fromUtf8("tblBreakpoints" )); |
1225 | tblBreakpoints->setAlternatingRowColors(true); |
1226 | tblBreakpoints->setSelectionMode(QAbstractItemView::SingleSelection); |
1227 | tblBreakpoints->setSelectionBehavior(QAbstractItemView::SelectRows); |
1228 | tblBreakpoints->setTextElideMode(Qt::ElideNone); |
1229 | tblBreakpoints->horizontalHeader()->setStretchLastSection(true); |
1230 | |
1231 | horizontalLayout_8->addWidget(tblBreakpoints); |
1232 | |
1233 | debugViews->addTab(tabBreakpoints, QString()); |
1234 | tabLocals = new QWidget(); |
1235 | tabLocals->setObjectName(QString::fromUtf8("tabLocals" )); |
1236 | horizontalLayout_9 = new QHBoxLayout(tabLocals); |
1237 | horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9" )); |
1238 | horizontalLayout_9->setContentsMargins(2, 2, 2, 0); |
1239 | txtLocals = new QPlainTextEdit(tabLocals); |
1240 | txtLocals->setObjectName(QString::fromUtf8("txtLocals" )); |
1241 | txtLocals->setUndoRedoEnabled(false); |
1242 | txtLocals->setReadOnly(true); |
1243 | |
1244 | horizontalLayout_9->addWidget(txtLocals); |
1245 | |
1246 | debugViews->addTab(tabLocals, QString()); |
1247 | tabMemory = new QWidget(); |
1248 | tabMemory->setObjectName(QString::fromUtf8("tabMemory" )); |
1249 | gridLayout = new QGridLayout(tabMemory); |
1250 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
1251 | label_3 = new QLabel(tabMemory); |
1252 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
1253 | |
1254 | gridLayout->addWidget(label_3, 0, 0, 1, 1); |
1255 | |
1256 | tblMemoryView = new QTableView(tabMemory); |
1257 | tblMemoryView->setObjectName(QString::fromUtf8("tblMemoryView" )); |
1258 | tblMemoryView->horizontalHeader()->setVisible(false); |
1259 | |
1260 | gridLayout->addWidget(tblMemoryView, 1, 0, 1, 2); |
1261 | |
1262 | cbMemoryAddress = new QComboBox(tabMemory); |
1263 | cbMemoryAddress->setObjectName(QString::fromUtf8("cbMemoryAddress" )); |
1264 | sizePolicy4.setHeightForWidth(cbMemoryAddress->sizePolicy().hasHeightForWidth()); |
1265 | cbMemoryAddress->setSizePolicy(sizePolicy4); |
1266 | cbMemoryAddress->setEditable(true); |
1267 | cbMemoryAddress->setInsertPolicy(QComboBox::InsertAtTop); |
1268 | |
1269 | gridLayout->addWidget(cbMemoryAddress, 0, 1, 1, 1); |
1270 | |
1271 | debugViews->addTab(tabMemory, QString()); |
1272 | splitterDebug->addWidget(debugViews); |
1273 | |
1274 | horizontalLayout_4->addWidget(splitterDebug); |
1275 | |
1276 | QIcon icon60; |
1277 | icon60.addFile(QString::fromUtf8(":/icons/images/newlook24/020-debug.png" ), QSize(), QIcon::Normal, QIcon::On); |
1278 | tabMessages->addTab(tabDebug, icon60, QString()); |
1279 | tabSearch = new QWidget(); |
1280 | tabSearch->setObjectName(QString::fromUtf8("tabSearch" )); |
1281 | verticalLayout_4 = new QVBoxLayout(tabSearch); |
1282 | verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4" )); |
1283 | verticalLayout_4->setContentsMargins(5, 5, 5, 5); |
1284 | searchHistoryPanel = new QWidget(tabSearch); |
1285 | searchHistoryPanel->setObjectName(QString::fromUtf8("searchHistoryPanel" )); |
1286 | horizontalLayout_11 = new QHBoxLayout(searchHistoryPanel); |
1287 | horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11" )); |
1288 | horizontalLayout_11->setContentsMargins(0, 0, 0, 0); |
1289 | label = new QLabel(searchHistoryPanel); |
1290 | label->setObjectName(QString::fromUtf8("label" )); |
1291 | QSizePolicy sizePolicy5(QSizePolicy::Preferred, QSizePolicy::Preferred); |
1292 | sizePolicy5.setHorizontalStretch(0); |
1293 | sizePolicy5.setVerticalStretch(0); |
1294 | sizePolicy5.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); |
1295 | label->setSizePolicy(sizePolicy5); |
1296 | |
1297 | horizontalLayout_11->addWidget(label); |
1298 | |
1299 | cbSearchHistory = new QComboBox(searchHistoryPanel); |
1300 | cbSearchHistory->setObjectName(QString::fromUtf8("cbSearchHistory" )); |
1301 | QSizePolicy sizePolicy6(QSizePolicy::Preferred, QSizePolicy::Fixed); |
1302 | sizePolicy6.setHorizontalStretch(0); |
1303 | sizePolicy6.setVerticalStretch(0); |
1304 | sizePolicy6.setHeightForWidth(cbSearchHistory->sizePolicy().hasHeightForWidth()); |
1305 | cbSearchHistory->setSizePolicy(sizePolicy6); |
1306 | cbSearchHistory->setMinimumSize(QSize(150, 0)); |
1307 | cbSearchHistory->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
1308 | |
1309 | horizontalLayout_11->addWidget(cbSearchHistory); |
1310 | |
1311 | btnSearchAgain = new QPushButton(searchHistoryPanel); |
1312 | btnSearchAgain->setObjectName(QString::fromUtf8("btnSearchAgain" )); |
1313 | btnSearchAgain->setEnabled(false); |
1314 | sizePolicy6.setHeightForWidth(btnSearchAgain->sizePolicy().hasHeightForWidth()); |
1315 | btnSearchAgain->setSizePolicy(sizePolicy6); |
1316 | |
1317 | horizontalLayout_11->addWidget(btnSearchAgain); |
1318 | |
1319 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
1320 | |
1321 | horizontalLayout_11->addItem(horizontalSpacer); |
1322 | |
1323 | |
1324 | verticalLayout_4->addWidget(searchHistoryPanel); |
1325 | |
1326 | replacePanel = new QWidget(tabSearch); |
1327 | replacePanel->setObjectName(QString::fromUtf8("replacePanel" )); |
1328 | horizontalLayout_12 = new QHBoxLayout(replacePanel); |
1329 | horizontalLayout_12->setObjectName(QString::fromUtf8("horizontalLayout_12" )); |
1330 | horizontalLayout_12->setContentsMargins(0, 0, 0, 0); |
1331 | label_2 = new QLabel(replacePanel); |
1332 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
1333 | |
1334 | horizontalLayout_12->addWidget(label_2); |
1335 | |
1336 | cbReplaceInHistory = new QComboBox(replacePanel); |
1337 | cbReplaceInHistory->setObjectName(QString::fromUtf8("cbReplaceInHistory" )); |
1338 | cbReplaceInHistory->setMinimumSize(QSize(150, 0)); |
1339 | cbReplaceInHistory->setEditable(true); |
1340 | cbReplaceInHistory->setInsertPolicy(QComboBox::InsertAtTop); |
1341 | cbReplaceInHistory->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
1342 | |
1343 | horizontalLayout_12->addWidget(cbReplaceInHistory); |
1344 | |
1345 | btnReplace = new QPushButton(replacePanel); |
1346 | btnReplace->setObjectName(QString::fromUtf8("btnReplace" )); |
1347 | |
1348 | horizontalLayout_12->addWidget(btnReplace); |
1349 | |
1350 | btnCancelReplace = new QPushButton(replacePanel); |
1351 | btnCancelReplace->setObjectName(QString::fromUtf8("btnCancelReplace" )); |
1352 | |
1353 | horizontalLayout_12->addWidget(btnCancelReplace); |
1354 | |
1355 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
1356 | |
1357 | horizontalLayout_12->addItem(horizontalSpacer_2); |
1358 | |
1359 | |
1360 | verticalLayout_4->addWidget(replacePanel); |
1361 | |
1362 | searchView = new QTreeView(tabSearch); |
1363 | searchView->setObjectName(QString::fromUtf8("searchView" )); |
1364 | searchView->header()->setVisible(false); |
1365 | |
1366 | verticalLayout_4->addWidget(searchView); |
1367 | |
1368 | QIcon icon61; |
1369 | icon61.addFile(QString::fromUtf8(":/icons/images/newlook24/074-search.png" ), QSize(), QIcon::Normal, QIcon::On); |
1370 | tabMessages->addTab(tabSearch, icon61, QString()); |
1371 | tabTODO = new QWidget(); |
1372 | tabTODO->setObjectName(QString::fromUtf8("tabTODO" )); |
1373 | horizontalLayout_5 = new QHBoxLayout(tabTODO); |
1374 | horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5" )); |
1375 | horizontalLayout_5->setContentsMargins(5, 5, 5, 5); |
1376 | tableTODO = new QTableView(tabTODO); |
1377 | tableTODO->setObjectName(QString::fromUtf8("tableTODO" )); |
1378 | tableTODO->horizontalHeader()->setStretchLastSection(true); |
1379 | |
1380 | horizontalLayout_5->addWidget(tableTODO); |
1381 | |
1382 | QIcon icon62; |
1383 | icon62.addFile(QString::fromUtf8(":/icons/images/newlook24/047-makefl.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1384 | tabMessages->addTab(tabTODO, icon62, QString()); |
1385 | tabBookmark = new QWidget(); |
1386 | tabBookmark->setObjectName(QString::fromUtf8("tabBookmark" )); |
1387 | horizontalLayout_14 = new QHBoxLayout(tabBookmark); |
1388 | horizontalLayout_14->setObjectName(QString::fromUtf8("horizontalLayout_14" )); |
1389 | horizontalLayout_14->setContentsMargins(5, 5, 5, 5); |
1390 | tableBookmark = new QTableView(tabBookmark); |
1391 | tableBookmark->setObjectName(QString::fromUtf8("tableBookmark" )); |
1392 | tableBookmark->setAlternatingRowColors(true); |
1393 | tableBookmark->setSelectionMode(QAbstractItemView::SingleSelection); |
1394 | tableBookmark->setSelectionBehavior(QAbstractItemView::SelectRows); |
1395 | tableBookmark->horizontalHeader()->setStretchLastSection(true); |
1396 | |
1397 | horizontalLayout_14->addWidget(tableBookmark); |
1398 | |
1399 | QIcon icon63; |
1400 | icon63.addFile(QString::fromUtf8(":/icons/images/newlook24/039-gobook.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1401 | tabMessages->addTab(tabBookmark, icon63, QString()); |
1402 | tabProblem = new QWidget(); |
1403 | tabProblem->setObjectName(QString::fromUtf8("tabProblem" )); |
1404 | verticalLayout_8 = new QVBoxLayout(tabProblem); |
1405 | verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8" )); |
1406 | verticalLayout_8->setContentsMargins(5, 5, 5, 5); |
1407 | splitterProblem = new QSplitter(tabProblem); |
1408 | splitterProblem->setObjectName(QString::fromUtf8("splitterProblem" )); |
1409 | splitterProblem->setOrientation(Qt::Horizontal); |
1410 | panelProblemCaseInfo = new QWidget(splitterProblem); |
1411 | panelProblemCaseInfo->setObjectName(QString::fromUtf8("panelProblemCaseInfo" )); |
1412 | verticalLayout_7 = new QVBoxLayout(panelProblemCaseInfo); |
1413 | verticalLayout_7->setSpacing(3); |
1414 | verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7" )); |
1415 | verticalLayout_7->setContentsMargins(0, 0, 0, 0); |
1416 | lblProblem = new QLabel(panelProblemCaseInfo); |
1417 | lblProblem->setObjectName(QString::fromUtf8("lblProblem" )); |
1418 | lblProblem->setFrameShape(QFrame::Box); |
1419 | lblProblem->setMargin(5); |
1420 | lblProblem->setOpenExternalLinks(true); |
1421 | |
1422 | verticalLayout_7->addWidget(lblProblem); |
1423 | |
1424 | widget_3 = new QWidget(panelProblemCaseInfo); |
1425 | widget_3->setObjectName(QString::fromUtf8("widget_3" )); |
1426 | widget_3->setMinimumSize(QSize(0, 0)); |
1427 | horizontalLayout_16 = new QHBoxLayout(widget_3); |
1428 | horizontalLayout_16->setObjectName(QString::fromUtf8("horizontalLayout_16" )); |
1429 | horizontalLayout_16->setContentsMargins(0, 0, 0, 0); |
1430 | |
1431 | verticalLayout_7->addWidget(widget_3); |
1432 | |
1433 | widget_6 = new QWidget(panelProblemCaseInfo); |
1434 | widget_6->setObjectName(QString::fromUtf8("widget_6" )); |
1435 | horizontalLayout_17 = new QHBoxLayout(widget_6); |
1436 | horizontalLayout_17->setObjectName(QString::fromUtf8("horizontalLayout_17" )); |
1437 | horizontalLayout_17->setContentsMargins(0, 0, 0, 0); |
1438 | btnAddProblemCase = new QToolButton(widget_6); |
1439 | btnAddProblemCase->setObjectName(QString::fromUtf8("btnAddProblemCase" )); |
1440 | btnAddProblemCase->setIcon(icon56); |
1441 | |
1442 | horizontalLayout_17->addWidget(btnAddProblemCase); |
1443 | |
1444 | btnRemoveProblemCase = new QToolButton(widget_6); |
1445 | btnRemoveProblemCase->setObjectName(QString::fromUtf8("btnRemoveProblemCase" )); |
1446 | btnRemoveProblemCase->setIcon(icon57); |
1447 | |
1448 | horizontalLayout_17->addWidget(btnRemoveProblemCase); |
1449 | |
1450 | btnOpenProblemAnswer = new QToolButton(widget_6); |
1451 | btnOpenProblemAnswer->setObjectName(QString::fromUtf8("btnOpenProblemAnswer" )); |
1452 | QIcon icon64; |
1453 | icon64.addFile(QString::fromUtf8(":/icons/images/newlook24/091-openproblemanswer.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1454 | btnOpenProblemAnswer->setIcon(icon64); |
1455 | |
1456 | horizontalLayout_17->addWidget(btnOpenProblemAnswer); |
1457 | |
1458 | line = new QFrame(widget_6); |
1459 | line->setObjectName(QString::fromUtf8("line" )); |
1460 | line->setFrameShape(QFrame::VLine); |
1461 | line->setFrameShadow(QFrame::Sunken); |
1462 | |
1463 | horizontalLayout_17->addWidget(line); |
1464 | |
1465 | btnRunAllProblemCases = new QToolButton(widget_6); |
1466 | btnRunAllProblemCases->setObjectName(QString::fromUtf8("btnRunAllProblemCases" )); |
1467 | QIcon icon65; |
1468 | icon65.addFile(QString::fromUtf8(":/icons/images/newlook24/092-runallproblemcases.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1469 | btnRunAllProblemCases->setIcon(icon65); |
1470 | |
1471 | horizontalLayout_17->addWidget(btnRunAllProblemCases); |
1472 | |
1473 | btnCaseValidateOptions = new QToolButton(widget_6); |
1474 | btnCaseValidateOptions->setObjectName(QString::fromUtf8("btnCaseValidateOptions" )); |
1475 | QIcon icon66; |
1476 | icon66.addFile(QString::fromUtf8(":/icons/images/newlook24/083-toolbar.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1477 | btnCaseValidateOptions->setIcon(icon66); |
1478 | |
1479 | horizontalLayout_17->addWidget(btnCaseValidateOptions); |
1480 | |
1481 | horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
1482 | |
1483 | horizontalLayout_17->addItem(horizontalSpacer_4); |
1484 | |
1485 | pbProblemCases = new QProgressBar(widget_6); |
1486 | pbProblemCases->setObjectName(QString::fromUtf8("pbProblemCases" )); |
1487 | sizePolicy6.setHeightForWidth(pbProblemCases->sizePolicy().hasHeightForWidth()); |
1488 | pbProblemCases->setSizePolicy(sizePolicy6); |
1489 | pbProblemCases->setMaximum(0); |
1490 | pbProblemCases->setValue(0); |
1491 | |
1492 | horizontalLayout_17->addWidget(pbProblemCases); |
1493 | |
1494 | |
1495 | verticalLayout_7->addWidget(widget_6); |
1496 | |
1497 | tblProblemCases = new QTableView(panelProblemCaseInfo); |
1498 | tblProblemCases->setObjectName(QString::fromUtf8("tblProblemCases" )); |
1499 | tblProblemCases->setDragEnabled(true); |
1500 | tblProblemCases->setDragDropOverwriteMode(false); |
1501 | tblProblemCases->setDragDropMode(QAbstractItemView::InternalMove); |
1502 | tblProblemCases->setDefaultDropAction(Qt::MoveAction); |
1503 | tblProblemCases->setAlternatingRowColors(true); |
1504 | tblProblemCases->setSelectionMode(QAbstractItemView::SingleSelection); |
1505 | tblProblemCases->setSelectionBehavior(QAbstractItemView::SelectRows); |
1506 | tblProblemCases->horizontalHeader()->setDefaultSectionSize(200); |
1507 | tblProblemCases->horizontalHeader()->setStretchLastSection(true); |
1508 | |
1509 | verticalLayout_7->addWidget(tblProblemCases); |
1510 | |
1511 | splitterProblem->addWidget(panelProblemCaseInfo); |
1512 | panelProblemCase = new QWidget(splitterProblem); |
1513 | panelProblemCase->setObjectName(QString::fromUtf8("panelProblemCase" )); |
1514 | gridLayout_3 = new QGridLayout(panelProblemCase); |
1515 | gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3" )); |
1516 | gridLayout_3->setContentsMargins(0, 0, 0, 0); |
1517 | widgetProblemCaseInputCaption = new QWidget(panelProblemCase); |
1518 | widgetProblemCaseInputCaption->setObjectName(QString::fromUtf8("widgetProblemCaseInputCaption" )); |
1519 | gridLayout_4 = new QGridLayout(widgetProblemCaseInputCaption); |
1520 | gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4" )); |
1521 | gridLayout_4->setContentsMargins(0, 0, 0, 0); |
1522 | txtProblemCaseInputFileName = new QLineEdit(widgetProblemCaseInputCaption); |
1523 | txtProblemCaseInputFileName->setObjectName(QString::fromUtf8("txtProblemCaseInputFileName" )); |
1524 | txtProblemCaseInputFileName->setEnabled(false); |
1525 | txtProblemCaseInputFileName->setReadOnly(true); |
1526 | |
1527 | gridLayout_4->addWidget(txtProblemCaseInputFileName, 0, 1, 1, 1); |
1528 | |
1529 | btnProblemCaseInputFileName = new QToolButton(widgetProblemCaseInputCaption); |
1530 | btnProblemCaseInputFileName->setObjectName(QString::fromUtf8("btnProblemCaseInputFileName" )); |
1531 | btnProblemCaseInputFileName->setIcon(icon47); |
1532 | |
1533 | gridLayout_4->addWidget(btnProblemCaseInputFileName, 0, 3, 1, 1); |
1534 | |
1535 | btnProblemCaseClearInputFileName = new QToolButton(widgetProblemCaseInputCaption); |
1536 | btnProblemCaseClearInputFileName->setObjectName(QString::fromUtf8("btnProblemCaseClearInputFileName" )); |
1537 | btnProblemCaseClearInputFileName->setIcon(icon57); |
1538 | |
1539 | gridLayout_4->addWidget(btnProblemCaseClearInputFileName, 0, 2, 1, 1); |
1540 | |
1541 | label_4 = new QLabel(widgetProblemCaseInputCaption); |
1542 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
1543 | |
1544 | gridLayout_4->addWidget(label_4, 0, 0, 1, 1); |
1545 | |
1546 | |
1547 | gridLayout_3->addWidget(widgetProblemCaseInputCaption, 0, 0, 1, 1); |
1548 | |
1549 | lblProblemCaseInput = new QLabel(panelProblemCase); |
1550 | lblProblemCaseInput->setObjectName(QString::fromUtf8("lblProblemCaseInput" )); |
1551 | |
1552 | gridLayout_3->addWidget(lblProblemCaseInput, 3, 0, 1, 1); |
1553 | |
1554 | txtProblemCaseInput = new LineNumberTextEditor(panelProblemCase); |
1555 | txtProblemCaseInput->setObjectName(QString::fromUtf8("txtProblemCaseInput" )); |
1556 | sizePolicy3.setHeightForWidth(txtProblemCaseInput->sizePolicy().hasHeightForWidth()); |
1557 | txtProblemCaseInput->setSizePolicy(sizePolicy3); |
1558 | txtProblemCaseInput->setLineWrapMode(QPlainTextEdit::NoWrap); |
1559 | |
1560 | gridLayout_3->addWidget(txtProblemCaseInput, 2, 0, 1, 1); |
1561 | |
1562 | txtProblemCaseExpected = new LineNumberTextEditor(panelProblemCase); |
1563 | txtProblemCaseExpected->setObjectName(QString::fromUtf8("txtProblemCaseExpected" )); |
1564 | sizePolicy3.setHeightForWidth(txtProblemCaseExpected->sizePolicy().hasHeightForWidth()); |
1565 | txtProblemCaseExpected->setSizePolicy(sizePolicy3); |
1566 | txtProblemCaseExpected->setLineWrapMode(QPlainTextEdit::NoWrap); |
1567 | |
1568 | gridLayout_3->addWidget(txtProblemCaseExpected, 2, 3, 1, 1); |
1569 | |
1570 | txtProblemCaseOutput = new LineNumberTextEditor(panelProblemCase); |
1571 | txtProblemCaseOutput->setObjectName(QString::fromUtf8("txtProblemCaseOutput" )); |
1572 | sizePolicy3.setHeightForWidth(txtProblemCaseOutput->sizePolicy().hasHeightForWidth()); |
1573 | txtProblemCaseOutput->setSizePolicy(sizePolicy3); |
1574 | txtProblemCaseOutput->setLineWrapMode(QPlainTextEdit::NoWrap); |
1575 | txtProblemCaseOutput->setReadOnly(true); |
1576 | |
1577 | gridLayout_3->addWidget(txtProblemCaseOutput, 2, 2, 1, 1); |
1578 | |
1579 | widgetProblemCaseExpectedCaption = new QWidget(panelProblemCase); |
1580 | widgetProblemCaseExpectedCaption->setObjectName(QString::fromUtf8("widgetProblemCaseExpectedCaption" )); |
1581 | horizontalLayout_18 = new QHBoxLayout(widgetProblemCaseExpectedCaption); |
1582 | horizontalLayout_18->setObjectName(QString::fromUtf8("horizontalLayout_18" )); |
1583 | horizontalLayout_18->setContentsMargins(0, 0, 0, 0); |
1584 | label_5 = new QLabel(widgetProblemCaseExpectedCaption); |
1585 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
1586 | |
1587 | horizontalLayout_18->addWidget(label_5); |
1588 | |
1589 | txtProblemCaseExpectedOutputFileName = new QLineEdit(widgetProblemCaseExpectedCaption); |
1590 | txtProblemCaseExpectedOutputFileName->setObjectName(QString::fromUtf8("txtProblemCaseExpectedOutputFileName" )); |
1591 | txtProblemCaseExpectedOutputFileName->setEnabled(false); |
1592 | txtProblemCaseExpectedOutputFileName->setReadOnly(true); |
1593 | |
1594 | horizontalLayout_18->addWidget(txtProblemCaseExpectedOutputFileName); |
1595 | |
1596 | btnProblemCaseClearExpectedOutputFileName = new QToolButton(widgetProblemCaseExpectedCaption); |
1597 | btnProblemCaseClearExpectedOutputFileName->setObjectName(QString::fromUtf8("btnProblemCaseClearExpectedOutputFileName" )); |
1598 | btnProblemCaseClearExpectedOutputFileName->setIcon(icon57); |
1599 | |
1600 | horizontalLayout_18->addWidget(btnProblemCaseClearExpectedOutputFileName); |
1601 | |
1602 | btnProblemCaseExpectedOutputFileName = new QToolButton(widgetProblemCaseExpectedCaption); |
1603 | btnProblemCaseExpectedOutputFileName->setObjectName(QString::fromUtf8("btnProblemCaseExpectedOutputFileName" )); |
1604 | btnProblemCaseExpectedOutputFileName->setIcon(icon47); |
1605 | |
1606 | horizontalLayout_18->addWidget(btnProblemCaseExpectedOutputFileName); |
1607 | |
1608 | |
1609 | gridLayout_3->addWidget(widgetProblemCaseExpectedCaption, 0, 3, 1, 1); |
1610 | |
1611 | widgetProblemCaseOutputCaption = new QWidget(panelProblemCase); |
1612 | widgetProblemCaseOutputCaption->setObjectName(QString::fromUtf8("widgetProblemCaseOutputCaption" )); |
1613 | horizontalLayout_19 = new QHBoxLayout(widgetProblemCaseOutputCaption); |
1614 | horizontalLayout_19->setObjectName(QString::fromUtf8("horizontalLayout_19" )); |
1615 | horizontalLayout_19->setContentsMargins(0, 0, 0, 0); |
1616 | lblProblemCaseOutputCaption = new QLabel(widgetProblemCaseOutputCaption); |
1617 | lblProblemCaseOutputCaption->setObjectName(QString::fromUtf8("lblProblemCaseOutputCaption" )); |
1618 | |
1619 | horizontalLayout_19->addWidget(lblProblemCaseOutputCaption); |
1620 | |
1621 | horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
1622 | |
1623 | horizontalLayout_19->addItem(horizontalSpacer_5); |
1624 | |
1625 | chkIgnoreSpaces = new QCheckBox(widgetProblemCaseOutputCaption); |
1626 | chkIgnoreSpaces->setObjectName(QString::fromUtf8("chkIgnoreSpaces" )); |
1627 | |
1628 | horizontalLayout_19->addWidget(chkIgnoreSpaces); |
1629 | |
1630 | |
1631 | gridLayout_3->addWidget(widgetProblemCaseOutputCaption, 0, 2, 1, 1); |
1632 | |
1633 | lblProblemCaseExpected = new QLabel(panelProblemCase); |
1634 | lblProblemCaseExpected->setObjectName(QString::fromUtf8("lblProblemCaseExpected" )); |
1635 | |
1636 | gridLayout_3->addWidget(lblProblemCaseExpected, 3, 3, 1, 1); |
1637 | |
1638 | lblProblemCaseOutput = new QLabel(panelProblemCase); |
1639 | lblProblemCaseOutput->setObjectName(QString::fromUtf8("lblProblemCaseOutput" )); |
1640 | |
1641 | gridLayout_3->addWidget(lblProblemCaseOutput, 3, 2, 1, 1); |
1642 | |
1643 | splitterProblem->addWidget(panelProblemCase); |
1644 | |
1645 | verticalLayout_8->addWidget(splitterProblem); |
1646 | |
1647 | QIcon icon67; |
1648 | icon67.addFile(QString::fromUtf8(":/icons/images/newlook24/015-compres.png" ), QSize(), QIcon::Normal, QIcon::Off); |
1649 | tabMessages->addTab(tabProblem, icon67, QString()); |
1650 | dockMessages->setWidget(tabMessages); |
1651 | MainWindow->addDockWidget(Qt::BottomDockWidgetArea, dockMessages); |
1652 | |
1653 | menubar->addAction(menuFile->menuAction()); |
1654 | menubar->addAction(menuEdit->menuAction()); |
1655 | menubar->addAction(menuSelection->menuAction()); |
1656 | menubar->addAction(menuView->menuAction()); |
1657 | menubar->addAction(menuSearch->menuAction()); |
1658 | menubar->addAction(menuCode->menuAction()); |
1659 | menubar->addAction(menuRefactor->menuAction()); |
1660 | menubar->addAction(menuProject->menuAction()); |
1661 | menubar->addAction(menuExecute->menuAction()); |
1662 | menubar->addAction(menuGit->menuAction()); |
1663 | menubar->addAction(menuTools->menuAction()); |
1664 | menubar->addAction(menuWindow->menuAction()); |
1665 | menubar->addAction(menuHelp->menuAction()); |
1666 | menuFile->addAction(actionOpen); |
1667 | menuFile->addAction(actionOpen_Folder); |
1668 | menuFile->addSeparator(); |
1669 | menuFile->addAction(actionSave); |
1670 | menuFile->addAction(actionSaveAs); |
1671 | menuFile->addAction(actionSaveAll); |
1672 | menuFile->addSeparator(); |
1673 | menuFile->addAction(actionClose); |
1674 | menuFile->addAction(actionClose_Project); |
1675 | menuFile->addAction(actionClose_All); |
1676 | menuFile->addSeparator(); |
1677 | menuFile->addAction(actionPrint); |
1678 | menuFile->addSeparator(); |
1679 | menuFile->addAction(actionExit); |
1680 | menuTools->addAction(actionOptions); |
1681 | menuExecute->addAction(actionCompile); |
1682 | menuExecute->addAction(actionRun); |
1683 | menuExecute->addAction(actionCompile_Run); |
1684 | menuExecute->addAction(actionRebuild); |
1685 | menuExecute->addSeparator(); |
1686 | menuExecute->addAction(actionRun_Parameters); |
1687 | menuExecute->addAction(actionCompiler_Options); |
1688 | menuExecute->addSeparator(); |
1689 | menuExecute->addAction(actionDebug); |
1690 | menuExecute->addAction(actionInterrupt); |
1691 | menuExecute->addAction(actionStep_Over); |
1692 | menuExecute->addAction(actionStep_Into); |
1693 | menuExecute->addAction(actionStep_Out); |
1694 | menuExecute->addAction(actionRun_To_Cursor); |
1695 | menuExecute->addAction(actionContinue); |
1696 | menuExecute->addAction(actionStop_Execution); |
1697 | menuExecute->addSeparator(); |
1698 | menuExecute->addAction(actionAdd_Watch); |
1699 | menuExecute->addAction(actionView_CPU_Window); |
1700 | menuEdit->addAction(actionUndo); |
1701 | menuEdit->addAction(actionRedo); |
1702 | menuEdit->addSeparator(); |
1703 | menuEdit->addAction(actionCut); |
1704 | menuEdit->addAction(actionCopy); |
1705 | menuEdit->addAction(actionPaste); |
1706 | menuEdit->addSeparator(); |
1707 | menuEdit->addAction(actionIndent); |
1708 | menuEdit->addAction(actionUnIndent); |
1709 | menuEdit->addSeparator(); |
1710 | menuEdit->addAction(actionToggleComment); |
1711 | menuEdit->addAction(actionToggle_Block_Comment); |
1712 | menuEdit->addSeparator(); |
1713 | menuEdit->addAction(actionFoldAll); |
1714 | menuEdit->addAction(actionUnfoldAll); |
1715 | menuEdit->addSeparator(); |
1716 | menuEdit->addAction(actionDelete_Line); |
1717 | menuEdit->addAction(actionDuplicate_Line); |
1718 | menuEdit->addAction(actionDelete_Word); |
1719 | menuEdit->addAction(actionDelete_Last_Word); |
1720 | menuEdit->addAction(actionDelete_to_Word_End); |
1721 | menuEdit->addAction(actionDelete_to_BOL); |
1722 | menuEdit->addAction(actionDelete_to_EOL); |
1723 | menuSearch->addAction(actionFind); |
1724 | menuSearch->addAction(actionFind_in_files); |
1725 | menuSearch->addAction(actionReplace); |
1726 | menuSearch->addSeparator(); |
1727 | menuSearch->addAction(actionFind_Next); |
1728 | menuSearch->addAction(actionFind_Previous); |
1729 | menuCode->addSeparator(); |
1730 | menuCode->addAction(actionBack); |
1731 | menuCode->addAction(actionForward); |
1732 | menuCode->addSeparator(); |
1733 | menuCode->addAction(actionMatch_Bracket); |
1734 | menuCode->addAction(actionGo_to_Line); |
1735 | menuCode->addSeparator(); |
1736 | menuCode->addAction(actionAdd_bookmark); |
1737 | menuCode->addAction(actionRemove_Bookmark); |
1738 | menuCode->addAction(actionModify_Bookmark_Description); |
1739 | menuCode->addSeparator(); |
1740 | menuCode->addAction(actionReformat_Code); |
1741 | menuWindow->addAction(actionClose_All); |
1742 | menuWindow->addAction(actionMaximize_Editor); |
1743 | menuWindow->addSeparator(); |
1744 | menuWindow->addAction(actionNext_Editor); |
1745 | menuWindow->addAction(actionPrevious_Editor); |
1746 | menuProject->addAction(actionProject_New_File); |
1747 | menuProject->addAction(actionNew_Class); |
1748 | menuProject->addAction(actionNew_Header); |
1749 | menuProject->addAction(actionAdd_to_project); |
1750 | menuProject->addAction(actionRemove_from_project); |
1751 | menuProject->addSeparator(); |
1752 | menuProject->addAction(actionProject_Open_Folder_In_Explorer); |
1753 | menuProject->addAction(actionProject_Open_In_Terminal); |
1754 | menuProject->addSeparator(); |
1755 | menuProject->addSeparator(); |
1756 | menuProject->addAction(actionView_Makefile); |
1757 | menuProject->addAction(actionMakeClean); |
1758 | menuProject->addSeparator(); |
1759 | menuProject->addAction(actionProject_options); |
1760 | menuHelp->addAction(actionWebsite); |
1761 | menuHelp->addAction(actionC_Reference); |
1762 | menuHelp->addAction(actionC_C_Reference); |
1763 | menuHelp->addAction(actionRaylib_Manual); |
1764 | menuHelp->addAction(actionEGE_Manual); |
1765 | menuHelp->addAction(actionAbout); |
1766 | menuRefactor->addAction(actionRename_Symbol); |
1767 | menuView->addAction(actionTool_Window_Bars); |
1768 | menuView->addAction(menuTool_Windows->menuAction()); |
1769 | menuView->addAction(actionStatus_Bar); |
1770 | menuView->addSeparator(); |
1771 | menuView->addAction(actionToggle_Explorer_Panel); |
1772 | menuView->addAction(actionToggle_Messages_Panel); |
1773 | menuTool_Windows->addAction(actionProject); |
1774 | menuTool_Windows->addAction(actionWatch); |
1775 | menuTool_Windows->addAction(actionStructure); |
1776 | menuTool_Windows->addAction(actionFiles); |
1777 | menuTool_Windows->addAction(actionProblem_Set); |
1778 | menuTool_Windows->addSeparator(); |
1779 | menuTool_Windows->addAction(actionIssues); |
1780 | menuTool_Windows->addAction(actionTools_Output); |
1781 | menuTool_Windows->addAction(actionDebug_Window); |
1782 | menuTool_Windows->addAction(actionSearch); |
1783 | menuTool_Windows->addAction(actionTODO); |
1784 | menuTool_Windows->addAction(actionBookmark); |
1785 | menuTool_Windows->addAction(actionProblem); |
1786 | menuGit->addAction(actionGit_Create_Repository); |
1787 | menuGit->addSeparator(); |
1788 | menuGit->addAction(actionGit_Pull); |
1789 | menuGit->addAction(actionGit_Push); |
1790 | menuGit->addAction(actionGit_Fetch); |
1791 | menuGit->addAction(actionGit_Remotes); |
1792 | menuGit->addSeparator(); |
1793 | menuGit->addAction(actionGit_Log); |
1794 | menuGit->addAction(actionGit_Branch); |
1795 | menuGit->addAction(actionGit_Merge); |
1796 | menuGit->addSeparator(); |
1797 | menuGit->addAction(actionGit_Commit); |
1798 | menuGit->addAction(actionGit_Restore); |
1799 | menuSelection->addAction(actionSelectAll); |
1800 | menuSelection->addAction(actionSelect_Word); |
1801 | menuSelection->addSeparator(); |
1802 | menuSelection->addAction(actionMove_Selection_Up); |
1803 | menuSelection->addAction(actionMove_Selection_Down); |
1804 | toolbarMain->addAction(actionNew); |
1805 | toolbarMain->addAction(actionOpen); |
1806 | toolbarMain->addAction(actionSave); |
1807 | toolbarMain->addAction(actionSaveAll); |
1808 | toolbarCode->addAction(actionBack); |
1809 | toolbarCode->addAction(actionForward); |
1810 | toolbarCode->addSeparator(); |
1811 | toolbarCode->addAction(actionReformat_Code); |
1812 | toolbarCompile->addAction(actionCompile); |
1813 | toolbarCompile->addAction(actionRun); |
1814 | toolbarCompile->addAction(actionCompile_Run); |
1815 | toolbarCompile->addAction(actionRebuild); |
1816 | toolbarCompile->addSeparator(); |
1817 | toolbarCompile->addAction(actionRun_Parameters); |
1818 | toolbarDebug->addAction(actionDebug); |
1819 | toolbarDebug->addAction(actionInterrupt); |
1820 | toolbarDebug->addAction(actionStep_Over); |
1821 | toolbarDebug->addAction(actionStep_Into); |
1822 | toolbarDebug->addAction(actionStep_Out); |
1823 | toolbarDebug->addAction(actionContinue); |
1824 | toolbarDebug->addAction(actionStop_Execution); |
1825 | toolbarDebug->addSeparator(); |
1826 | toolbarDebug->addAction(actionAdd_Watch); |
1827 | toolbarCompilerSet->addAction(actionCompiler_Options); |
1828 | |
1829 | retranslateUi(MainWindow); |
1830 | |
1831 | EditorTabsLeft->setCurrentIndex(-1); |
1832 | tabExplorer->setCurrentIndex(4); |
1833 | tabMessages->setCurrentIndex(6); |
1834 | debugViews->setCurrentIndex(3); |
1835 | |
1836 | |
1837 | QMetaObject::connectSlotsByName(MainWindow); |
1838 | } // setupUi |
1839 | |
1840 | void retranslateUi(QMainWindow *MainWindow) |
1841 | { |
1842 | MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow" , "Red Panda C++" , nullptr)); |
1843 | actionNew->setText(QCoreApplication::translate("MainWindow" , "New Source File" , nullptr)); |
1844 | #if QT_CONFIG(tooltip) |
1845 | actionNew->setToolTip(QCoreApplication::translate("MainWindow" , "New Source File" , nullptr)); |
1846 | #endif // QT_CONFIG(tooltip) |
1847 | #if QT_CONFIG(shortcut) |
1848 | actionNew->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+N" , nullptr)); |
1849 | #endif // QT_CONFIG(shortcut) |
1850 | actionOpen->setText(QCoreApplication::translate("MainWindow" , "Open..." , nullptr)); |
1851 | #if QT_CONFIG(shortcut) |
1852 | actionOpen->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+O" , nullptr)); |
1853 | #endif // QT_CONFIG(shortcut) |
1854 | actionSave->setText(QCoreApplication::translate("MainWindow" , "Save" , nullptr)); |
1855 | #if QT_CONFIG(shortcut) |
1856 | actionSave->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+S" , nullptr)); |
1857 | #endif // QT_CONFIG(shortcut) |
1858 | actionSaveAs->setText(QCoreApplication::translate("MainWindow" , "Save As..." , nullptr)); |
1859 | #if QT_CONFIG(tooltip) |
1860 | actionSaveAs->setToolTip(QCoreApplication::translate("MainWindow" , "Save As" , nullptr)); |
1861 | #endif // QT_CONFIG(tooltip) |
1862 | actionSaveAll->setText(QCoreApplication::translate("MainWindow" , "Save All" , nullptr)); |
1863 | #if QT_CONFIG(shortcut) |
1864 | actionSaveAll->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+S" , nullptr)); |
1865 | #endif // QT_CONFIG(shortcut) |
1866 | actionOptions->setText(QCoreApplication::translate("MainWindow" , "Options" , nullptr)); |
1867 | actionCompile->setText(QCoreApplication::translate("MainWindow" , "Compile" , nullptr)); |
1868 | #if QT_CONFIG(tooltip) |
1869 | actionCompile->setToolTip(QCoreApplication::translate("MainWindow" , "Compile" , nullptr)); |
1870 | #endif // QT_CONFIG(tooltip) |
1871 | #if QT_CONFIG(shortcut) |
1872 | actionCompile->setShortcut(QCoreApplication::translate("MainWindow" , "F9" , nullptr)); |
1873 | #endif // QT_CONFIG(shortcut) |
1874 | actionRun->setText(QCoreApplication::translate("MainWindow" , "Run" , nullptr)); |
1875 | #if QT_CONFIG(tooltip) |
1876 | actionRun->setToolTip(QCoreApplication::translate("MainWindow" , "Run" , nullptr)); |
1877 | #endif // QT_CONFIG(tooltip) |
1878 | #if QT_CONFIG(shortcut) |
1879 | actionRun->setShortcut(QCoreApplication::translate("MainWindow" , "F10" , nullptr)); |
1880 | #endif // QT_CONFIG(shortcut) |
1881 | actionUndo->setText(QCoreApplication::translate("MainWindow" , "Undo" , nullptr)); |
1882 | #if QT_CONFIG(shortcut) |
1883 | actionUndo->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Z" , nullptr)); |
1884 | #endif // QT_CONFIG(shortcut) |
1885 | actionRedo->setText(QCoreApplication::translate("MainWindow" , "Redo" , nullptr)); |
1886 | #if QT_CONFIG(shortcut) |
1887 | actionRedo->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Y" , nullptr)); |
1888 | #endif // QT_CONFIG(shortcut) |
1889 | actionCut->setText(QCoreApplication::translate("MainWindow" , "Cut" , nullptr)); |
1890 | #if QT_CONFIG(shortcut) |
1891 | actionCut->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+X" , nullptr)); |
1892 | #endif // QT_CONFIG(shortcut) |
1893 | actionCopy->setText(QCoreApplication::translate("MainWindow" , "Copy" , nullptr)); |
1894 | #if QT_CONFIG(shortcut) |
1895 | actionCopy->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+C" , nullptr)); |
1896 | #endif // QT_CONFIG(shortcut) |
1897 | actionPaste->setText(QCoreApplication::translate("MainWindow" , "Paste" , nullptr)); |
1898 | #if QT_CONFIG(shortcut) |
1899 | actionPaste->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+V" , nullptr)); |
1900 | #endif // QT_CONFIG(shortcut) |
1901 | actionSelectAll->setText(QCoreApplication::translate("MainWindow" , "Select All" , nullptr)); |
1902 | #if QT_CONFIG(shortcut) |
1903 | actionSelectAll->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+A" , nullptr)); |
1904 | #endif // QT_CONFIG(shortcut) |
1905 | actionIndent->setText(QCoreApplication::translate("MainWindow" , "Indent" , nullptr)); |
1906 | #if QT_CONFIG(shortcut) |
1907 | actionIndent->setShortcut(QCoreApplication::translate("MainWindow" , "Tab" , nullptr)); |
1908 | #endif // QT_CONFIG(shortcut) |
1909 | actionUnIndent->setText(QCoreApplication::translate("MainWindow" , "UnIndent" , nullptr)); |
1910 | #if QT_CONFIG(shortcut) |
1911 | actionUnIndent->setShortcut(QCoreApplication::translate("MainWindow" , "Shift+Tab" , nullptr)); |
1912 | #endif // QT_CONFIG(shortcut) |
1913 | actionToggleComment->setText(QCoreApplication::translate("MainWindow" , "Toggle Comment" , nullptr)); |
1914 | #if QT_CONFIG(shortcut) |
1915 | actionToggleComment->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+/" , nullptr)); |
1916 | #endif // QT_CONFIG(shortcut) |
1917 | actionFoldAll->setText(QCoreApplication::translate("MainWindow" , "Collapse All" , nullptr)); |
1918 | actionUnfoldAll->setText(QCoreApplication::translate("MainWindow" , "Uncollapse All" , nullptr)); |
1919 | actionEncode_in_ANSI->setText(QCoreApplication::translate("MainWindow" , "Encode in ANSI" , nullptr)); |
1920 | actionEncode_in_UTF_8->setText(QCoreApplication::translate("MainWindow" , "Encode in UTF-8" , nullptr)); |
1921 | actionAuto_Detect->setText(QCoreApplication::translate("MainWindow" , "Auto Detect" , nullptr)); |
1922 | actionConvert_to_ANSI->setText(QCoreApplication::translate("MainWindow" , "Convert to ANSI" , nullptr)); |
1923 | actionConvert_to_UTF_8->setText(QCoreApplication::translate("MainWindow" , "Convert to UTF-8" , nullptr)); |
1924 | actionCompile_Run->setText(QCoreApplication::translate("MainWindow" , "Compile & Run" , nullptr)); |
1925 | #if QT_CONFIG(tooltip) |
1926 | actionCompile_Run->setToolTip(QCoreApplication::translate("MainWindow" , "Compile & Run" , nullptr)); |
1927 | #endif // QT_CONFIG(tooltip) |
1928 | #if QT_CONFIG(shortcut) |
1929 | actionCompile_Run->setShortcut(QCoreApplication::translate("MainWindow" , "F11" , nullptr)); |
1930 | #endif // QT_CONFIG(shortcut) |
1931 | actionRebuild->setText(QCoreApplication::translate("MainWindow" , "Rebuild All" , nullptr)); |
1932 | #if QT_CONFIG(tooltip) |
1933 | actionRebuild->setToolTip(QCoreApplication::translate("MainWindow" , "Rebuild All" , nullptr)); |
1934 | #endif // QT_CONFIG(tooltip) |
1935 | #if QT_CONFIG(shortcut) |
1936 | actionRebuild->setShortcut(QCoreApplication::translate("MainWindow" , "F12" , nullptr)); |
1937 | #endif // QT_CONFIG(shortcut) |
1938 | actionStop_Execution->setText(QCoreApplication::translate("MainWindow" , "Stop Execution" , nullptr)); |
1939 | #if QT_CONFIG(shortcut) |
1940 | actionStop_Execution->setShortcut(QCoreApplication::translate("MainWindow" , "F6" , nullptr)); |
1941 | #endif // QT_CONFIG(shortcut) |
1942 | actionDebug->setText(QCoreApplication::translate("MainWindow" , "Debug" , nullptr)); |
1943 | #if QT_CONFIG(tooltip) |
1944 | actionDebug->setToolTip(QCoreApplication::translate("MainWindow" , "Debug" , nullptr)); |
1945 | #endif // QT_CONFIG(tooltip) |
1946 | #if QT_CONFIG(shortcut) |
1947 | actionDebug->setShortcut(QCoreApplication::translate("MainWindow" , "F5" , nullptr)); |
1948 | #endif // QT_CONFIG(shortcut) |
1949 | actionStep_Over->setText(QCoreApplication::translate("MainWindow" , "Step Over" , nullptr)); |
1950 | #if QT_CONFIG(shortcut) |
1951 | actionStep_Over->setShortcut(QCoreApplication::translate("MainWindow" , "F8" , nullptr)); |
1952 | #endif // QT_CONFIG(shortcut) |
1953 | actionStep_Into->setText(QCoreApplication::translate("MainWindow" , "Step Into" , nullptr)); |
1954 | #if QT_CONFIG(shortcut) |
1955 | actionStep_Into->setShortcut(QCoreApplication::translate("MainWindow" , "F7" , nullptr)); |
1956 | #endif // QT_CONFIG(shortcut) |
1957 | actionStep_Out->setText(QCoreApplication::translate("MainWindow" , "Step Out" , nullptr)); |
1958 | #if QT_CONFIG(shortcut) |
1959 | actionStep_Out->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F8" , nullptr)); |
1960 | #endif // QT_CONFIG(shortcut) |
1961 | actionRun_To_Cursor->setText(QCoreApplication::translate("MainWindow" , "Run To Cursor" , nullptr)); |
1962 | #if QT_CONFIG(shortcut) |
1963 | actionRun_To_Cursor->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F5" , nullptr)); |
1964 | #endif // QT_CONFIG(shortcut) |
1965 | actionContinue->setText(QCoreApplication::translate("MainWindow" , "Continue" , nullptr)); |
1966 | #if QT_CONFIG(shortcut) |
1967 | actionContinue->setShortcut(QCoreApplication::translate("MainWindow" , "F4" , nullptr)); |
1968 | #endif // QT_CONFIG(shortcut) |
1969 | actionAdd_Watch->setText(QCoreApplication::translate("MainWindow" , "Add Watch..." , nullptr)); |
1970 | actionView_CPU_Window->setText(QCoreApplication::translate("MainWindow" , "View CPU Window..." , nullptr)); |
1971 | actionExit->setText(QCoreApplication::translate("MainWindow" , "Exit" , nullptr)); |
1972 | actionFind->setText(QCoreApplication::translate("MainWindow" , "Find..." , nullptr)); |
1973 | #if QT_CONFIG(shortcut) |
1974 | actionFind->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F" , nullptr)); |
1975 | #endif // QT_CONFIG(shortcut) |
1976 | actionFind_in_files->setText(QCoreApplication::translate("MainWindow" , "Find in Files..." , nullptr)); |
1977 | #if QT_CONFIG(shortcut) |
1978 | actionFind_in_files->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+F" , nullptr)); |
1979 | #endif // QT_CONFIG(shortcut) |
1980 | actionReplace->setText(QCoreApplication::translate("MainWindow" , "Replace..." , nullptr)); |
1981 | #if QT_CONFIG(shortcut) |
1982 | actionReplace->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+R" , nullptr)); |
1983 | #endif // QT_CONFIG(shortcut) |
1984 | actionFind_Next->setText(QCoreApplication::translate("MainWindow" , "Find Next" , nullptr)); |
1985 | #if QT_CONFIG(shortcut) |
1986 | actionFind_Next->setShortcut(QCoreApplication::translate("MainWindow" , "F3" , nullptr)); |
1987 | #endif // QT_CONFIG(shortcut) |
1988 | actionFind_Previous->setText(QCoreApplication::translate("MainWindow" , "Find Previous" , nullptr)); |
1989 | #if QT_CONFIG(shortcut) |
1990 | actionFind_Previous->setShortcut(QCoreApplication::translate("MainWindow" , "Shift+F3" , nullptr)); |
1991 | #endif // QT_CONFIG(shortcut) |
1992 | actionRemove_Watch->setText(QCoreApplication::translate("MainWindow" , "Remove Watch" , nullptr)); |
1993 | actionRemove_All_Watches->setText(QCoreApplication::translate("MainWindow" , "Remove All Watches" , nullptr)); |
1994 | actionModify_Watch->setText(QCoreApplication::translate("MainWindow" , "Modify Watch..." , nullptr)); |
1995 | actionReformat_Code->setText(QCoreApplication::translate("MainWindow" , "Reformat Code" , nullptr)); |
1996 | #if QT_CONFIG(shortcut) |
1997 | actionReformat_Code->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+A" , nullptr)); |
1998 | #endif // QT_CONFIG(shortcut) |
1999 | actionBack->setText(QCoreApplication::translate("MainWindow" , "Go back" , nullptr)); |
2000 | #if QT_CONFIG(shortcut) |
2001 | actionBack->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Alt+Left" , nullptr)); |
2002 | #endif // QT_CONFIG(shortcut) |
2003 | actionForward->setText(QCoreApplication::translate("MainWindow" , "Forward" , nullptr)); |
2004 | #if QT_CONFIG(shortcut) |
2005 | actionForward->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Alt+Right" , nullptr)); |
2006 | #endif // QT_CONFIG(shortcut) |
2007 | actionClose->setText(QCoreApplication::translate("MainWindow" , "Close" , nullptr)); |
2008 | #if QT_CONFIG(shortcut) |
2009 | actionClose->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+W" , nullptr)); |
2010 | #endif // QT_CONFIG(shortcut) |
2011 | actionClose_All->setText(QCoreApplication::translate("MainWindow" , "Close All" , nullptr)); |
2012 | #if QT_CONFIG(shortcut) |
2013 | actionClose_All->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+W" , nullptr)); |
2014 | #endif // QT_CONFIG(shortcut) |
2015 | actionMaximize_Editor->setText(QCoreApplication::translate("MainWindow" , "Maximize Editor" , nullptr)); |
2016 | #if QT_CONFIG(shortcut) |
2017 | actionMaximize_Editor->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F11" , nullptr)); |
2018 | #endif // QT_CONFIG(shortcut) |
2019 | actionNext_Editor->setText(QCoreApplication::translate("MainWindow" , "Next" , nullptr)); |
2020 | #if QT_CONFIG(shortcut) |
2021 | actionNext_Editor->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Tab" , nullptr)); |
2022 | #endif // QT_CONFIG(shortcut) |
2023 | actionPrevious_Editor->setText(QCoreApplication::translate("MainWindow" , "Previous" , nullptr)); |
2024 | #if QT_CONFIG(shortcut) |
2025 | actionPrevious_Editor->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+Tab" , nullptr)); |
2026 | #endif // QT_CONFIG(shortcut) |
2027 | actionToggle_Breakpoint->setText(QCoreApplication::translate("MainWindow" , "Toggle breakpoint" , nullptr)); |
2028 | #if QT_CONFIG(shortcut) |
2029 | actionToggle_Breakpoint->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F4" , nullptr)); |
2030 | #endif // QT_CONFIG(shortcut) |
2031 | actionClear_all_breakpoints->setText(QCoreApplication::translate("MainWindow" , "Clear all breakpoints" , nullptr)); |
2032 | actionBreakpoint_property->setText(QCoreApplication::translate("MainWindow" , "Breakpoint property..." , nullptr)); |
2033 | actionGoto_Declaration->setText(QCoreApplication::translate("MainWindow" , "Goto Declaration" , nullptr)); |
2034 | #if QT_CONFIG(shortcut) |
2035 | actionGoto_Declaration->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+G" , nullptr)); |
2036 | #endif // QT_CONFIG(shortcut) |
2037 | actionGoto_Definition->setText(QCoreApplication::translate("MainWindow" , "Goto Definition" , nullptr)); |
2038 | #if QT_CONFIG(shortcut) |
2039 | actionGoto_Definition->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+G" , nullptr)); |
2040 | #endif // QT_CONFIG(shortcut) |
2041 | actionFind_references->setText(QCoreApplication::translate("MainWindow" , "Find references" , nullptr)); |
2042 | actionOpen_Containing_Folder->setText(QCoreApplication::translate("MainWindow" , "Open containing folder" , nullptr)); |
2043 | #if QT_CONFIG(shortcut) |
2044 | actionOpen_Containing_Folder->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+B" , nullptr)); |
2045 | #endif // QT_CONFIG(shortcut) |
2046 | actionOpen_Terminal->setText(QCoreApplication::translate("MainWindow" , "Open a terminal here" , nullptr)); |
2047 | actionFile_Properties->setText(QCoreApplication::translate("MainWindow" , "File Properties..." , nullptr)); |
2048 | actionClose_Project->setText(QCoreApplication::translate("MainWindow" , "Close Project" , nullptr)); |
2049 | actionProject_options->setText(QCoreApplication::translate("MainWindow" , "Project options" , nullptr)); |
2050 | actionNew_Project->setText(QCoreApplication::translate("MainWindow" , "New Project..." , nullptr)); |
2051 | actionProject_New_File->setText(QCoreApplication::translate("MainWindow" , "New Project File" , nullptr)); |
2052 | #if QT_CONFIG(tooltip) |
2053 | actionProject_New_File->setToolTip(QCoreApplication::translate("MainWindow" , "New Project File" , nullptr)); |
2054 | #endif // QT_CONFIG(tooltip) |
2055 | actionAdd_to_project->setText(QCoreApplication::translate("MainWindow" , "Add to project..." , nullptr)); |
2056 | actionRemove_from_project->setText(QCoreApplication::translate("MainWindow" , "Remove from project" , nullptr)); |
2057 | actionView_Makefile->setText(QCoreApplication::translate("MainWindow" , "View Makefile" , nullptr)); |
2058 | actionMakeClean->setText(QCoreApplication::translate("MainWindow" , "Clean" , nullptr)); |
2059 | actionProject_Open_Folder_In_Explorer->setText(QCoreApplication::translate("MainWindow" , "Open Folder in Explorer" , nullptr)); |
2060 | actionProject_Open_In_Terminal->setText(QCoreApplication::translate("MainWindow" , "Open In Terminal" , nullptr)); |
2061 | actionAbout->setText(QCoreApplication::translate("MainWindow" , "About" , nullptr)); |
2062 | actionRename_Symbol->setText(QCoreApplication::translate("MainWindow" , "Rename Symbol" , nullptr)); |
2063 | #if QT_CONFIG(shortcut) |
2064 | actionRename_Symbol->setShortcut(QCoreApplication::translate("MainWindow" , "Shift+F6" , nullptr)); |
2065 | #endif // QT_CONFIG(shortcut) |
2066 | actionPrint->setText(QCoreApplication::translate("MainWindow" , "Print..." , nullptr)); |
2067 | #if QT_CONFIG(shortcut) |
2068 | actionPrint->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+P" , nullptr)); |
2069 | #endif // QT_CONFIG(shortcut) |
2070 | actionExport_As_RTF->setText(QCoreApplication::translate("MainWindow" , "Export As RTF" , nullptr)); |
2071 | actionExport_As_HTML->setText(QCoreApplication::translate("MainWindow" , "Export As HTML" , nullptr)); |
2072 | actionMove_To_Other_View->setText(QCoreApplication::translate("MainWindow" , "Move To Other View" , nullptr)); |
2073 | #if QT_CONFIG(shortcut) |
2074 | actionMove_To_Other_View->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+M" , nullptr)); |
2075 | #endif // QT_CONFIG(shortcut) |
2076 | actionC_C_Reference->setText(QCoreApplication::translate("MainWindow" , "C++ Reference" , nullptr)); |
2077 | #if QT_CONFIG(tooltip) |
2078 | actionC_C_Reference->setToolTip(QCoreApplication::translate("MainWindow" , "C++ Reference" , nullptr)); |
2079 | #endif // QT_CONFIG(tooltip) |
2080 | actionEGE_Manual->setText(QCoreApplication::translate("MainWindow" , "EGE Manual" , nullptr)); |
2081 | actionAdd_bookmark->setText(QCoreApplication::translate("MainWindow" , "Add Bookmark" , nullptr)); |
2082 | actionRemove_Bookmark->setText(QCoreApplication::translate("MainWindow" , "Remove Bookmark" , nullptr)); |
2083 | actionModify_Bookmark_Description->setText(QCoreApplication::translate("MainWindow" , "Modify Bookmark Description" , nullptr)); |
2084 | actionLocate_in_Files_View->setText(QCoreApplication::translate("MainWindow" , "Locate in Files View" , nullptr)); |
2085 | actionOpen_Folder->setText(QCoreApplication::translate("MainWindow" , "Choose Working Folder" , nullptr)); |
2086 | #if QT_CONFIG(tooltip) |
2087 | actionOpen_Folder->setToolTip(QCoreApplication::translate("MainWindow" , "Choose Working Folder" , nullptr)); |
2088 | #endif // QT_CONFIG(tooltip) |
2089 | actionRun_Parameters->setText(QCoreApplication::translate("MainWindow" , "Running Parameters..." , nullptr)); |
2090 | actionC_Reference->setText(QCoreApplication::translate("MainWindow" , "C Reference" , nullptr)); |
2091 | actionTool_Window_Bars->setText(QCoreApplication::translate("MainWindow" , "Show Tool Panels" , nullptr)); |
2092 | actionStatus_Bar->setText(QCoreApplication::translate("MainWindow" , "Status Bar" , nullptr)); |
2093 | actionProject->setText(QCoreApplication::translate("MainWindow" , "Project" , nullptr)); |
2094 | actionWatch->setText(QCoreApplication::translate("MainWindow" , "Watch" , nullptr)); |
2095 | actionStructure->setText(QCoreApplication::translate("MainWindow" , "Structure" , nullptr)); |
2096 | actionFiles->setText(QCoreApplication::translate("MainWindow" , "Files" , nullptr)); |
2097 | actionProblem_Set->setText(QCoreApplication::translate("MainWindow" , "Problem Set" , nullptr)); |
2098 | actionIssues->setText(QCoreApplication::translate("MainWindow" , "Issues" , nullptr)); |
2099 | actionTools_Output->setText(QCoreApplication::translate("MainWindow" , "Tools Output" , nullptr)); |
2100 | actionDebug_Window->setText(QCoreApplication::translate("MainWindow" , "Debug" , nullptr)); |
2101 | actionSearch->setText(QCoreApplication::translate("MainWindow" , "Search" , nullptr)); |
2102 | actionTODO->setText(QCoreApplication::translate("MainWindow" , "TODO" , nullptr)); |
2103 | actionBookmark->setText(QCoreApplication::translate("MainWindow" , "Bookmark" , nullptr)); |
2104 | actionProblem->setText(QCoreApplication::translate("MainWindow" , "Problem" , nullptr)); |
2105 | actionDelete_Line->setText(QCoreApplication::translate("MainWindow" , "Delete Line" , nullptr)); |
2106 | #if QT_CONFIG(shortcut) |
2107 | actionDelete_Line->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+E" , nullptr)); |
2108 | #endif // QT_CONFIG(shortcut) |
2109 | actionDuplicate_Line->setText(QCoreApplication::translate("MainWindow" , "Duplicate Line" , nullptr)); |
2110 | #if QT_CONFIG(shortcut) |
2111 | actionDuplicate_Line->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+D" , nullptr)); |
2112 | #endif // QT_CONFIG(shortcut) |
2113 | actionDelete_Word->setText(QCoreApplication::translate("MainWindow" , "Delete Word" , nullptr)); |
2114 | #if QT_CONFIG(shortcut) |
2115 | actionDelete_Word->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+D" , nullptr)); |
2116 | #endif // QT_CONFIG(shortcut) |
2117 | actionDelete_to_EOL->setText(QCoreApplication::translate("MainWindow" , "Delete to EOL" , nullptr)); |
2118 | #if QT_CONFIG(shortcut) |
2119 | actionDelete_to_EOL->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Del" , nullptr)); |
2120 | #endif // QT_CONFIG(shortcut) |
2121 | actionDelete_to_BOL->setText(QCoreApplication::translate("MainWindow" , "Delete to BOL" , nullptr)); |
2122 | #if QT_CONFIG(shortcut) |
2123 | actionDelete_to_BOL->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Backspace" , nullptr)); |
2124 | #endif // QT_CONFIG(shortcut) |
2125 | actionInterrupt->setText(QCoreApplication::translate("MainWindow" , "Interrupt" , nullptr)); |
2126 | actionDelete_Last_Word->setText(QCoreApplication::translate("MainWindow" , "Delete To Word Begin" , nullptr)); |
2127 | #if QT_CONFIG(tooltip) |
2128 | actionDelete_Last_Word->setToolTip(QCoreApplication::translate("MainWindow" , "Delete To Word Begin" , nullptr)); |
2129 | #endif // QT_CONFIG(tooltip) |
2130 | #if QT_CONFIG(shortcut) |
2131 | actionDelete_Last_Word->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+B" , nullptr)); |
2132 | #endif // QT_CONFIG(shortcut) |
2133 | actionDelete_to_Word_End->setText(QCoreApplication::translate("MainWindow" , "Delete to Word End" , nullptr)); |
2134 | #if QT_CONFIG(shortcut) |
2135 | actionDelete_to_Word_End->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+E" , nullptr)); |
2136 | #endif // QT_CONFIG(shortcut) |
2137 | actionNew_Class->setText(QCoreApplication::translate("MainWindow" , "New Class..." , nullptr)); |
2138 | actionNew_Header->setText(QCoreApplication::translate("MainWindow" , "New Header..." , nullptr)); |
2139 | #if QT_CONFIG(tooltip) |
2140 | actionNew_Header->setToolTip(QCoreApplication::translate("MainWindow" , "New Header..." , nullptr)); |
2141 | #endif // QT_CONFIG(tooltip) |
2142 | actionGit_Create_Repository->setText(QCoreApplication::translate("MainWindow" , "Create Git Repository" , nullptr)); |
2143 | actionGit_Commit->setText(QCoreApplication::translate("MainWindow" , "Commit" , nullptr)); |
2144 | actionGit_Revert->setText(QCoreApplication::translate("MainWindow" , "Revert" , nullptr)); |
2145 | actionGit_Reset->setText(QCoreApplication::translate("MainWindow" , "Reset" , nullptr)); |
2146 | actionGit_Add_Files->setText(QCoreApplication::translate("MainWindow" , "Add Files" , nullptr)); |
2147 | actionGit_Restore->setText(QCoreApplication::translate("MainWindow" , "Restore" , nullptr)); |
2148 | actionWebsite->setText(QCoreApplication::translate("MainWindow" , "Website" , nullptr)); |
2149 | #if QT_CONFIG(shortcut) |
2150 | actionWebsite->setShortcut(QCoreApplication::translate("MainWindow" , "F1" , nullptr)); |
2151 | #endif // QT_CONFIG(shortcut) |
2152 | actionGit_Branch->setText(QCoreApplication::translate("MainWindow" , "Branch/Switch" , nullptr)); |
2153 | actionGit_Merge->setText(QCoreApplication::translate("MainWindow" , "Merge" , nullptr)); |
2154 | actionGit_Log->setText(QCoreApplication::translate("MainWindow" , "Show Log" , nullptr)); |
2155 | #if QT_CONFIG(tooltip) |
2156 | actionGit_Log->setToolTip(QCoreApplication::translate("MainWindow" , "Show Log" , nullptr)); |
2157 | #endif // QT_CONFIG(tooltip) |
2158 | actionGit_Remotes->setText(QCoreApplication::translate("MainWindow" , "Remotes..." , nullptr)); |
2159 | actionGit_Fetch->setText(QCoreApplication::translate("MainWindow" , "Fetch" , nullptr)); |
2160 | actionGit_Pull->setText(QCoreApplication::translate("MainWindow" , "Pull" , nullptr)); |
2161 | actionGit_Push->setText(QCoreApplication::translate("MainWindow" , "Push" , nullptr)); |
2162 | actionFilesView_Hide_Non_Support_Files->setText(QCoreApplication::translate("MainWindow" , "Hide Non Support Files" , nullptr)); |
2163 | actionToggle_Block_Comment->setText(QCoreApplication::translate("MainWindow" , "Toggle Block Comment" , nullptr)); |
2164 | #if QT_CONFIG(shortcut) |
2165 | actionToggle_Block_Comment->setShortcut(QCoreApplication::translate("MainWindow" , "Alt+Shift+A" , nullptr)); |
2166 | #endif // QT_CONFIG(shortcut) |
2167 | actionMatch_Bracket->setText(QCoreApplication::translate("MainWindow" , "Match Bracket" , nullptr)); |
2168 | #if QT_CONFIG(shortcut) |
2169 | actionMatch_Bracket->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+]" , nullptr)); |
2170 | #endif // QT_CONFIG(shortcut) |
2171 | actionMove_Selection_Up->setText(QCoreApplication::translate("MainWindow" , "Move Selection Up" , nullptr)); |
2172 | #if QT_CONFIG(shortcut) |
2173 | actionMove_Selection_Up->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+Up" , nullptr)); |
2174 | #endif // QT_CONFIG(shortcut) |
2175 | actionMove_Selection_Down->setText(QCoreApplication::translate("MainWindow" , "Move Selection Down" , nullptr)); |
2176 | #if QT_CONFIG(shortcut) |
2177 | actionMove_Selection_Down->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+Shift+Down" , nullptr)); |
2178 | #endif // QT_CONFIG(shortcut) |
2179 | actionConvert_to_UTF_8_BOM->setText(QCoreApplication::translate("MainWindow" , "Convert to UTF-8 BOM" , nullptr)); |
2180 | actionEncode_in_UTF_8_BOM->setText(QCoreApplication::translate("MainWindow" , "Encode in UTF-8 BOM" , nullptr)); |
2181 | actionCompiler_Options->setText(QCoreApplication::translate("MainWindow" , "Compiler Options..." , nullptr)); |
2182 | actionToggle_Explorer_Panel->setText(QCoreApplication::translate("MainWindow" , "Toggle Explorer Panel" , nullptr)); |
2183 | #if QT_CONFIG(shortcut) |
2184 | actionToggle_Explorer_Panel->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F9" , nullptr)); |
2185 | #endif // QT_CONFIG(shortcut) |
2186 | actionToggle_Messages_Panel->setText(QCoreApplication::translate("MainWindow" , "Toggle Messages Panel" , nullptr)); |
2187 | #if QT_CONFIG(shortcut) |
2188 | actionToggle_Messages_Panel->setShortcut(QCoreApplication::translate("MainWindow" , "Ctrl+F10" , nullptr)); |
2189 | #endif // QT_CONFIG(shortcut) |
2190 | actionRaylib_Manual->setText(QCoreApplication::translate("MainWindow" , "Raylib Manual" , nullptr)); |
2191 | actionSelect_Word->setText(QCoreApplication::translate("MainWindow" , "Select Word" , nullptr)); |
2192 | actionGo_to_Line->setText(QCoreApplication::translate("MainWindow" , "Go to Line..." , nullptr)); |
2193 | actionNew_Template->setText(QCoreApplication::translate("MainWindow" , "New Template..." , nullptr)); |
2194 | #if QT_CONFIG(tooltip) |
2195 | actionNew_Template->setToolTip(QCoreApplication::translate("MainWindow" , "New Template from Project" , nullptr)); |
2196 | #endif // QT_CONFIG(tooltip) |
2197 | menuFile->setTitle(QCoreApplication::translate("MainWindow" , "File" , nullptr)); |
2198 | menuTools->setTitle(QCoreApplication::translate("MainWindow" , "Tools" , nullptr)); |
2199 | menuExecute->setTitle(QCoreApplication::translate("MainWindow" , "Execute" , nullptr)); |
2200 | menuEdit->setTitle(QCoreApplication::translate("MainWindow" , "Edit" , nullptr)); |
2201 | menuSearch->setTitle(QCoreApplication::translate("MainWindow" , "Search" , nullptr)); |
2202 | menuCode->setTitle(QCoreApplication::translate("MainWindow" , "Code" , nullptr)); |
2203 | menuWindow->setTitle(QCoreApplication::translate("MainWindow" , "Window" , nullptr)); |
2204 | menuProject->setTitle(QCoreApplication::translate("MainWindow" , "Project" , nullptr)); |
2205 | menuHelp->setTitle(QCoreApplication::translate("MainWindow" , "Help" , nullptr)); |
2206 | menuRefactor->setTitle(QCoreApplication::translate("MainWindow" , "Refactor" , nullptr)); |
2207 | menuView->setTitle(QCoreApplication::translate("MainWindow" , "View" , nullptr)); |
2208 | menuTool_Windows->setTitle(QCoreApplication::translate("MainWindow" , "Tool Panels" , nullptr)); |
2209 | menuGit->setTitle(QCoreApplication::translate("MainWindow" , "Git" , nullptr)); |
2210 | menuSelection->setTitle(QCoreApplication::translate("MainWindow" , "Selection" , nullptr)); |
2211 | toolbarMain->setWindowTitle(QCoreApplication::translate("MainWindow" , "Main" , nullptr)); |
2212 | toolbarCode->setWindowTitle(QCoreApplication::translate("MainWindow" , "Code" , nullptr)); |
2213 | toolbarCompile->setWindowTitle(QCoreApplication::translate("MainWindow" , "Compile" , nullptr)); |
2214 | toolbarDebug->setWindowTitle(QCoreApplication::translate("MainWindow" , "Debug" , nullptr)); |
2215 | toolbarCompilerSet->setWindowTitle(QCoreApplication::translate("MainWindow" , "Compiler Set" , nullptr)); |
2216 | dockExplorer->setWindowTitle(QCoreApplication::translate("MainWindow" , "Explorer" , nullptr)); |
2217 | tabExplorer->setTabText(tabExplorer->indexOf(tabFiles), QCoreApplication::translate("MainWindow" , "Files" , nullptr)); |
2218 | tabExplorer->setTabText(tabExplorer->indexOf(tabProject), QCoreApplication::translate("MainWindow" , "Project" , nullptr)); |
2219 | tabExplorer->setTabText(tabExplorer->indexOf(tabWatch), QCoreApplication::translate("MainWindow" , "Watch" , nullptr)); |
2220 | tabExplorer->setTabText(tabExplorer->indexOf(tabStructure), QCoreApplication::translate("MainWindow" , "Structure" , nullptr)); |
2221 | lblProblemSet->setText(QCoreApplication::translate("MainWindow" , "Problem Set" , nullptr)); |
2222 | #if QT_CONFIG(tooltip) |
2223 | btnNewProblemSet->setToolTip(QCoreApplication::translate("MainWindow" , "New Problem Set" , nullptr)); |
2224 | #endif // QT_CONFIG(tooltip) |
2225 | btnNewProblemSet->setText(QCoreApplication::translate("MainWindow" , "New Problem Set" , nullptr)); |
2226 | #if QT_CONFIG(tooltip) |
2227 | btnAddProblem->setToolTip(QCoreApplication::translate("MainWindow" , "Add Problem" , nullptr)); |
2228 | #endif // QT_CONFIG(tooltip) |
2229 | btnAddProblem->setText(QCoreApplication::translate("MainWindow" , "Add Problem" , nullptr)); |
2230 | #if QT_CONFIG(tooltip) |
2231 | btnRemoveProblem->setToolTip(QCoreApplication::translate("MainWindow" , "Remove Problem" , nullptr)); |
2232 | #endif // QT_CONFIG(tooltip) |
2233 | btnRemoveProblem->setText(QCoreApplication::translate("MainWindow" , "Remove Problem" , nullptr)); |
2234 | #if QT_CONFIG(tooltip) |
2235 | btnSaveProblemSet->setToolTip(QCoreApplication::translate("MainWindow" , "Save Problem Set" , nullptr)); |
2236 | #endif // QT_CONFIG(tooltip) |
2237 | btnSaveProblemSet->setText(QCoreApplication::translate("MainWindow" , "Save Problem Set" , nullptr)); |
2238 | #if QT_CONFIG(tooltip) |
2239 | btnLoadProblemSet->setToolTip(QCoreApplication::translate("MainWindow" , "Load Problem Set" , nullptr)); |
2240 | #endif // QT_CONFIG(tooltip) |
2241 | btnLoadProblemSet->setText(QCoreApplication::translate("MainWindow" , "Load Problem Set" , nullptr)); |
2242 | tabExplorer->setTabText(tabExplorer->indexOf(tabProblemSet), QCoreApplication::translate("MainWindow" , "Problem Set" , nullptr)); |
2243 | dockMessages->setWindowTitle(QCoreApplication::translate("MainWindow" , "Messages" , nullptr)); |
2244 | tabMessages->setTabText(tabMessages->indexOf(tabIssues), QCoreApplication::translate("MainWindow" , "Issues" , nullptr)); |
2245 | tabMessages->setTabText(tabMessages->indexOf(tabToolsOutput), QCoreApplication::translate("MainWindow" , "Tools Output" , nullptr)); |
2246 | lblEvaluate->setText(QCoreApplication::translate("MainWindow" , "Evaluate:" , nullptr)); |
2247 | debugViews->setTabText(debugViews->indexOf(tabDebugConsole), QCoreApplication::translate("MainWindow" , "Debug Console" , nullptr)); |
2248 | debugViews->setTabText(debugViews->indexOf(tabStackTrace), QCoreApplication::translate("MainWindow" , "Call Stack" , nullptr)); |
2249 | debugViews->setTabText(debugViews->indexOf(tabBreakpoints), QCoreApplication::translate("MainWindow" , "Breakpoints" , nullptr)); |
2250 | debugViews->setTabText(debugViews->indexOf(tabLocals), QCoreApplication::translate("MainWindow" , "Locals" , nullptr)); |
2251 | label_3->setText(QCoreApplication::translate("MainWindow" , "Address Expression:" , nullptr)); |
2252 | debugViews->setTabText(debugViews->indexOf(tabMemory), QCoreApplication::translate("MainWindow" , "Memory" , nullptr)); |
2253 | tabMessages->setTabText(tabMessages->indexOf(tabDebug), QCoreApplication::translate("MainWindow" , "Debug" , nullptr)); |
2254 | label->setText(QCoreApplication::translate("MainWindow" , "History:" , nullptr)); |
2255 | btnSearchAgain->setText(QCoreApplication::translate("MainWindow" , "Search Again" , nullptr)); |
2256 | label_2->setText(QCoreApplication::translate("MainWindow" , "Replace with:" , nullptr)); |
2257 | btnReplace->setText(QCoreApplication::translate("MainWindow" , "Replace" , nullptr)); |
2258 | btnCancelReplace->setText(QCoreApplication::translate("MainWindow" , "Cancel" , nullptr)); |
2259 | tabMessages->setTabText(tabMessages->indexOf(tabSearch), QCoreApplication::translate("MainWindow" , "Search" , nullptr)); |
2260 | tabMessages->setTabText(tabMessages->indexOf(tabTODO), QCoreApplication::translate("MainWindow" , "TODO" , nullptr)); |
2261 | tabMessages->setTabText(tabMessages->indexOf(tabBookmark), QCoreApplication::translate("MainWindow" , "Bookmark" , nullptr)); |
2262 | lblProblem->setText(QCoreApplication::translate("MainWindow" , "Problem" , nullptr)); |
2263 | #if QT_CONFIG(tooltip) |
2264 | btnAddProblemCase->setToolTip(QCoreApplication::translate("MainWindow" , "Add Probem Case" , nullptr)); |
2265 | #endif // QT_CONFIG(tooltip) |
2266 | btnAddProblemCase->setText(QCoreApplication::translate("MainWindow" , "Add Probem Case" , nullptr)); |
2267 | #if QT_CONFIG(tooltip) |
2268 | btnRemoveProblemCase->setToolTip(QCoreApplication::translate("MainWindow" , "Remove Problem Case" , nullptr)); |
2269 | #endif // QT_CONFIG(tooltip) |
2270 | btnRemoveProblemCase->setText(QCoreApplication::translate("MainWindow" , "Remove Problem Case" , nullptr)); |
2271 | #if QT_CONFIG(tooltip) |
2272 | btnOpenProblemAnswer->setToolTip(QCoreApplication::translate("MainWindow" , "Open Anwser Source File" , nullptr)); |
2273 | #endif // QT_CONFIG(tooltip) |
2274 | btnOpenProblemAnswer->setText(QCoreApplication::translate("MainWindow" , "Open Anwser Source File" , nullptr)); |
2275 | #if QT_CONFIG(tooltip) |
2276 | btnRunAllProblemCases->setToolTip(QCoreApplication::translate("MainWindow" , "Run All Cases" , nullptr)); |
2277 | #endif // QT_CONFIG(tooltip) |
2278 | btnRunAllProblemCases->setText(QCoreApplication::translate("MainWindow" , "Run All Cases" , nullptr)); |
2279 | btnCaseValidateOptions->setText(QCoreApplication::translate("MainWindow" , "Problem Cases Validation Options" , nullptr)); |
2280 | pbProblemCases->setFormat(QCoreApplication::translate("MainWindow" , "%v/%m" , nullptr)); |
2281 | #if QT_CONFIG(tooltip) |
2282 | btnProblemCaseInputFileName->setToolTip(QCoreApplication::translate("MainWindow" , "Choose Input File" , nullptr)); |
2283 | #endif // QT_CONFIG(tooltip) |
2284 | btnProblemCaseInputFileName->setText(QCoreApplication::translate("MainWindow" , "Choose Input File" , nullptr)); |
2285 | btnProblemCaseClearInputFileName->setText(QCoreApplication::translate("MainWindow" , "Clear" , nullptr)); |
2286 | label_4->setText(QCoreApplication::translate("MainWindow" , "Input" , nullptr)); |
2287 | lblProblemCaseInput->setText(QString()); |
2288 | label_5->setText(QCoreApplication::translate("MainWindow" , "Expected" , nullptr)); |
2289 | #if QT_CONFIG(tooltip) |
2290 | btnProblemCaseClearExpectedOutputFileName->setToolTip(QCoreApplication::translate("MainWindow" , "Clear" , nullptr)); |
2291 | #endif // QT_CONFIG(tooltip) |
2292 | btnProblemCaseClearExpectedOutputFileName->setText(QCoreApplication::translate("MainWindow" , "Clear" , nullptr)); |
2293 | btnProblemCaseExpectedOutputFileName->setText(QCoreApplication::translate("MainWindow" , "..." , nullptr)); |
2294 | lblProblemCaseOutputCaption->setText(QCoreApplication::translate("MainWindow" , "Output" , nullptr)); |
2295 | chkIgnoreSpaces->setText(QCoreApplication::translate("MainWindow" , "Ignore Spaces" , nullptr)); |
2296 | lblProblemCaseExpected->setText(QString()); |
2297 | lblProblemCaseOutput->setText(QString()); |
2298 | tabMessages->setTabText(tabMessages->indexOf(tabProblem), QCoreApplication::translate("MainWindow" , "Problem" , nullptr)); |
2299 | } // retranslateUi |
2300 | |
2301 | }; |
2302 | |
2303 | namespace Ui { |
2304 | class MainWindow: public Ui_MainWindow {}; |
2305 | } // namespace Ui |
2306 | |
2307 | QT_END_NAMESPACE |
2308 | |
2309 | #endif // UI_MAINWINDOW_H |
2310 | |