1/*
2*********************************************************************
3**
4** Copyright (C) 2016 The Qt Company Ltd.
5** Contact: https://www.qt.io/licensing/
6**
7** This file is part of the Qt Linguist of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:GPL-EXCEPT$
10** Commercial License Usage
11** Licensees holding valid commercial Qt licenses may use this file in
12** accordance with the commercial license agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and The Qt Company. For licensing terms
15** and conditions see https://www.qt.io/terms-conditions. For further
16** information use the contact form at https://www.qt.io/contact-us.
17**
18** GNU General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU
20** General Public License version 3 as published by the Free Software
21** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
22** included in the packaging of this file. Please review the following
23** information to ensure the GNU General Public License requirements will
24** be met: https://www.gnu.org/licenses/gpl-3.0.html.
25**
26** $QT_END_LICENSE$
27**
28*********************************************************************
29*/
30
31/********************************************************************************
32** Form generated from reading UI file 'mainwindow.ui'
33**
34** Created by: Qt User Interface Compiler version 5.15.9
35**
36** WARNING! All changes made in this file will be lost when recompiling UI file!
37********************************************************************************/
38
39#ifndef UI_MAINWINDOW_H
40#define UI_MAINWINDOW_H
41
42#include <QtCore/QVariant>
43#include <QtWidgets/QAction>
44#include <QtWidgets/QApplication>
45#include <QtWidgets/QMainWindow>
46#include <QtWidgets/QMenu>
47#include <QtWidgets/QMenuBar>
48#include <QtWidgets/QStatusBar>
49#include <QtWidgets/QWidget>
50
51QT_BEGIN_NAMESPACE
52
53class Ui_MainWindow
54{
55public:
56 QAction *actionOpen;
57 QAction *actionExit;
58 QAction *actionSave;
59 QAction *actionSaveAs;
60 QAction *actionRelease;
61 QAction *actionPrint;
62 QAction *actionUndo;
63 QAction *actionRedo;
64 QAction *actionCut;
65 QAction *actionCopy;
66 QAction *actionPaste;
67 QAction *actionSelectAll;
68 QAction *actionFind;
69 QAction *actionFindNext;
70 QAction *actionPrevUnfinished;
71 QAction *actionNextUnfinished;
72 QAction *actionPrev;
73 QAction *actionNext;
74 QAction *actionDoneAndNext;
75 QAction *actionBeginFromSource;
76 QAction *actionAccelerators;
77 QAction *actionSurroundingWhitespace;
78 QAction *actionEndingPunctuation;
79 QAction *actionPhraseMatches;
80 QAction *actionPlaceMarkerMatches;
81 QAction *actionNewPhraseBook;
82 QAction *actionOpenPhraseBook;
83 QAction *actionResetSorting;
84 QAction *actionDisplayGuesses;
85 QAction *actionStatistics;
86 QAction *actionManual;
87 QAction *actionAbout;
88 QAction *actionAboutQt;
89 QAction *actionWhatsThis;
90 QAction *actionSearchAndTranslate;
91 QAction *actionBatchTranslation;
92 QAction *actionReleaseAs;
93 QAction *actionFile;
94 QAction *actionEdit;
95 QAction *actionTranslation;
96 QAction *actionValidation;
97 QAction *actionHelp;
98 QAction *actionPreviewForm;
99 QAction *actionTranslationFileSettings;
100 QAction *actionAddToPhraseBook;
101 QAction *actionOpenAux;
102 QAction *actionSaveAll;
103 QAction *actionReleaseAll;
104 QAction *actionClose;
105 QAction *actionCloseAll;
106 QAction *actionLengthVariants;
107 QAction *actionVisualizeWhitespace;
108 QAction *actionIncreaseZoom;
109 QAction *actionDecreaseZoom;
110 QAction *actionResetZoomToDefault;
111 QAction *actionShowMoreGuesses;
112 QAction *actionShowFewerGuesses;
113 QAction *actionResetGuessesToDefault;
114 QAction *actionDone;
115 QWidget *centralwidget;
116 QMenuBar *menubar;
117 QMenu *menuPhrases;
118 QMenu *menuClosePhraseBook;
119 QMenu *menuEditPhraseBook;
120 QMenu *menuPrintPhraseBook;
121 QMenu *menuValidation;
122 QMenu *menuView;
123 QMenu *menuViewViews;
124 QMenu *menuToolbars;
125 QMenu *menuZoom;
126 QMenu *menuGuesses;
127 QMenu *menuHelp;
128 QMenu *menuTranslation;
129 QMenu *menuFile;
130 QMenu *menuRecentlyOpenedFiles;
131 QMenu *menuEdit;
132 QStatusBar *statusbar;
133
134 void setupUi(QMainWindow *MainWindow)
135 {
136 if (MainWindow->objectName().isEmpty())
137 MainWindow->setObjectName(QString::fromUtf8(str: "MainWindow"));
138 MainWindow->resize(w: 673, h: 461);
139 actionOpen = new QAction(MainWindow);
140 actionOpen->setObjectName(QString::fromUtf8(str: "actionOpen"));
141 actionExit = new QAction(MainWindow);
142 actionExit->setObjectName(QString::fromUtf8(str: "actionExit"));
143 actionExit->setMenuRole(QAction::QuitRole);
144 actionSave = new QAction(MainWindow);
145 actionSave->setObjectName(QString::fromUtf8(str: "actionSave"));
146 actionSaveAs = new QAction(MainWindow);
147 actionSaveAs->setObjectName(QString::fromUtf8(str: "actionSaveAs"));
148 actionRelease = new QAction(MainWindow);
149 actionRelease->setObjectName(QString::fromUtf8(str: "actionRelease"));
150 actionPrint = new QAction(MainWindow);
151 actionPrint->setObjectName(QString::fromUtf8(str: "actionPrint"));
152 actionUndo = new QAction(MainWindow);
153 actionUndo->setObjectName(QString::fromUtf8(str: "actionUndo"));
154 actionUndo->setEnabled(false);
155 actionUndo->setMenuRole(QAction::NoRole);
156 actionRedo = new QAction(MainWindow);
157 actionRedo->setObjectName(QString::fromUtf8(str: "actionRedo"));
158 actionRedo->setEnabled(false);
159 actionRedo->setMenuRole(QAction::NoRole);
160 actionCut = new QAction(MainWindow);
161 actionCut->setObjectName(QString::fromUtf8(str: "actionCut"));
162 actionCut->setEnabled(false);
163 actionCopy = new QAction(MainWindow);
164 actionCopy->setObjectName(QString::fromUtf8(str: "actionCopy"));
165 actionCopy->setEnabled(false);
166 actionPaste = new QAction(MainWindow);
167 actionPaste->setObjectName(QString::fromUtf8(str: "actionPaste"));
168 actionPaste->setEnabled(false);
169 actionSelectAll = new QAction(MainWindow);
170 actionSelectAll->setObjectName(QString::fromUtf8(str: "actionSelectAll"));
171 actionSelectAll->setEnabled(false);
172 actionFind = new QAction(MainWindow);
173 actionFind->setObjectName(QString::fromUtf8(str: "actionFind"));
174 actionFind->setEnabled(false);
175 actionFind->setMenuRole(QAction::NoRole);
176 actionFindNext = new QAction(MainWindow);
177 actionFindNext->setObjectName(QString::fromUtf8(str: "actionFindNext"));
178 actionFindNext->setEnabled(false);
179 actionFindNext->setMenuRole(QAction::NoRole);
180 actionPrevUnfinished = new QAction(MainWindow);
181 actionPrevUnfinished->setObjectName(QString::fromUtf8(str: "actionPrevUnfinished"));
182 actionPrevUnfinished->setMenuRole(QAction::NoRole);
183 actionNextUnfinished = new QAction(MainWindow);
184 actionNextUnfinished->setObjectName(QString::fromUtf8(str: "actionNextUnfinished"));
185 actionNextUnfinished->setMenuRole(QAction::NoRole);
186 actionPrev = new QAction(MainWindow);
187 actionPrev->setObjectName(QString::fromUtf8(str: "actionPrev"));
188 actionPrev->setMenuRole(QAction::NoRole);
189 actionNext = new QAction(MainWindow);
190 actionNext->setObjectName(QString::fromUtf8(str: "actionNext"));
191 actionNext->setMenuRole(QAction::NoRole);
192 actionDoneAndNext = new QAction(MainWindow);
193 actionDoneAndNext->setObjectName(QString::fromUtf8(str: "actionDoneAndNext"));
194 actionDoneAndNext->setEnabled(false);
195 actionDoneAndNext->setMenuRole(QAction::NoRole);
196 actionBeginFromSource = new QAction(MainWindow);
197 actionBeginFromSource->setObjectName(QString::fromUtf8(str: "actionBeginFromSource"));
198 actionBeginFromSource->setEnabled(false);
199 actionBeginFromSource->setMenuRole(QAction::NoRole);
200 actionAccelerators = new QAction(MainWindow);
201 actionAccelerators->setObjectName(QString::fromUtf8(str: "actionAccelerators"));
202 actionAccelerators->setCheckable(true);
203 actionAccelerators->setMenuRole(QAction::NoRole);
204 actionSurroundingWhitespace = new QAction(MainWindow);
205 actionSurroundingWhitespace->setObjectName(QString::fromUtf8(str: "actionSurroundingWhitespace"));
206 actionSurroundingWhitespace->setCheckable(true);
207 actionSurroundingWhitespace->setMenuRole(QAction::NoRole);
208 actionEndingPunctuation = new QAction(MainWindow);
209 actionEndingPunctuation->setObjectName(QString::fromUtf8(str: "actionEndingPunctuation"));
210 actionEndingPunctuation->setCheckable(true);
211 actionEndingPunctuation->setMenuRole(QAction::NoRole);
212 actionPhraseMatches = new QAction(MainWindow);
213 actionPhraseMatches->setObjectName(QString::fromUtf8(str: "actionPhraseMatches"));
214 actionPhraseMatches->setCheckable(true);
215 actionPhraseMatches->setMenuRole(QAction::NoRole);
216 actionPlaceMarkerMatches = new QAction(MainWindow);
217 actionPlaceMarkerMatches->setObjectName(QString::fromUtf8(str: "actionPlaceMarkerMatches"));
218 actionPlaceMarkerMatches->setCheckable(true);
219 actionPlaceMarkerMatches->setMenuRole(QAction::NoRole);
220 actionNewPhraseBook = new QAction(MainWindow);
221 actionNewPhraseBook->setObjectName(QString::fromUtf8(str: "actionNewPhraseBook"));
222 actionNewPhraseBook->setMenuRole(QAction::NoRole);
223 actionOpenPhraseBook = new QAction(MainWindow);
224 actionOpenPhraseBook->setObjectName(QString::fromUtf8(str: "actionOpenPhraseBook"));
225 actionOpenPhraseBook->setMenuRole(QAction::NoRole);
226 actionResetSorting = new QAction(MainWindow);
227 actionResetSorting->setObjectName(QString::fromUtf8(str: "actionResetSorting"));
228 actionResetSorting->setCheckable(false);
229 actionResetSorting->setChecked(false);
230 actionResetSorting->setMenuRole(QAction::NoRole);
231 actionDisplayGuesses = new QAction(MainWindow);
232 actionDisplayGuesses->setObjectName(QString::fromUtf8(str: "actionDisplayGuesses"));
233 actionDisplayGuesses->setCheckable(true);
234 actionDisplayGuesses->setChecked(true);
235 actionDisplayGuesses->setMenuRole(QAction::NoRole);
236 actionStatistics = new QAction(MainWindow);
237 actionStatistics->setObjectName(QString::fromUtf8(str: "actionStatistics"));
238 actionStatistics->setCheckable(true);
239 actionStatistics->setChecked(true);
240 actionStatistics->setMenuRole(QAction::NoRole);
241 actionManual = new QAction(MainWindow);
242 actionManual->setObjectName(QString::fromUtf8(str: "actionManual"));
243 actionManual->setMenuRole(QAction::NoRole);
244 actionAbout = new QAction(MainWindow);
245 actionAbout->setObjectName(QString::fromUtf8(str: "actionAbout"));
246 actionAbout->setMenuRole(QAction::AboutRole);
247 actionAboutQt = new QAction(MainWindow);
248 actionAboutQt->setObjectName(QString::fromUtf8(str: "actionAboutQt"));
249 actionAboutQt->setMenuRole(QAction::AboutQtRole);
250 actionWhatsThis = new QAction(MainWindow);
251 actionWhatsThis->setObjectName(QString::fromUtf8(str: "actionWhatsThis"));
252 actionWhatsThis->setCheckable(false);
253 actionWhatsThis->setChecked(false);
254 actionWhatsThis->setMenuRole(QAction::NoRole);
255 actionSearchAndTranslate = new QAction(MainWindow);
256 actionSearchAndTranslate->setObjectName(QString::fromUtf8(str: "actionSearchAndTranslate"));
257 actionSearchAndTranslate->setEnabled(false);
258 actionSearchAndTranslate->setMenuRole(QAction::NoRole);
259 actionBatchTranslation = new QAction(MainWindow);
260 actionBatchTranslation->setObjectName(QString::fromUtf8(str: "actionBatchTranslation"));
261 actionBatchTranslation->setEnabled(false);
262 actionBatchTranslation->setMenuRole(QAction::NoRole);
263 actionReleaseAs = new QAction(MainWindow);
264 actionReleaseAs->setObjectName(QString::fromUtf8(str: "actionReleaseAs"));
265 actionFile = new QAction(MainWindow);
266 actionFile->setObjectName(QString::fromUtf8(str: "actionFile"));
267 actionFile->setCheckable(true);
268 actionFile->setChecked(true);
269 actionEdit = new QAction(MainWindow);
270 actionEdit->setObjectName(QString::fromUtf8(str: "actionEdit"));
271 actionEdit->setCheckable(true);
272 actionEdit->setChecked(true);
273 actionTranslation = new QAction(MainWindow);
274 actionTranslation->setObjectName(QString::fromUtf8(str: "actionTranslation"));
275 actionTranslation->setCheckable(true);
276 actionTranslation->setChecked(true);
277 actionValidation = new QAction(MainWindow);
278 actionValidation->setObjectName(QString::fromUtf8(str: "actionValidation"));
279 actionValidation->setCheckable(true);
280 actionValidation->setChecked(true);
281 actionHelp = new QAction(MainWindow);
282 actionHelp->setObjectName(QString::fromUtf8(str: "actionHelp"));
283 actionHelp->setCheckable(true);
284 actionHelp->setChecked(true);
285 actionPreviewForm = new QAction(MainWindow);
286 actionPreviewForm->setObjectName(QString::fromUtf8(str: "actionPreviewForm"));
287 actionPreviewForm->setEnabled(false);
288 actionPreviewForm->setMenuRole(QAction::NoRole);
289 actionTranslationFileSettings = new QAction(MainWindow);
290 actionTranslationFileSettings->setObjectName(QString::fromUtf8(str: "actionTranslationFileSettings"));
291 actionTranslationFileSettings->setEnabled(false);
292 actionTranslationFileSettings->setMenuRole(QAction::NoRole);
293 actionAddToPhraseBook = new QAction(MainWindow);
294 actionAddToPhraseBook->setObjectName(QString::fromUtf8(str: "actionAddToPhraseBook"));
295 actionAddToPhraseBook->setEnabled(false);
296 actionOpenAux = new QAction(MainWindow);
297 actionOpenAux->setObjectName(QString::fromUtf8(str: "actionOpenAux"));
298 actionSaveAll = new QAction(MainWindow);
299 actionSaveAll->setObjectName(QString::fromUtf8(str: "actionSaveAll"));
300 actionReleaseAll = new QAction(MainWindow);
301 actionReleaseAll->setObjectName(QString::fromUtf8(str: "actionReleaseAll"));
302 actionClose = new QAction(MainWindow);
303 actionClose->setObjectName(QString::fromUtf8(str: "actionClose"));
304 actionCloseAll = new QAction(MainWindow);
305 actionCloseAll->setObjectName(QString::fromUtf8(str: "actionCloseAll"));
306 actionLengthVariants = new QAction(MainWindow);
307 actionLengthVariants->setObjectName(QString::fromUtf8(str: "actionLengthVariants"));
308 actionLengthVariants->setCheckable(true);
309 actionVisualizeWhitespace = new QAction(MainWindow);
310 actionVisualizeWhitespace->setObjectName(QString::fromUtf8(str: "actionVisualizeWhitespace"));
311 actionVisualizeWhitespace->setCheckable(true);
312 actionIncreaseZoom = new QAction(MainWindow);
313 actionIncreaseZoom->setObjectName(QString::fromUtf8(str: "actionIncreaseZoom"));
314 actionDecreaseZoom = new QAction(MainWindow);
315 actionDecreaseZoom->setObjectName(QString::fromUtf8(str: "actionDecreaseZoom"));
316 actionResetZoomToDefault = new QAction(MainWindow);
317 actionResetZoomToDefault->setObjectName(QString::fromUtf8(str: "actionResetZoomToDefault"));
318 actionShowMoreGuesses = new QAction(MainWindow);
319 actionShowMoreGuesses->setObjectName(QString::fromUtf8(str: "actionShowMoreGuesses"));
320 actionShowFewerGuesses = new QAction(MainWindow);
321 actionShowFewerGuesses->setObjectName(QString::fromUtf8(str: "actionShowFewerGuesses"));
322 actionResetGuessesToDefault = new QAction(MainWindow);
323 actionResetGuessesToDefault->setObjectName(QString::fromUtf8(str: "actionResetGuessesToDefault"));
324 actionDone = new QAction(MainWindow);
325 actionDone->setObjectName(QString::fromUtf8(str: "actionDone"));
326 actionDone->setEnabled(false);
327 actionDone->setMenuRole(QAction::NoRole);
328 centralwidget = new QWidget(MainWindow);
329 centralwidget->setObjectName(QString::fromUtf8(str: "centralwidget"));
330 MainWindow->setCentralWidget(centralwidget);
331 menubar = new QMenuBar(MainWindow);
332 menubar->setObjectName(QString::fromUtf8(str: "menubar"));
333 menubar->setGeometry(QRect(0, 0, 673, 28));
334 menuPhrases = new QMenu(menubar);
335 menuPhrases->setObjectName(QString::fromUtf8(str: "menuPhrases"));
336 menuClosePhraseBook = new QMenu(menuPhrases);
337 menuClosePhraseBook->setObjectName(QString::fromUtf8(str: "menuClosePhraseBook"));
338 menuEditPhraseBook = new QMenu(menuPhrases);
339 menuEditPhraseBook->setObjectName(QString::fromUtf8(str: "menuEditPhraseBook"));
340 menuPrintPhraseBook = new QMenu(menuPhrases);
341 menuPrintPhraseBook->setObjectName(QString::fromUtf8(str: "menuPrintPhraseBook"));
342 menuValidation = new QMenu(menubar);
343 menuValidation->setObjectName(QString::fromUtf8(str: "menuValidation"));
344 menuView = new QMenu(menubar);
345 menuView->setObjectName(QString::fromUtf8(str: "menuView"));
346 menuViewViews = new QMenu(menuView);
347 menuViewViews->setObjectName(QString::fromUtf8(str: "menuViewViews"));
348 menuToolbars = new QMenu(menuView);
349 menuToolbars->setObjectName(QString::fromUtf8(str: "menuToolbars"));
350 menuZoom = new QMenu(menuView);
351 menuZoom->setObjectName(QString::fromUtf8(str: "menuZoom"));
352 menuGuesses = new QMenu(menuView);
353 menuGuesses->setObjectName(QString::fromUtf8(str: "menuGuesses"));
354 menuHelp = new QMenu(menubar);
355 menuHelp->setObjectName(QString::fromUtf8(str: "menuHelp"));
356 menuTranslation = new QMenu(menubar);
357 menuTranslation->setObjectName(QString::fromUtf8(str: "menuTranslation"));
358 menuFile = new QMenu(menubar);
359 menuFile->setObjectName(QString::fromUtf8(str: "menuFile"));
360 menuRecentlyOpenedFiles = new QMenu(menuFile);
361 menuRecentlyOpenedFiles->setObjectName(QString::fromUtf8(str: "menuRecentlyOpenedFiles"));
362 menuEdit = new QMenu(menubar);
363 menuEdit->setObjectName(QString::fromUtf8(str: "menuEdit"));
364 MainWindow->setMenuBar(menubar);
365 statusbar = new QStatusBar(MainWindow);
366 statusbar->setObjectName(QString::fromUtf8(str: "statusbar"));
367 MainWindow->setStatusBar(statusbar);
368
369 menubar->addAction(action: menuFile->menuAction());
370 menubar->addAction(action: menuEdit->menuAction());
371 menubar->addAction(action: menuTranslation->menuAction());
372 menubar->addAction(action: menuValidation->menuAction());
373 menubar->addAction(action: menuPhrases->menuAction());
374 menubar->addAction(action: menuView->menuAction());
375 menubar->addAction(action: menuHelp->menuAction());
376 menuPhrases->addAction(action: actionNewPhraseBook);
377 menuPhrases->addAction(action: actionOpenPhraseBook);
378 menuPhrases->addAction(action: menuClosePhraseBook->menuAction());
379 menuPhrases->addSeparator();
380 menuPhrases->addAction(action: menuEditPhraseBook->menuAction());
381 menuPhrases->addAction(action: menuPrintPhraseBook->menuAction());
382 menuPhrases->addAction(action: actionAddToPhraseBook);
383 menuValidation->addAction(action: actionAccelerators);
384 menuValidation->addAction(action: actionSurroundingWhitespace);
385 menuValidation->addAction(action: actionEndingPunctuation);
386 menuValidation->addAction(action: actionPhraseMatches);
387 menuValidation->addAction(action: actionPlaceMarkerMatches);
388 menuView->addAction(action: actionResetSorting);
389 menuView->addAction(action: actionDisplayGuesses);
390 menuView->addAction(action: actionStatistics);
391 menuView->addAction(action: actionLengthVariants);
392 menuView->addAction(action: actionVisualizeWhitespace);
393 menuView->addSeparator();
394 menuView->addAction(action: menuZoom->menuAction());
395 menuView->addAction(action: menuGuesses->menuAction());
396 menuView->addSeparator();
397 menuView->addAction(action: menuToolbars->menuAction());
398 menuView->addAction(action: menuViewViews->menuAction());
399 menuZoom->addAction(action: actionIncreaseZoom);
400 menuZoom->addAction(action: actionDecreaseZoom);
401 menuZoom->addSeparator();
402 menuZoom->addAction(action: actionResetZoomToDefault);
403 menuGuesses->addAction(action: actionShowMoreGuesses);
404 menuGuesses->addAction(action: actionShowFewerGuesses);
405 menuGuesses->addSeparator();
406 menuGuesses->addAction(action: actionResetGuessesToDefault);
407 menuHelp->addAction(action: actionManual);
408 menuHelp->addAction(action: actionAbout);
409 menuHelp->addAction(action: actionAboutQt);
410 menuHelp->addAction(action: actionWhatsThis);
411 menuTranslation->addAction(action: actionPrevUnfinished);
412 menuTranslation->addAction(action: actionNextUnfinished);
413 menuTranslation->addAction(action: actionPrev);
414 menuTranslation->addAction(action: actionNext);
415 menuTranslation->addAction(action: actionDone);
416 menuTranslation->addAction(action: actionDoneAndNext);
417 menuTranslation->addAction(action: actionBeginFromSource);
418 menuFile->addAction(action: actionOpen);
419 menuFile->addAction(action: actionOpenAux);
420 menuFile->addAction(action: menuRecentlyOpenedFiles->menuAction());
421 menuFile->addSeparator();
422 menuFile->addAction(action: actionSaveAll);
423 menuFile->addAction(action: actionSave);
424 menuFile->addAction(action: actionSaveAs);
425 menuFile->addAction(action: actionReleaseAll);
426 menuFile->addAction(action: actionRelease);
427 menuFile->addAction(action: actionReleaseAs);
428 menuFile->addSeparator();
429 menuFile->addAction(action: actionPrint);
430 menuFile->addSeparator();
431 menuFile->addAction(action: actionCloseAll);
432 menuFile->addAction(action: actionClose);
433 menuFile->addSeparator();
434 menuFile->addAction(action: actionExit);
435 menuEdit->addAction(action: actionUndo);
436 menuEdit->addAction(action: actionRedo);
437 menuEdit->addSeparator();
438 menuEdit->addAction(action: actionCut);
439 menuEdit->addAction(action: actionCopy);
440 menuEdit->addAction(action: actionPaste);
441 menuEdit->addAction(action: actionSelectAll);
442 menuEdit->addSeparator();
443 menuEdit->addAction(action: actionFind);
444 menuEdit->addAction(action: actionFindNext);
445 menuEdit->addAction(action: actionSearchAndTranslate);
446 menuEdit->addAction(action: actionBatchTranslation);
447 menuEdit->addAction(action: actionTranslationFileSettings);
448
449 retranslateUi(MainWindow);
450
451 QMetaObject::connectSlotsByName(o: MainWindow);
452 } // setupUi
453
454 void retranslateUi(QMainWindow *MainWindow)
455 {
456 MainWindow->setWindowTitle(QCoreApplication::translate(context: "MainWindow", key: "MainWindow", disambiguation: nullptr));
457 actionOpen->setText(QCoreApplication::translate(context: "MainWindow", key: "&Open...", disambiguation: nullptr));
458#if QT_CONFIG(whatsthis)
459 actionOpen->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Open a Qt translation source file (TS file) for editing", disambiguation: nullptr));
460#endif // QT_CONFIG(whatsthis)
461#if QT_CONFIG(shortcut)
462 actionOpen->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+O", disambiguation: nullptr));
463#endif // QT_CONFIG(shortcut)
464 actionExit->setText(QCoreApplication::translate(context: "MainWindow", key: "E&xit", disambiguation: nullptr));
465#if QT_CONFIG(statustip)
466 actionExit->setStatusTip(QString());
467#endif // QT_CONFIG(statustip)
468#if QT_CONFIG(whatsthis)
469 actionExit->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Close this window and exit.", disambiguation: nullptr));
470#endif // QT_CONFIG(whatsthis)
471#if QT_CONFIG(shortcut)
472 actionExit->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+Q", disambiguation: nullptr));
473#endif // QT_CONFIG(shortcut)
474 actionSave->setText(QCoreApplication::translate(context: "MainWindow", key: "Save", disambiguation: nullptr));
475#if QT_CONFIG(whatsthis)
476 actionSave->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Save changes made to this Qt translation source file", disambiguation: nullptr));
477#endif // QT_CONFIG(whatsthis)
478 actionSaveAs->setText(QCoreApplication::translate(context: "MainWindow", key: "Save &As...", disambiguation: nullptr));
479 actionSaveAs->setIconText(QCoreApplication::translate(context: "MainWindow", key: "Save As...", disambiguation: nullptr));
480#if QT_CONFIG(whatsthis)
481 actionSaveAs->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Save changes made to this Qt translation source file into a new file.", disambiguation: nullptr));
482#endif // QT_CONFIG(whatsthis)
483 actionRelease->setText(QCoreApplication::translate(context: "MainWindow", key: "Release", disambiguation: nullptr));
484#if QT_CONFIG(whatsthis)
485 actionRelease->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Create a Qt message file suitable for released applications from the current message file.", disambiguation: nullptr));
486#endif // QT_CONFIG(whatsthis)
487 actionPrint->setText(QCoreApplication::translate(context: "MainWindow", key: "&Print...", disambiguation: nullptr));
488#if QT_CONFIG(whatsthis)
489 actionPrint->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Print a list of all the translation units in the current translation source file.", disambiguation: nullptr));
490#endif // QT_CONFIG(whatsthis)
491#if QT_CONFIG(shortcut)
492 actionPrint->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+P", disambiguation: nullptr));
493#endif // QT_CONFIG(shortcut)
494 actionUndo->setText(QCoreApplication::translate(context: "MainWindow", key: "&Undo", disambiguation: nullptr));
495#if QT_CONFIG(whatsthis)
496 actionUndo->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Undo the last editing operation performed on the current translation.", disambiguation: nullptr));
497#endif // QT_CONFIG(whatsthis)
498#if QT_CONFIG(shortcut)
499 actionUndo->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+Z", disambiguation: nullptr));
500#endif // QT_CONFIG(shortcut)
501 actionRedo->setText(QCoreApplication::translate(context: "MainWindow", key: "&Redo", disambiguation: nullptr));
502#if QT_CONFIG(whatsthis)
503 actionRedo->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Redo an undone editing operation performed on the translation.", disambiguation: nullptr));
504#endif // QT_CONFIG(whatsthis)
505#if QT_CONFIG(shortcut)
506 actionRedo->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+Y", disambiguation: nullptr));
507#endif // QT_CONFIG(shortcut)
508 actionCut->setText(QCoreApplication::translate(context: "MainWindow", key: "Cu&t", disambiguation: nullptr));
509#if QT_CONFIG(whatsthis)
510 actionCut->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Copy the selected translation text to the clipboard and deletes it.", disambiguation: nullptr));
511#endif // QT_CONFIG(whatsthis)
512#if QT_CONFIG(shortcut)
513 actionCut->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+X", disambiguation: nullptr));
514#endif // QT_CONFIG(shortcut)
515 actionCopy->setText(QCoreApplication::translate(context: "MainWindow", key: "&Copy", disambiguation: nullptr));
516#if QT_CONFIG(whatsthis)
517 actionCopy->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Copy the selected translation text to the clipboard.", disambiguation: nullptr));
518#endif // QT_CONFIG(whatsthis)
519#if QT_CONFIG(shortcut)
520 actionCopy->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+C", disambiguation: nullptr));
521#endif // QT_CONFIG(shortcut)
522 actionPaste->setText(QCoreApplication::translate(context: "MainWindow", key: "&Paste", disambiguation: nullptr));
523#if QT_CONFIG(whatsthis)
524 actionPaste->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Paste the clipboard text into the translation.", disambiguation: nullptr));
525#endif // QT_CONFIG(whatsthis)
526#if QT_CONFIG(shortcut)
527 actionPaste->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+V", disambiguation: nullptr));
528#endif // QT_CONFIG(shortcut)
529 actionSelectAll->setText(QCoreApplication::translate(context: "MainWindow", key: "Select &All", disambiguation: nullptr));
530#if QT_CONFIG(whatsthis)
531 actionSelectAll->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Select the whole translation text.", disambiguation: nullptr));
532#endif // QT_CONFIG(whatsthis)
533#if QT_CONFIG(shortcut)
534 actionSelectAll->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+A", disambiguation: nullptr));
535#endif // QT_CONFIG(shortcut)
536 actionFind->setText(QCoreApplication::translate(context: "MainWindow", key: "&Find...", disambiguation: nullptr));
537#if QT_CONFIG(whatsthis)
538 actionFind->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Search for some text in the translation source file.", disambiguation: nullptr));
539#endif // QT_CONFIG(whatsthis)
540#if QT_CONFIG(shortcut)
541 actionFind->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+F", disambiguation: nullptr));
542#endif // QT_CONFIG(shortcut)
543 actionFindNext->setText(QCoreApplication::translate(context: "MainWindow", key: "Find &Next", disambiguation: nullptr));
544#if QT_CONFIG(whatsthis)
545 actionFindNext->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Continue the search where it was left.", disambiguation: nullptr));
546#endif // QT_CONFIG(whatsthis)
547#if QT_CONFIG(shortcut)
548 actionFindNext->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "F3", disambiguation: nullptr));
549#endif // QT_CONFIG(shortcut)
550 actionPrevUnfinished->setText(QCoreApplication::translate(context: "MainWindow", key: "&Prev Unfinished", disambiguation: nullptr));
551#if QT_CONFIG(tooltip)
552 actionPrevUnfinished->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Previous unfinished item", disambiguation: nullptr));
553#endif // QT_CONFIG(tooltip)
554#if QT_CONFIG(whatsthis)
555 actionPrevUnfinished->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Move to the previous unfinished item.", disambiguation: nullptr));
556#endif // QT_CONFIG(whatsthis)
557#if QT_CONFIG(shortcut)
558 actionPrevUnfinished->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+K", disambiguation: nullptr));
559#endif // QT_CONFIG(shortcut)
560 actionNextUnfinished->setText(QCoreApplication::translate(context: "MainWindow", key: "&Next Unfinished", disambiguation: nullptr));
561#if QT_CONFIG(tooltip)
562 actionNextUnfinished->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Next unfinished item", disambiguation: nullptr));
563#endif // QT_CONFIG(tooltip)
564#if QT_CONFIG(whatsthis)
565 actionNextUnfinished->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Move to the next unfinished item.", disambiguation: nullptr));
566#endif // QT_CONFIG(whatsthis)
567#if QT_CONFIG(shortcut)
568 actionNextUnfinished->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+J", disambiguation: nullptr));
569#endif // QT_CONFIG(shortcut)
570 actionPrev->setText(QCoreApplication::translate(context: "MainWindow", key: "P&rev", disambiguation: nullptr));
571#if QT_CONFIG(tooltip)
572 actionPrev->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Move to previous item", disambiguation: nullptr));
573#endif // QT_CONFIG(tooltip)
574#if QT_CONFIG(whatsthis)
575 actionPrev->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Move to the previous item.", disambiguation: nullptr));
576#endif // QT_CONFIG(whatsthis)
577#if QT_CONFIG(shortcut)
578 actionPrev->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+Shift+K", disambiguation: nullptr));
579#endif // QT_CONFIG(shortcut)
580 actionNext->setText(QCoreApplication::translate(context: "MainWindow", key: "Ne&xt", disambiguation: nullptr));
581#if QT_CONFIG(tooltip)
582 actionNext->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Next item", disambiguation: nullptr));
583#endif // QT_CONFIG(tooltip)
584#if QT_CONFIG(whatsthis)
585 actionNext->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Move to the next item.", disambiguation: nullptr));
586#endif // QT_CONFIG(whatsthis)
587#if QT_CONFIG(shortcut)
588 actionNext->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+Shift+J", disambiguation: nullptr));
589#endif // QT_CONFIG(shortcut)
590 actionDoneAndNext->setText(QCoreApplication::translate(context: "MainWindow", key: "&Done and Next", disambiguation: nullptr));
591#if QT_CONFIG(tooltip)
592 actionDoneAndNext->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Mark item as done and move to the next unfinished item", disambiguation: nullptr));
593#endif // QT_CONFIG(tooltip)
594#if QT_CONFIG(whatsthis)
595 actionDoneAndNext->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Mark this item as done and move to the next unfinished item.", disambiguation: nullptr));
596#endif // QT_CONFIG(whatsthis)
597 actionBeginFromSource->setText(QCoreApplication::translate(context: "MainWindow", key: "Copy from source text", disambiguation: nullptr));
598 actionBeginFromSource->setIconText(QCoreApplication::translate(context: "MainWindow", key: "Copy from source text", disambiguation: nullptr));
599#if QT_CONFIG(tooltip)
600 actionBeginFromSource->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Copies the source text into the translation field", disambiguation: nullptr));
601#endif // QT_CONFIG(tooltip)
602#if QT_CONFIG(whatsthis)
603 actionBeginFromSource->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Copies the source text into the translation field.", disambiguation: nullptr));
604#endif // QT_CONFIG(whatsthis)
605#if QT_CONFIG(shortcut)
606 actionBeginFromSource->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+B", disambiguation: nullptr));
607#endif // QT_CONFIG(shortcut)
608 actionAccelerators->setText(QCoreApplication::translate(context: "MainWindow", key: "&Accelerators", disambiguation: nullptr));
609#if QT_CONFIG(tooltip)
610 actionAccelerators->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of accelerators", disambiguation: nullptr));
611#endif // QT_CONFIG(tooltip)
612#if QT_CONFIG(whatsthis)
613 actionAccelerators->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of accelerators, i.e. whether the number of ampersands in the source and translation text is the same. If the check fails, a message is shown in the warnings window.", disambiguation: nullptr));
614#endif // QT_CONFIG(whatsthis)
615 actionSurroundingWhitespace->setText(QCoreApplication::translate(context: "MainWindow", key: "Surrounding &Whitespace", disambiguation: nullptr));
616#if QT_CONFIG(tooltip)
617 actionSurroundingWhitespace->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of surrounding whitespace.", disambiguation: nullptr));
618#endif // QT_CONFIG(tooltip)
619#if QT_CONFIG(whatsthis)
620 actionSurroundingWhitespace->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of surrounding whitespace. If the check fails, a message is shown in the warnings window.", disambiguation: nullptr));
621#endif // QT_CONFIG(whatsthis)
622 actionEndingPunctuation->setText(QCoreApplication::translate(context: "MainWindow", key: "&Ending Punctuation", disambiguation: nullptr));
623#if QT_CONFIG(tooltip)
624 actionEndingPunctuation->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of ending punctuation", disambiguation: nullptr));
625#endif // QT_CONFIG(tooltip)
626#if QT_CONFIG(whatsthis)
627 actionEndingPunctuation->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of ending punctuation. If the check fails, a message is shown in the warnings window.", disambiguation: nullptr));
628#endif // QT_CONFIG(whatsthis)
629 actionPhraseMatches->setText(QCoreApplication::translate(context: "MainWindow", key: "&Phrase matches", disambiguation: nullptr));
630#if QT_CONFIG(tooltip)
631 actionPhraseMatches->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles checking that phrase suggestions are used", disambiguation: nullptr));
632#endif // QT_CONFIG(tooltip)
633#if QT_CONFIG(whatsthis)
634 actionPhraseMatches->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Toggles checking that phrase suggestions are used. If the check fails, a message is shown in the warnings window.", disambiguation: nullptr));
635#endif // QT_CONFIG(whatsthis)
636 actionPlaceMarkerMatches->setText(QCoreApplication::translate(context: "MainWindow", key: "Place &Marker Matches", disambiguation: nullptr));
637#if QT_CONFIG(tooltip)
638 actionPlaceMarkerMatches->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of place markers", disambiguation: nullptr));
639#endif // QT_CONFIG(tooltip)
640#if QT_CONFIG(whatsthis)
641 actionPlaceMarkerMatches->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Toggles the validity check of place markers, i.e. whether %1, %2, ... are used consistently in the source text and translation text. If the check fails, a message is shown in the warnings window.", disambiguation: nullptr));
642#endif // QT_CONFIG(whatsthis)
643 actionNewPhraseBook->setText(QCoreApplication::translate(context: "MainWindow", key: "&New Phrase Book...", disambiguation: nullptr));
644#if QT_CONFIG(whatsthis)
645 actionNewPhraseBook->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Create a new phrase book.", disambiguation: nullptr));
646#endif // QT_CONFIG(whatsthis)
647#if QT_CONFIG(shortcut)
648 actionNewPhraseBook->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+N", disambiguation: nullptr));
649#endif // QT_CONFIG(shortcut)
650 actionOpenPhraseBook->setText(QCoreApplication::translate(context: "MainWindow", key: "&Open Phrase Book...", disambiguation: nullptr));
651#if QT_CONFIG(whatsthis)
652 actionOpenPhraseBook->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Open a phrase book to assist translation.", disambiguation: nullptr));
653#endif // QT_CONFIG(whatsthis)
654#if QT_CONFIG(shortcut)
655 actionOpenPhraseBook->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+H", disambiguation: nullptr));
656#endif // QT_CONFIG(shortcut)
657 actionResetSorting->setText(QCoreApplication::translate(context: "MainWindow", key: "&Reset Sorting", disambiguation: nullptr));
658#if QT_CONFIG(whatsthis)
659 actionResetSorting->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Sort the items back in the same order as in the message file.", disambiguation: nullptr));
660#endif // QT_CONFIG(whatsthis)
661 actionDisplayGuesses->setText(QCoreApplication::translate(context: "MainWindow", key: "&Display guesses", disambiguation: nullptr));
662#if QT_CONFIG(whatsthis)
663 actionDisplayGuesses->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Set whether or not to display translation guesses.", disambiguation: nullptr));
664#endif // QT_CONFIG(whatsthis)
665 actionStatistics->setText(QCoreApplication::translate(context: "MainWindow", key: "&Statistics", disambiguation: nullptr));
666#if QT_CONFIG(whatsthis)
667 actionStatistics->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Display translation statistics.", disambiguation: nullptr));
668#endif // QT_CONFIG(whatsthis)
669 actionManual->setText(QCoreApplication::translate(context: "MainWindow", key: "&Manual", disambiguation: nullptr));
670#if QT_CONFIG(whatsthis)
671 actionManual->setWhatsThis(QString());
672#endif // QT_CONFIG(whatsthis)
673#if QT_CONFIG(shortcut)
674 actionManual->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "F1", disambiguation: nullptr));
675#endif // QT_CONFIG(shortcut)
676 actionAbout->setText(QCoreApplication::translate(context: "MainWindow", key: "About Qt Linguist", disambiguation: nullptr));
677 actionAboutQt->setText(QCoreApplication::translate(context: "MainWindow", key: "About Qt", disambiguation: nullptr));
678#if QT_CONFIG(whatsthis)
679 actionAboutQt->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Display information about the Qt toolkit by Digia.", disambiguation: nullptr));
680#endif // QT_CONFIG(whatsthis)
681 actionWhatsThis->setText(QCoreApplication::translate(context: "MainWindow", key: "&What's This?", disambiguation: nullptr));
682 actionWhatsThis->setIconText(QCoreApplication::translate(context: "MainWindow", key: "What's This?", disambiguation: nullptr));
683#if QT_CONFIG(tooltip)
684 actionWhatsThis->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "What's This?", disambiguation: nullptr));
685#endif // QT_CONFIG(tooltip)
686#if QT_CONFIG(whatsthis)
687 actionWhatsThis->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Enter What's This? mode.", disambiguation: nullptr));
688#endif // QT_CONFIG(whatsthis)
689#if QT_CONFIG(shortcut)
690 actionWhatsThis->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Shift+F1", disambiguation: nullptr));
691#endif // QT_CONFIG(shortcut)
692 actionSearchAndTranslate->setText(QCoreApplication::translate(context: "MainWindow", key: "&Search And Translate...", disambiguation: nullptr));
693#if QT_CONFIG(whatsthis)
694 actionSearchAndTranslate->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Replace the translation on all entries that matches the search source text.", disambiguation: nullptr));
695#endif // QT_CONFIG(whatsthis)
696 actionBatchTranslation->setText(QCoreApplication::translate(context: "MainWindow", key: "&Batch Translation...", disambiguation: nullptr));
697#if QT_CONFIG(whatsthis)
698 actionBatchTranslation->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Batch translate all entries using the information in the phrase books.", disambiguation: nullptr));
699#endif // QT_CONFIG(whatsthis)
700 actionReleaseAs->setText(QCoreApplication::translate(context: "MainWindow", key: "Release As...", disambiguation: nullptr));
701 actionReleaseAs->setIconText(QCoreApplication::translate(context: "MainWindow", key: "Release As...", disambiguation: nullptr));
702#if QT_CONFIG(whatsthis)
703 actionReleaseAs->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Create a Qt message file suitable for released applications from the current message file. The filename will automatically be determined from the name of the TS file.", disambiguation: nullptr));
704#endif // QT_CONFIG(whatsthis)
705 actionFile->setText(QCoreApplication::translate(context: "MainWindow", key: "File", disambiguation: nullptr));
706 actionEdit->setText(QCoreApplication::translate(context: "MainWindow", key: "Edit", disambiguation: nullptr));
707 actionTranslation->setText(QCoreApplication::translate(context: "MainWindow", key: "Translation", disambiguation: nullptr));
708 actionValidation->setText(QCoreApplication::translate(context: "MainWindow", key: "Validation", disambiguation: nullptr));
709 actionHelp->setText(QCoreApplication::translate(context: "MainWindow", key: "Help", disambiguation: nullptr));
710 actionPreviewForm->setText(QCoreApplication::translate(context: "MainWindow", key: "Open/Refresh Form &Preview", disambiguation: nullptr));
711 actionPreviewForm->setIconText(QCoreApplication::translate(context: "MainWindow", key: "Form Preview Tool", disambiguation: nullptr));
712#if QT_CONFIG(tooltip)
713 actionPreviewForm->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Form Preview Tool", disambiguation: nullptr));
714#endif // QT_CONFIG(tooltip)
715#if QT_CONFIG(shortcut)
716 actionPreviewForm->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "F5", disambiguation: nullptr));
717#endif // QT_CONFIG(shortcut)
718 actionTranslationFileSettings->setText(QCoreApplication::translate(context: "MainWindow", key: "Translation File &Settings...", disambiguation: nullptr));
719 actionAddToPhraseBook->setText(QCoreApplication::translate(context: "MainWindow", key: "&Add to Phrase Book", disambiguation: nullptr));
720#if QT_CONFIG(shortcut)
721 actionAddToPhraseBook->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+T", disambiguation: nullptr));
722#endif // QT_CONFIG(shortcut)
723 actionOpenAux->setText(QCoreApplication::translate(context: "MainWindow", key: "Open Read-O&nly...", disambiguation: nullptr));
724 actionSaveAll->setText(QCoreApplication::translate(context: "MainWindow", key: "&Save All", disambiguation: nullptr));
725#if QT_CONFIG(shortcut)
726 actionSaveAll->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+S", disambiguation: nullptr));
727#endif // QT_CONFIG(shortcut)
728 actionReleaseAll->setText(QCoreApplication::translate(context: "MainWindow", key: "&Release All", disambiguation: nullptr));
729 actionClose->setText(QCoreApplication::translate(context: "MainWindow", key: "Close", disambiguation: nullptr));
730 actionCloseAll->setText(QCoreApplication::translate(context: "MainWindow", key: "&Close All", disambiguation: nullptr));
731#if QT_CONFIG(shortcut)
732 actionCloseAll->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+W", disambiguation: nullptr));
733#endif // QT_CONFIG(shortcut)
734 actionLengthVariants->setText(QCoreApplication::translate(context: "MainWindow", key: "Length Variants", disambiguation: nullptr));
735 actionVisualizeWhitespace->setText(QCoreApplication::translate(context: "MainWindow", key: "Visualize whitespace", disambiguation: nullptr));
736#if QT_CONFIG(tooltip)
737 actionVisualizeWhitespace->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Toggles visualize whitespace in editors", disambiguation: nullptr));
738#endif // QT_CONFIG(tooltip)
739 actionIncreaseZoom->setText(QCoreApplication::translate(context: "MainWindow", key: "Increase", disambiguation: nullptr));
740#if QT_CONFIG(shortcut)
741 actionIncreaseZoom->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl++", disambiguation: nullptr));
742#endif // QT_CONFIG(shortcut)
743 actionDecreaseZoom->setText(QCoreApplication::translate(context: "MainWindow", key: "Decrease", disambiguation: nullptr));
744#if QT_CONFIG(shortcut)
745 actionDecreaseZoom->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+-", disambiguation: nullptr));
746#endif // QT_CONFIG(shortcut)
747 actionResetZoomToDefault->setText(QCoreApplication::translate(context: "MainWindow", key: "Reset to default", disambiguation: nullptr));
748#if QT_CONFIG(shortcut)
749 actionResetZoomToDefault->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Ctrl+0", disambiguation: nullptr));
750#endif // QT_CONFIG(shortcut)
751 actionShowMoreGuesses->setText(QCoreApplication::translate(context: "MainWindow", key: "Show more", disambiguation: nullptr));
752#if QT_CONFIG(shortcut)
753 actionShowMoreGuesses->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Alt++", disambiguation: nullptr));
754#endif // QT_CONFIG(shortcut)
755 actionShowFewerGuesses->setText(QCoreApplication::translate(context: "MainWindow", key: "Show fewer", disambiguation: nullptr));
756#if QT_CONFIG(shortcut)
757 actionShowFewerGuesses->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Alt+-", disambiguation: nullptr));
758#endif // QT_CONFIG(shortcut)
759 actionResetGuessesToDefault->setText(QCoreApplication::translate(context: "MainWindow", key: "Reset to default", disambiguation: nullptr));
760#if QT_CONFIG(shortcut)
761 actionResetGuessesToDefault->setShortcut(QCoreApplication::translate(context: "MainWindow", key: "Alt+0", disambiguation: nullptr));
762#endif // QT_CONFIG(shortcut)
763 actionDone->setText(QCoreApplication::translate(context: "MainWindow", key: "D&one", disambiguation: nullptr));
764#if QT_CONFIG(tooltip)
765 actionDone->setToolTip(QCoreApplication::translate(context: "MainWindow", key: "Mark item as done", disambiguation: nullptr));
766#endif // QT_CONFIG(tooltip)
767#if QT_CONFIG(whatsthis)
768 actionDone->setWhatsThis(QCoreApplication::translate(context: "MainWindow", key: "Mark this item as done.", disambiguation: nullptr));
769#endif // QT_CONFIG(whatsthis)
770 menuPhrases->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Phrases", disambiguation: nullptr));
771 menuClosePhraseBook->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Close Phrase Book", disambiguation: nullptr));
772 menuEditPhraseBook->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Edit Phrase Book", disambiguation: nullptr));
773 menuPrintPhraseBook->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Print Phrase Book", disambiguation: nullptr));
774 menuValidation->setTitle(QCoreApplication::translate(context: "MainWindow", key: "V&alidation", disambiguation: nullptr));
775 menuView->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&View", disambiguation: nullptr));
776 menuViewViews->setTitle(QCoreApplication::translate(context: "MainWindow", key: "Vie&ws", disambiguation: nullptr));
777 menuToolbars->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Toolbars", disambiguation: nullptr));
778 menuZoom->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Zoom", disambiguation: nullptr));
779 menuGuesses->setTitle(QCoreApplication::translate(context: "MainWindow", key: "Guesses", disambiguation: nullptr));
780 menuHelp->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Help", disambiguation: nullptr));
781 menuTranslation->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Translation", disambiguation: nullptr));
782 menuFile->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&File", disambiguation: nullptr));
783 menuRecentlyOpenedFiles->setTitle(QCoreApplication::translate(context: "MainWindow", key: "Recently Opened &Files", disambiguation: nullptr));
784 menuEdit->setTitle(QCoreApplication::translate(context: "MainWindow", key: "&Edit", disambiguation: nullptr));
785 } // retranslateUi
786
787};
788
789namespace Ui {
790 class MainWindow: public Ui_MainWindow {};
791} // namespace Ui
792
793QT_END_NAMESPACE
794
795#endif // UI_MAINWINDOW_H
796

source code of qttools/src/linguist/linguist/.uic/ui_mainwindow.h