QtLingo 1
QtLingo is an Application to make Qt Computer Translations easier
ui_MainWindow.h
Go to the documentation of this file.
1
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/QFormLayout>
19#include <QtWidgets/QGridLayout>
20#include <QtWidgets/QHBoxLayout>
21#include <QtWidgets/QLabel>
22#include <QtWidgets/QLineEdit>
23#include <QtWidgets/QMainWindow>
24#include <QtWidgets/QMenu>
25#include <QtWidgets/QMenuBar>
26#include <QtWidgets/QProgressBar>
27#include <QtWidgets/QPushButton>
28#include <QtWidgets/QRadioButton>
29#include <QtWidgets/QScrollArea>
30#include <QtWidgets/QSpacerItem>
31#include <QtWidgets/QSpinBox>
32#include <QtWidgets/QStatusBar>
33#include <QtWidgets/QTabWidget>
34#include <QtWidgets/QTextEdit>
35#include <QtWidgets/QToolBar>
36#include <QtWidgets/QVBoxLayout>
37#include <QtWidgets/QWidget>
38
39QT_BEGIN_NAMESPACE
40
42{
43public:
44 QAction *actionExit;
45 QAction *actionAbout;
46 QAction *actionHelp;
47 QAction *actionCompile;
49 QAction *actionAuthor;
50 QAction *actionSave;
53 QWidget *centralwidget;
54 QVBoxLayout *verticalLayout;
55 QTabWidget *tabWidget;
56 QWidget *tabSettings;
57 QVBoxLayout *verticalLayout_3;
58 QFormLayout *formLayoutSettings;
101 QWidget *tabSql;
102 QVBoxLayout *verticalLayout_2;
103 QFormLayout *formLayoutSql;
115 QPushButton *pushButtonSqlSave;
116 QSpacerItem *horizontalSpacer;
125 QVBoxLayout *verticalLayout_4;
136 QScrollArea *scrollArea;
138 QGridLayout *gridLayout_2;
275 QHBoxLayout *horizontalLayout;
292 QWidget *tabProject;
293 QVBoxLayout *verticalLayout_5;
297 QWidget *tabHelp;
298 QVBoxLayout *verticalLayout_6;
299 QTextEdit *textEditHelp;
300 QMenuBar *menubar;
301 QMenu *menuFile;
302 QMenu *menuHelp;
303 QStatusBar *statusbar;
304 QToolBar *toolBar;
305
306 void setupUi(QMainWindow *MainWindow)
307 {
308 if (MainWindow->objectName().isEmpty())
309 MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
310 MainWindow->resize(1290, 684);
311 QFont font;
312 font.setPointSize(13);
313 MainWindow->setFont(font);
314 actionExit = new QAction(MainWindow);
315 actionExit->setObjectName(QString::fromUtf8("actionExit"));
316 QIcon icon;
317 icon.addFile(QString::fromUtf8(":/images/exit_button.png"), QSize(), QIcon::Normal, QIcon::Off);
318 actionExit->setIcon(icon);
319 actionAbout = new QAction(MainWindow);
320 actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
321 QIcon icon1;
322 icon1.addFile(QString::fromUtf8(":/images/gear.png"), QSize(), QIcon::Normal, QIcon::Off);
323 actionAbout->setIcon(icon1);
324 actionHelp = new QAction(MainWindow);
325 actionHelp->setObjectName(QString::fromUtf8("actionHelp"));
326 QIcon icon2;
327 icon2.addFile(QString::fromUtf8(":/images/help.png"), QSize(), QIcon::Normal, QIcon::Off);
328 actionHelp->setIcon(icon2);
329 actionCompile = new QAction(MainWindow);
330 actionCompile->setObjectName(QString::fromUtf8("actionCompile"));
331 QIcon icon3;
332 icon3.addFile(QString::fromUtf8(":/images/thumbsup.png"), QSize(), QIcon::Normal, QIcon::Off);
333 actionCompile->setIcon(icon3);
334 actionClipboard = new QAction(MainWindow);
335 actionClipboard->setObjectName(QString::fromUtf8("actionClipboard"));
336 QIcon icon4;
337 icon4.addFile(QString::fromUtf8(":/images/clipboard.png"), QSize(), QIcon::Normal, QIcon::Off);
338 actionClipboard->setIcon(icon4);
339 actionAuthor = new QAction(MainWindow);
340 actionAuthor->setObjectName(QString::fromUtf8("actionAuthor"));
341 QIcon icon5;
342 icon5.addFile(QString::fromUtf8(":/images/handshake.png"), QSize(), QIcon::Normal, QIcon::Off);
343 actionAuthor->setIcon(icon5);
344 actionSave = new QAction(MainWindow);
345 actionSave->setObjectName(QString::fromUtf8("actionSave"));
346 QIcon icon6;
347 icon6.addFile(QString::fromUtf8(":/images/filesave.png"), QSize(), QIcon::Normal, QIcon::Off);
348 actionSave->setIcon(icon6);
349 actionTranslate_Help = new QAction(MainWindow);
350 actionTranslate_Help->setObjectName(QString::fromUtf8("actionTranslate_Help"));
351 QIcon icon7;
352 icon7.addFile(QString::fromUtf8(":/images/wizardwand.png"), QSize(), QIcon::Normal, QIcon::Off);
353 actionTranslate_Help->setIcon(icon7);
355 actionAccept_Translations->setObjectName(QString::fromUtf8("actionAccept_Translations"));
356 QIcon icon8;
357 icon8.addFile(QString::fromUtf8(":/images/lock.png"), QSize(), QIcon::Normal, QIcon::Off);
358 actionAccept_Translations->setIcon(icon8);
359 centralwidget = new QWidget(MainWindow);
360 centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
361 verticalLayout = new QVBoxLayout(centralwidget);
362 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
363 tabWidget = new QTabWidget(centralwidget);
364 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
365 tabSettings = new QWidget();
366 tabSettings->setObjectName(QString::fromUtf8("tabSettings"));
367 verticalLayout_3 = new QVBoxLayout(tabSettings);
368 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
369 formLayoutSettings = new QFormLayout();
370 formLayoutSettings->setObjectName(QString::fromUtf8("formLayoutSettings"));
371 labelSettingsProjext = new QLabel(tabSettings);
372 labelSettingsProjext->setObjectName(QString::fromUtf8("labelSettingsProjext"));
373
374 formLayoutSettings->setWidget(0, QFormLayout::LabelRole, labelSettingsProjext);
375
376 horizontalLayoutSettingsProject = new QHBoxLayout();
377 horizontalLayoutSettingsProject->setObjectName(QString::fromUtf8("horizontalLayoutSettingsProject"));
378 comboBoxSettingsProjects = new QComboBox(tabSettings);
379 comboBoxSettingsProjects->setObjectName(QString::fromUtf8("comboBoxSettingsProjects"));
380#if QT_CONFIG(accessibility)
381 comboBoxSettingsProjects->setAccessibleName(QString::fromUtf8(""));
382#endif // QT_CONFIG(accessibility)
383#if QT_CONFIG(accessibility)
384 comboBoxSettingsProjects->setAccessibleDescription(QString::fromUtf8(""));
385#endif // QT_CONFIG(accessibility)
386 comboBoxSettingsProjects->setCurrentText(QString::fromUtf8(""));
387
389
391 lineEditSettingsQtProjectName->setObjectName(QString::fromUtf8("lineEditSettingsQtProjectName"));
392 lineEditSettingsQtProjectName->setInputMask(QString::fromUtf8(""));
393 lineEditSettingsQtProjectName->setText(QString::fromUtf8(""));
394 lineEditSettingsQtProjectName->setPlaceholderText(QString::fromUtf8(""));
395
397
399 labelRecordIdSettings->setObjectName(QString::fromUtf8("labelRecordIdSettings"));
400 labelRecordIdSettings->setText(QString::fromUtf8("Record #"));
401
403
404 horizontalSpacerSettingsProject = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
405
407
409 pushButtonSettingsProjectsBrowser->setObjectName(QString::fromUtf8("pushButtonSettingsProjectsBrowser"));
410
412
413
414 formLayoutSettings->setLayout(0, QFormLayout::FieldRole, horizontalLayoutSettingsProject);
415
417 labelSettingsLanguage->setObjectName(QString::fromUtf8("labelSettingsLanguage"));
418
419 formLayoutSettings->setWidget(1, QFormLayout::LabelRole, labelSettingsLanguage);
420
421 horizontalLayoutSettingsLanguage = new QHBoxLayout();
422 horizontalLayoutSettingsLanguage->setObjectName(QString::fromUtf8("horizontalLayoutSettingsLanguage"));
423 comboBoxSettingsLanguage = new QComboBox(tabSettings);
424 comboBoxSettingsLanguage->setObjectName(QString::fromUtf8("comboBoxSettingsLanguage"));
425 comboBoxSettingsLanguage->setCurrentText(QString::fromUtf8(""));
426
428
429 horizontalSpacerSettingsLanguage = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
430
432
433
434 formLayoutSettings->setLayout(1, QFormLayout::FieldRole, horizontalLayoutSettingsLanguage);
435
436 labelSettingLupdate = new QLabel(tabSettings);
437 labelSettingLupdate->setObjectName(QString::fromUtf8("labelSettingLupdate"));
438#if QT_CONFIG(tooltip)
439 labelSettingLupdate->setToolTip(QString::fromUtf8(""));
440#endif // QT_CONFIG(tooltip)
441#if QT_CONFIG(statustip)
442 labelSettingLupdate->setStatusTip(QString::fromUtf8(""));
443#endif // QT_CONFIG(statustip)
444#if QT_CONFIG(whatsthis)
445 labelSettingLupdate->setWhatsThis(QString::fromUtf8(""));
446#endif // QT_CONFIG(whatsthis)
447#if QT_CONFIG(accessibility)
448 labelSettingLupdate->setAccessibleName(QString::fromUtf8(""));
449#endif // QT_CONFIG(accessibility)
450#if QT_CONFIG(accessibility)
451 labelSettingLupdate->setAccessibleDescription(QString::fromUtf8(""));
452#endif // QT_CONFIG(accessibility)
453 labelSettingLupdate->setText(QString::fromUtf8("lupdate"));
454
455 formLayoutSettings->setWidget(2, QFormLayout::LabelRole, labelSettingLupdate);
456
457 horizontalLayoutSettingsLupdate = new QHBoxLayout();
458 horizontalLayoutSettingsLupdate->setObjectName(QString::fromUtf8("horizontalLayoutSettingsLupdate"));
459 lineEditSettingsLupdate = new QLineEdit(tabSettings);
460 lineEditSettingsLupdate->setObjectName(QString::fromUtf8("lineEditSettingsLupdate"));
461#if QT_CONFIG(tooltip)
462 lineEditSettingsLupdate->setToolTip(QString::fromUtf8(""));
463#endif // QT_CONFIG(tooltip)
464#if QT_CONFIG(statustip)
465 lineEditSettingsLupdate->setStatusTip(QString::fromUtf8(""));
466#endif // QT_CONFIG(statustip)
467#if QT_CONFIG(accessibility)
468 lineEditSettingsLupdate->setAccessibleName(QString::fromUtf8(""));
469#endif // QT_CONFIG(accessibility)
470#if QT_CONFIG(accessibility)
471 lineEditSettingsLupdate->setAccessibleDescription(QString::fromUtf8(""));
472#endif // QT_CONFIG(accessibility)
473 lineEditSettingsLupdate->setInputMask(QString::fromUtf8(""));
474 lineEditSettingsLupdate->setText(QString::fromUtf8(""));
475 lineEditSettingsLupdate->setPlaceholderText(QString::fromUtf8(""));
476
478
479 pushButtonSettingsLupdate = new QPushButton(tabSettings);
480 pushButtonSettingsLupdate->setObjectName(QString::fromUtf8("pushButtonSettingsLupdate"));
481
483
484
485 formLayoutSettings->setLayout(2, QFormLayout::FieldRole, horizontalLayoutSettingsLupdate);
486
488 labelSettingsLrelease->setObjectName(QString::fromUtf8("labelSettingsLrelease"));
489
490 formLayoutSettings->setWidget(3, QFormLayout::LabelRole, labelSettingsLrelease);
491
492 horizontalLayoutSettingsLrelease = new QHBoxLayout();
493 horizontalLayoutSettingsLrelease->setObjectName(QString::fromUtf8("horizontalLayoutSettingsLrelease"));
494 lineEditSettingsLrelease = new QLineEdit(tabSettings);
495 lineEditSettingsLrelease->setObjectName(QString::fromUtf8("lineEditSettingsLrelease"));
496#if QT_CONFIG(accessibility)
497 lineEditSettingsLrelease->setAccessibleName(QString::fromUtf8(""));
498#endif // QT_CONFIG(accessibility)
499#if QT_CONFIG(accessibility)
500 lineEditSettingsLrelease->setAccessibleDescription(QString::fromUtf8(""));
501#endif // QT_CONFIG(accessibility)
502 lineEditSettingsLrelease->setInputMask(QString::fromUtf8(""));
503 lineEditSettingsLrelease->setText(QString::fromUtf8(""));
504 lineEditSettingsLrelease->setPlaceholderText(QString::fromUtf8(""));
505
507
508 pushButtonSettingsLrelease = new QPushButton(tabSettings);
509 pushButtonSettingsLrelease->setObjectName(QString::fromUtf8("pushButtonSettingsLrelease"));
510
512
513
514 formLayoutSettings->setLayout(3, QFormLayout::FieldRole, horizontalLayoutSettingsLrelease);
515
517 labelSettingsUiLanguage->setObjectName(QString::fromUtf8("labelSettingsUiLanguage"));
518
519 formLayoutSettings->setWidget(4, QFormLayout::LabelRole, labelSettingsUiLanguage);
520
521 horizontalLayoutSettingsUI = new QHBoxLayout();
522 horizontalLayoutSettingsUI->setObjectName(QString::fromUtf8("horizontalLayoutSettingsUI"));
524 labelSettingsLanguageUI->setObjectName(QString::fromUtf8("labelSettingsLanguageUI"));
525 labelSettingsLanguageUI->setText(QString::fromUtf8("English"));
526
528
529
530 formLayoutSettings->setLayout(4, QFormLayout::FieldRole, horizontalLayoutSettingsUI);
531
533 labelSettingsTranslationEngine->setObjectName(QString::fromUtf8("labelSettingsTranslationEngine"));
534
535 formLayoutSettings->setWidget(5, QFormLayout::LabelRole, labelSettingsTranslationEngine);
536
537 gridLayoutSettingsTransEngine = new QGridLayout();
538 gridLayoutSettingsTransEngine->setObjectName(QString::fromUtf8("gridLayoutSettingsTransEngine"));
539 checkBoxSettingsGoogle = new QCheckBox(tabSettings);
540 checkBoxSettingsGoogle->setObjectName(QString::fromUtf8("checkBoxSettingsGoogle"));
541 checkBoxSettingsGoogle->setText(QString::fromUtf8("Google"));
542 QIcon icon9;
543 icon9.addFile(QString::fromUtf8(":/images/google_translate.png"), QSize(), QIcon::Normal, QIcon::On);
544 checkBoxSettingsGoogle->setIcon(icon9);
545
547
548 checkBoxSettingsYandex = new QCheckBox(tabSettings);
549 checkBoxSettingsYandex->setObjectName(QString::fromUtf8("checkBoxSettingsYandex"));
550 checkBoxSettingsYandex->setText(QString::fromUtf8("Yandex"));
551 QIcon icon10;
552 icon10.addFile(QString::fromUtf8(":/images/yandex_translate.png"), QSize(), QIcon::Normal, QIcon::On);
553 checkBoxSettingsYandex->setIcon(icon10);
554
556
557 checkBoxSettingsBing = new QCheckBox(tabSettings);
558 checkBoxSettingsBing->setObjectName(QString::fromUtf8("checkBoxSettingsBing"));
559 checkBoxSettingsBing->setText(QString::fromUtf8("Bing"));
560 QIcon icon11;
561 icon11.addFile(QString::fromUtf8(":/images/microsoft_translator.png"), QSize(), QIcon::Normal, QIcon::On);
562 checkBoxSettingsBing->setIcon(icon11);
563
565
566 horizontalSpacerSettingsTransEng = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
567
569
570
571 formLayoutSettings->setLayout(5, QFormLayout::FieldRole, gridLayoutSettingsTransEngine);
572
573 labelSettingsDelay = new QLabel(tabSettings);
574 labelSettingsDelay->setObjectName(QString::fromUtf8("labelSettingsDelay"));
575
576 formLayoutSettings->setWidget(6, QFormLayout::LabelRole, labelSettingsDelay);
577
578 horizontalLayoutSettingsDelay = new QHBoxLayout();
579 horizontalLayoutSettingsDelay->setObjectName(QString::fromUtf8("horizontalLayoutSettingsDelay"));
580 spinBoxSettingsDelay = new QSpinBox(tabSettings);
581 spinBoxSettingsDelay->setObjectName(QString::fromUtf8("spinBoxSettingsDelay"));
582
584
585 horizontalSpacerSettingsDelay = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
586
588
589
590 formLayoutSettings->setLayout(6, QFormLayout::FieldRole, horizontalLayoutSettingsDelay);
591
592 labelSettingsOptions = new QLabel(tabSettings);
593 labelSettingsOptions->setObjectName(QString::fromUtf8("labelSettingsOptions"));
594
595 formLayoutSettings->setWidget(8, QFormLayout::LabelRole, labelSettingsOptions);
596
597 horizontalLayoutSettingsOptions = new QHBoxLayout();
598 horizontalLayoutSettingsOptions->setObjectName(QString::fromUtf8("horizontalLayoutSettingsOptions"));
599 pushButtonSettingsSave = new QPushButton(tabSettings);
600 pushButtonSettingsSave->setObjectName(QString::fromUtf8("pushButtonSettingsSave"));
601
603
604 pushButtonSettingsAdd = new QPushButton(tabSettings);
605 pushButtonSettingsAdd->setObjectName(QString::fromUtf8("pushButtonSettingsAdd"));
606
608
609 pushButtonSettingsDelete = new QPushButton(tabSettings);
610 pushButtonSettingsDelete->setObjectName(QString::fromUtf8("pushButtonSettingsDelete"));
611
613
614 horizontalSpacerSettingsOptions = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
615
617
618
619 formLayoutSettings->setLayout(8, QFormLayout::FieldRole, horizontalLayoutSettingsOptions);
620
622 labelSettignsMessaging->setObjectName(QString::fromUtf8("labelSettignsMessaging"));
623
624 formLayoutSettings->setWidget(7, QFormLayout::LabelRole, labelSettignsMessaging);
625
626 horizontalLayoutSettignsMessaging = new QHBoxLayout();
627 horizontalLayoutSettignsMessaging->setObjectName(QString::fromUtf8("horizontalLayoutSettignsMessaging"));
628 checkBoxSettignsMessaging = new QCheckBox(tabSettings);
629 checkBoxSettignsMessaging->setObjectName(QString::fromUtf8("checkBoxSettignsMessaging"));
630
632
633 horizontalSpacerSettignsMessaging = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
634
636
637
638 formLayoutSettings->setLayout(7, QFormLayout::FieldRole, horizontalLayoutSettignsMessaging);
639
640
642
643 tabWidget->addTab(tabSettings, QString());
644 tabSql = new QWidget();
645 tabSql->setObjectName(QString::fromUtf8("tabSql"));
646 verticalLayout_2 = new QVBoxLayout(tabSql);
647 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
648 formLayoutSql = new QFormLayout();
649 formLayoutSql->setObjectName(QString::fromUtf8("formLayoutSql"));
650 labelSqlSqlType = new QLabel(tabSql);
651 labelSqlSqlType->setObjectName(QString::fromUtf8("labelSqlSqlType"));
652
653 formLayoutSql->setWidget(1, QFormLayout::LabelRole, labelSqlSqlType);
654
655 labelSqlHostName = new QLabel(tabSql);
656 labelSqlHostName->setObjectName(QString::fromUtf8("labelSqlHostName"));
657
658 formLayoutSql->setWidget(2, QFormLayout::LabelRole, labelSqlHostName);
659
660 lineEditSqlHostName = new QLineEdit(tabSql);
661 lineEditSqlHostName->setObjectName(QString::fromUtf8("lineEditSqlHostName"));
662 lineEditSqlHostName->setInputMask(QString::fromUtf8(""));
663 lineEditSqlHostName->setText(QString::fromUtf8(""));
664 lineEditSqlHostName->setPlaceholderText(QString::fromUtf8(""));
665
666 formLayoutSql->setWidget(2, QFormLayout::FieldRole, lineEditSqlHostName);
667
668 labelSqlUserName = new QLabel(tabSql);
669 labelSqlUserName->setObjectName(QString::fromUtf8("labelSqlUserName"));
670
671 formLayoutSql->setWidget(3, QFormLayout::LabelRole, labelSqlUserName);
672
673 lineEditSqlUserName = new QLineEdit(tabSql);
674 lineEditSqlUserName->setObjectName(QString::fromUtf8("lineEditSqlUserName"));
675 lineEditSqlUserName->setInputMask(QString::fromUtf8(""));
676 lineEditSqlUserName->setText(QString::fromUtf8(""));
677 lineEditSqlUserName->setPlaceholderText(QString::fromUtf8(""));
678
679 formLayoutSql->setWidget(3, QFormLayout::FieldRole, lineEditSqlUserName);
680
681 labelSqlPassword = new QLabel(tabSql);
682 labelSqlPassword->setObjectName(QString::fromUtf8("labelSqlPassword"));
683
684 formLayoutSql->setWidget(4, QFormLayout::LabelRole, labelSqlPassword);
685
686 horizontalLayoutSqlPassword = new QHBoxLayout();
687 horizontalLayoutSqlPassword->setObjectName(QString::fromUtf8("horizontalLayoutSqlPassword"));
688 lineEditSqlPassword = new QLineEdit(tabSql);
689 lineEditSqlPassword->setObjectName(QString::fromUtf8("lineEditSqlPassword"));
690 lineEditSqlPassword->setInputMask(QString::fromUtf8(""));
691 lineEditSqlPassword->setText(QString::fromUtf8(""));
692 lineEditSqlPassword->setPlaceholderText(QString::fromUtf8(""));
693
695
696 pushButtonSqlPasswordShow = new QPushButton(tabSql);
697 pushButtonSqlPasswordShow->setObjectName(QString::fromUtf8("pushButtonSqlPasswordShow"));
698
700
701
702 formLayoutSql->setLayout(4, QFormLayout::FieldRole, horizontalLayoutSqlPassword);
703
704 labelSqlOptions = new QLabel(tabSql);
705 labelSqlOptions->setObjectName(QString::fromUtf8("labelSqlOptions"));
706
707 formLayoutSql->setWidget(5, QFormLayout::LabelRole, labelSqlOptions);
708
709 horizontalLayoutSqlOptions = new QHBoxLayout();
710 horizontalLayoutSqlOptions->setObjectName(QString::fromUtf8("horizontalLayoutSqlOptions"));
711 pushButtonSqlSave = new QPushButton(tabSql);
712 pushButtonSqlSave->setObjectName(QString::fromUtf8("pushButtonSqlSave"));
713
715
716 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
717
719
720
721 formLayoutSql->setLayout(5, QFormLayout::FieldRole, horizontalLayoutSqlOptions);
722
723 horizontalLayoutSqlDatabaseName = new QHBoxLayout();
724 horizontalLayoutSqlDatabaseName->setObjectName(QString::fromUtf8("horizontalLayoutSqlDatabaseName"));
725 lineEditSqlDatabaseName = new QLineEdit(tabSql);
726 lineEditSqlDatabaseName->setObjectName(QString::fromUtf8("lineEditSqlDatabaseName"));
727 lineEditSqlDatabaseName->setInputMask(QString::fromUtf8(""));
728 lineEditSqlDatabaseName->setText(QString::fromUtf8(""));
729 lineEditSqlDatabaseName->setPlaceholderText(QString::fromUtf8(""));
730
732
733 pushButtonSqlDatabaseNameBrowse = new QPushButton(tabSql);
734 pushButtonSqlDatabaseNameBrowse->setObjectName(QString::fromUtf8("pushButtonSqlDatabaseNameBrowse"));
735
737
738
739 formLayoutSql->setLayout(0, QFormLayout::FieldRole, horizontalLayoutSqlDatabaseName);
740
741 labelSqlDatabaseName = new QLabel(tabSql);
742 labelSqlDatabaseName->setObjectName(QString::fromUtf8("labelSqlDatabaseName"));
743
744 formLayoutSql->setWidget(0, QFormLayout::LabelRole, labelSqlDatabaseName);
745
746 horizontalLayoutSqlType = new QHBoxLayout();
747 horizontalLayoutSqlType->setObjectName(QString::fromUtf8("horizontalLayoutSqlType"));
748 comboBoxSqlDatabaseType = new QComboBox(tabSql);
749 comboBoxSqlDatabaseType->setObjectName(QString::fromUtf8("comboBoxSqlDatabaseType"));
750 comboBoxSqlDatabaseType->setCurrentText(QString::fromUtf8(""));
751
753
754 horizontalSpacerSqlType = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
755
757
758
759 formLayoutSql->setLayout(1, QFormLayout::FieldRole, horizontalLayoutSqlType);
760
761
763
764 tabWidget->addTab(tabSql, QString());
765 tabTranslations = new QWidget();
766 tabTranslations->setObjectName(QString::fromUtf8("tabTranslations"));
767 verticalLayout_4 = new QVBoxLayout(tabTranslations);
768 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
769 formLayoutTranslations = new QFormLayout();
770 formLayoutTranslations->setObjectName(QString::fromUtf8("formLayoutTranslations"));
772 labelTranslationsSource->setObjectName(QString::fromUtf8("labelTranslationsSource"));
773
774 formLayoutTranslations->setWidget(2, QFormLayout::LabelRole, labelTranslationsSource);
775
776 horizontalLayoutTranslationsSource = new QHBoxLayout();
777 horizontalLayoutTranslationsSource->setObjectName(QString::fromUtf8("horizontalLayoutTranslationsSource"));
779 lineEditTranslationsSource->setObjectName(QString::fromUtf8("lineEditTranslationsSource"));
780 lineEditTranslationsSource->setInputMask(QString::fromUtf8(""));
781 lineEditTranslationsSource->setText(QString::fromUtf8(""));
782 lineEditTranslationsSource->setPlaceholderText(QString::fromUtf8(""));
783
785
787 pushButtonTranslationsSourceBrowse->setObjectName(QString::fromUtf8("pushButtonTranslationsSourceBrowse"));
788
790
791
792 formLayoutTranslations->setLayout(2, QFormLayout::FieldRole, horizontalLayoutTranslationsSource);
793
795 labelTranslationsDestination->setObjectName(QString::fromUtf8("labelTranslationsDestination"));
796
797 formLayoutTranslations->setWidget(3, QFormLayout::LabelRole, labelTranslationsDestination);
798
799 horizontalLayoutTranslationsDestination = new QHBoxLayout();
800 horizontalLayoutTranslationsDestination->setObjectName(QString::fromUtf8("horizontalLayoutTranslationsDestination"));
802 lineEditTranslationsDestination->setObjectName(QString::fromUtf8("lineEditTranslationsDestination"));
803 lineEditTranslationsDestination->setInputMask(QString::fromUtf8(""));
804 lineEditTranslationsDestination->setText(QString::fromUtf8(""));
805 lineEditTranslationsDestination->setPlaceholderText(QString::fromUtf8(""));
806
808
810 pushButtonTranslationsDestinationBrowse->setObjectName(QString::fromUtf8("pushButtonTranslationsDestinationBrowse"));
811
813
814
815 formLayoutTranslations->setLayout(3, QFormLayout::FieldRole, horizontalLayoutTranslationsDestination);
816
818 labelTranslationsCountryCode->setObjectName(QString::fromUtf8("labelTranslationsCountryCode"));
819
820 formLayoutTranslations->setWidget(6, QFormLayout::LabelRole, labelTranslationsCountryCode);
821
822 scrollArea = new QScrollArea(tabTranslations);
823 scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
824 scrollArea->setWidgetResizable(true);
825 scrollAreaWidgetContents = new QWidget();
826 scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
827 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 1157, 1202));
828 gridLayout_2 = new QGridLayout(scrollAreaWidgetContents);
829 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
830 gridLayoutCountryCodes = new QGridLayout();
831 gridLayoutCountryCodes->setObjectName(QString::fromUtf8("gridLayoutCountryCodes"));
833 checkBoxTranslationsTO->setObjectName(QString::fromUtf8("checkBoxTranslationsTO"));
834
835 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTO, 28, 1, 1, 1);
836
838 checkBoxTranslationsFY->setObjectName(QString::fromUtf8("checkBoxTranslationsFY"));
839
840 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFY, 7, 4, 1, 1);
841
843 checkBoxTranslationsTE->setObjectName(QString::fromUtf8("checkBoxTranslationsTE"));
844
845 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTE, 28, 2, 1, 1);
846
848 checkBoxTranslationsTT->setObjectName(QString::fromUtf8("checkBoxTranslationsTT"));
849
850 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTT, 27, 4, 1, 1);
851
853 checkBoxTranslationsLV->setObjectName(QString::fromUtf8("checkBoxTranslationsLV"));
854
855 gridLayoutCountryCodes->addWidget(checkBoxTranslationsLV, 16, 2, 1, 1);
856
858 checkBoxTranslationsCS->setObjectName(QString::fromUtf8("checkBoxTranslationsCS"));
859
860 gridLayoutCountryCodes->addWidget(checkBoxTranslationsCS, 4, 3, 1, 1);
861
863 checkBoxTranslationsKY->setObjectName(QString::fromUtf8("checkBoxTranslationsKY"));
864
865 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKY, 15, 1, 1, 1);
866
868 checkBoxTranslationsZU->setObjectName(QString::fromUtf8("checkBoxTranslationsZU"));
869
870 gridLayoutCountryCodes->addWidget(checkBoxTranslationsZU, 35, 0, 1, 1);
871
873 checkBoxTranslationsRW->setObjectName(QString::fromUtf8("checkBoxTranslationsRW"));
874
875 gridLayoutCountryCodes->addWidget(checkBoxTranslationsRW, 14, 3, 1, 1);
876
878 checkBoxTranslationsHI->setObjectName(QString::fromUtf8("checkBoxTranslationsHI"));
879
880 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHI, 10, 4, 1, 1);
881
883 checkBoxTranslationsTLH_QAAK->setObjectName(QString::fromUtf8("checkBoxTranslationsTLH_QAAK"));
884
886
888 checkBoxTranslationsLB->setObjectName(QString::fromUtf8("checkBoxTranslationsLB"));
889
890 gridLayoutCountryCodes->addWidget(checkBoxTranslationsLB, 16, 4, 1, 1);
891
893 checkBoxTranslationsHT->setObjectName(QString::fromUtf8("checkBoxTranslationsHT"));
894
895 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHT, 10, 0, 1, 1);
896
898 checkBoxTranslationsEN->setObjectName(QString::fromUtf8("checkBoxTranslationsEN"));
899
900 gridLayoutCountryCodes->addWidget(checkBoxTranslationsEN, 6, 0, 1, 1);
901
903 checkBoxTranslationsKN->setObjectName(QString::fromUtf8("checkBoxTranslationsKN"));
904
905 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKN, 14, 0, 1, 1);
906
908 checkBoxTranslationsPL->setObjectName(QString::fromUtf8("checkBoxTranslationsPL"));
909
910 gridLayoutCountryCodes->addWidget(checkBoxTranslationsPL, 21, 1, 1, 1);
911
913 checkBoxTranslationsNL->setObjectName(QString::fromUtf8("checkBoxTranslationsNL"));
914
915 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNL, 5, 1, 1, 1);
916
918 checkBoxTranslationsSM->setObjectName(QString::fromUtf8("checkBoxTranslationsSM"));
919
920 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSM, 24, 0, 1, 1);
921
923 checkBoxTranslationsAPC->setObjectName(QString::fromUtf8("checkBoxTranslationsAPC"));
924
925 gridLayoutCountryCodes->addWidget(checkBoxTranslationsAPC, 1, 1, 1, 1);
926
928 checkBoxTranslationsTH->setObjectName(QString::fromUtf8("checkBoxTranslationsTH"));
929
930 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTH, 27, 5, 1, 1);
931
933 checkBoxTranslationsNY->setObjectName(QString::fromUtf8("checkBoxTranslationsNY"));
934
935 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNY, 3, 3, 1, 1);
936
938 checkBoxTranslationsMS->setObjectName(QString::fromUtf8("checkBoxTranslationsMS"));
939
940 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMS, 17, 3, 1, 1);
941
943 checkBoxTranslationsIG->setObjectName(QString::fromUtf8("checkBoxTranslationsIG"));
944
945 gridLayoutCountryCodes->addWidget(checkBoxTranslationsIG, 12, 1, 1, 1);
946
948 checkBoxTranslationsVI->setObjectName(QString::fromUtf8("checkBoxTranslationsVI"));
949
950 gridLayoutCountryCodes->addWidget(checkBoxTranslationsVI, 31, 1, 1, 1);
951
953 checkBoxTranslationsFO->setObjectName(QString::fromUtf8("checkBoxTranslationsFO"));
954
955 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFO, 7, 0, 1, 1);
956
958 checkBoxTranslationsAM->setObjectName(QString::fromUtf8("checkBoxTranslationsAM"));
959
960 gridLayoutCountryCodes->addWidget(checkBoxTranslationsAM, 0, 2, 1, 1);
961
963 checkBoxTranslationsGA->setObjectName(QString::fromUtf8("checkBoxTranslationsGA"));
964
965 gridLayoutCountryCodes->addWidget(checkBoxTranslationsGA, 12, 3, 1, 1);
966
968 checkBoxTranslationsSQ->setObjectName(QString::fromUtf8("checkBoxTranslationsSQ"));
969
970 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSQ, 0, 1, 1, 1);
971
973 checkBoxTranslationsOR->setObjectName(QString::fromUtf8("checkBoxTranslationsOR"));
974
975 gridLayoutCountryCodes->addWidget(checkBoxTranslationsOR, 20, 0, 1, 1);
976
978 checkBoxTranslationsFR->setObjectName(QString::fromUtf8("checkBoxTranslationsFR"));
979
980 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFR, 7, 5, 1, 1);
981
983 checkBoxTranslationsHU->setObjectName(QString::fromUtf8("checkBoxTranslationsHU"));
984
985 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHU, 10, 5, 1, 1);
986
988 checkBoxTranslationsFIL->setObjectName(QString::fromUtf8("checkBoxTranslationsFIL"));
989
990 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFIL, 8, 1, 1, 1);
991
993 checkBoxTranslationsGD->setObjectName(QString::fromUtf8("checkBoxTranslationsGD"));
994
995 gridLayoutCountryCodes->addWidget(checkBoxTranslationsGD, 9, 0, 1, 1);
996
998 checkBoxTranslationsID->setObjectName(QString::fromUtf8("checkBoxTranslationsID"));
999
1000 gridLayoutCountryCodes->addWidget(checkBoxTranslationsID, 12, 2, 1, 1);
1001
1003 checkBoxTranslationsKM->setObjectName(QString::fromUtf8("checkBoxTranslationsKM"));
1004
1005 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKM, 14, 2, 1, 1);
1006
1008 checkBoxTranslationsRU->setObjectName(QString::fromUtf8("checkBoxTranslationsRU"));
1009
1010 gridLayoutCountryCodes->addWidget(checkBoxTranslationsRU, 23, 2, 1, 1);
1011
1013 checkBoxTranslationsRO->setObjectName(QString::fromUtf8("checkBoxTranslationsRO"));
1014
1015 gridLayoutCountryCodes->addWidget(checkBoxTranslationsRO, 23, 1, 1, 1);
1016
1018 checkBoxTranslationsMG->setObjectName(QString::fromUtf8("checkBoxTranslationsMG"));
1019
1020 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMG, 17, 1, 1, 1);
1021
1023 checkBoxTranslationsTL->setObjectName(QString::fromUtf8("checkBoxTranslationsTL"));
1024
1025 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTL, 27, 0, 1, 1);
1026
1028 checkBoxTranslationsMN->setObjectName(QString::fromUtf8("checkBoxTranslationsMN"));
1029
1030 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMN, 18, 3, 1, 1);
1031
1033 checkBoxTranslationsPT->setObjectName(QString::fromUtf8("checkBoxTranslationsPT"));
1034
1035 gridLayoutCountryCodes->addWidget(checkBoxTranslationsPT, 21, 2, 1, 1);
1036
1038 checkBoxTranslationsNB->setObjectName(QString::fromUtf8("checkBoxTranslationsNB"));
1039
1040 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNB, 19, 2, 1, 1);
1041
1043 checkBoxTranslationsGU->setObjectName(QString::fromUtf8("checkBoxTranslationsGU"));
1044
1045 gridLayoutCountryCodes->addWidget(checkBoxTranslationsGU, 9, 4, 1, 1);
1046
1048 checkBoxTranslationsNE->setObjectName(QString::fromUtf8("checkBoxTranslationsNE"));
1049
1050 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNE, 19, 0, 1, 1);
1051
1053 checkBoxTranslationsFI->setObjectName(QString::fromUtf8("checkBoxTranslationsFI"));
1054
1055 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFI, 7, 2, 1, 1);
1056
1058 checkBoxTranslationsZH_CN->setObjectName(QString::fromUtf8("checkBoxTranslationsZH_CN"));
1059
1060 gridLayoutCountryCodes->addWidget(checkBoxTranslationsZH_CN, 4, 2, 1, 1);
1061
1063 checkBoxTranslationsVE->setObjectName(QString::fromUtf8("checkBoxTranslationsVE"));
1064
1065 gridLayoutCountryCodes->addWidget(checkBoxTranslationsVE, 31, 0, 1, 1);
1066
1068 checkBoxTranslationsAR->setObjectName(QString::fromUtf8("checkBoxTranslationsAR"));
1069
1070 gridLayoutCountryCodes->addWidget(checkBoxTranslationsAR, 0, 3, 1, 1);
1071
1073 checkBoxTranslationsKA->setObjectName(QString::fromUtf8("checkBoxTranslationsKA"));
1074
1075 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKA, 9, 2, 1, 1);
1076
1078 checkBoxTranslationsZH_TW->setObjectName(QString::fromUtf8("checkBoxTranslationsZH_TW"));
1079
1080 gridLayoutCountryCodes->addWidget(checkBoxTranslationsZH_TW, 4, 1, 1, 1);
1081
1083 checkBoxTranslationsLA->setObjectName(QString::fromUtf8("checkBoxTranslationsLA"));
1084
1085 gridLayoutCountryCodes->addWidget(checkBoxTranslationsLA, 16, 1, 1, 1);
1086
1088 checkBoxTranslationsFJ->setObjectName(QString::fromUtf8("checkBoxTranslationsFJ"));
1089
1090 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFJ, 7, 3, 1, 1);
1091
1093 checkBoxTranslationsEL->setObjectName(QString::fromUtf8("checkBoxTranslationsEL"));
1094
1095 gridLayoutCountryCodes->addWidget(checkBoxTranslationsEL, 9, 5, 1, 1);
1096
1098 checkBoxTranslationsLO->setObjectName(QString::fromUtf8("checkBoxTranslationsLO"));
1099
1100 gridLayoutCountryCodes->addWidget(checkBoxTranslationsLO, 16, 0, 1, 1);
1101
1103 checkBoxTranslationsCO->setObjectName(QString::fromUtf8("checkBoxTranslationsCO"));
1104
1105 gridLayoutCountryCodes->addWidget(checkBoxTranslationsCO, 3, 4, 1, 1);
1106
1108 checkBoxTranslationsTLH->setObjectName(QString::fromUtf8("checkBoxTranslationsTLH"));
1109
1110 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTLH, 15, 2, 1, 1);
1111
1113 checkBoxTranslationsBN->setObjectName(QString::fromUtf8("checkBoxTranslationsBN"));
1114
1115 gridLayoutCountryCodes->addWidget(checkBoxTranslationsBN, 2, 3, 1, 1);
1116
1118 checkBoxTranslationsTY->setObjectName(QString::fromUtf8("checkBoxTranslationsTY"));
1119
1120 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTY, 27, 1, 1, 1);
1121
1123 checkBoxTranslationsET->setObjectName(QString::fromUtf8("checkBoxTranslationsET"));
1124
1125 gridLayoutCountryCodes->addWidget(checkBoxTranslationsET, 6, 1, 1, 1);
1126
1128 checkBoxTranslationsPAP->setObjectName(QString::fromUtf8("checkBoxTranslationsPAP"));
1129
1130 gridLayoutCountryCodes->addWidget(checkBoxTranslationsPAP, 21, 0, 1, 1);
1131
1133 checkBoxTranslationsFA->setObjectName(QString::fromUtf8("checkBoxTranslationsFA"));
1134
1135 gridLayoutCountryCodes->addWidget(checkBoxTranslationsFA, 7, 1, 1, 1);
1136
1138 checkBoxTranslationsDA->setObjectName(QString::fromUtf8("checkBoxTranslationsDA"));
1139
1140 gridLayoutCountryCodes->addWidget(checkBoxTranslationsDA, 5, 0, 1, 1);
1141
1143 checkBoxTranslationsNO->setObjectName(QString::fromUtf8("checkBoxTranslationsNO"));
1144
1145 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNO, 19, 1, 1, 1);
1146
1148 checkBoxTranslationsDE->setObjectName(QString::fromUtf8("checkBoxTranslationsDE"));
1149
1150 gridLayoutCountryCodes->addWidget(checkBoxTranslationsDE, 9, 3, 1, 1);
1151
1153 checkBoxTranslationsCEB->setObjectName(QString::fromUtf8("checkBoxTranslationsCEB"));
1154
1155 gridLayoutCountryCodes->addWidget(checkBoxTranslationsCEB, 3, 2, 1, 1);
1156
1158 checkBoxTranslationsTS->setObjectName(QString::fromUtf8("checkBoxTranslationsTS"));
1159
1160 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTS, 28, 3, 1, 1);
1161
1162 horizontalSpacerTranslations = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1163
1165
1167 checkBoxTranslationsMR->setObjectName(QString::fromUtf8("checkBoxTranslationsMR"));
1168
1169 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMR, 18, 1, 1, 1);
1170
1172 checkBoxTranslationsCY->setObjectName(QString::fromUtf8("checkBoxTranslationsCY"));
1173
1174 gridLayoutCountryCodes->addWidget(checkBoxTranslationsCY, 32, 0, 1, 1);
1175
1177 checkBoxTranslationsNN->setObjectName(QString::fromUtf8("checkBoxTranslationsNN"));
1178
1179 gridLayoutCountryCodes->addWidget(checkBoxTranslationsNN, 19, 3, 1, 1);
1180
1182 checkBoxTranslationsKO->setObjectName(QString::fromUtf8("checkBoxTranslationsKO"));
1183
1184 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKO, 14, 4, 1, 1);
1185
1187 checkBoxTranslationsML->setObjectName(QString::fromUtf8("checkBoxTranslationsML"));
1188
1189 gridLayoutCountryCodes->addWidget(checkBoxTranslationsML, 17, 2, 1, 1);
1190
1192 checkBoxTranslationsXH->setObjectName(QString::fromUtf8("checkBoxTranslationsXH"));
1193
1194 gridLayoutCountryCodes->addWidget(checkBoxTranslationsXH, 33, 0, 1, 1);
1195
1197 checkBoxTranslationsYO->setObjectName(QString::fromUtf8("checkBoxTranslationsYO"));
1198
1199 gridLayoutCountryCodes->addWidget(checkBoxTranslationsYO, 34, 1, 1, 1);
1200
1202 checkBoxTranslationsPA->setObjectName(QString::fromUtf8("checkBoxTranslationsPA"));
1203
1204 gridLayoutCountryCodes->addWidget(checkBoxTranslationsPA, 21, 4, 1, 1);
1205
1207 checkBoxTranslationsBS->setObjectName(QString::fromUtf8("checkBoxTranslationsBS"));
1208
1209 gridLayoutCountryCodes->addWidget(checkBoxTranslationsBS, 2, 4, 1, 1);
1210
1212 checkBoxTranslationsHMN->setObjectName(QString::fromUtf8("checkBoxTranslationsHMN"));
1213
1214 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHMN, 11, 2, 1, 1);
1215
1217 checkBoxTranslationsGL->setObjectName(QString::fromUtf8("checkBoxTranslationsGL"));
1218
1219 gridLayoutCountryCodes->addWidget(checkBoxTranslationsGL, 9, 1, 1, 1);
1220
1222 checkBoxTranslationsHAW->setObjectName(QString::fromUtf8("checkBoxTranslationsHAW"));
1223
1224 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHAW, 10, 2, 1, 1);
1225
1227 checkBoxTranslationsMY->setObjectName(QString::fromUtf8("checkBoxTranslationsMY"));
1228
1229 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMY, 18, 4, 1, 1);
1230
1232 checkBoxTranslationsAF->setObjectName(QString::fromUtf8("checkBoxTranslationsAF"));
1233
1234 gridLayoutCountryCodes->addWidget(checkBoxTranslationsAF, 0, 0, 1, 1);
1235
1237 checkBoxTranslationsMHR->setObjectName(QString::fromUtf8("checkBoxTranslationsMHR"));
1238
1239 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMHR, 18, 2, 1, 1);
1240
1242 checkBoxTranslationsBA->setObjectName(QString::fromUtf8("checkBoxTranslationsBA"));
1243
1244 gridLayoutCountryCodes->addWidget(checkBoxTranslationsBA, 2, 1, 1, 1);
1245
1247 checkBoxTranslationsCA->setObjectName(QString::fromUtf8("checkBoxTranslationsCA"));
1248
1249 gridLayoutCountryCodes->addWidget(checkBoxTranslationsCA, 3, 1, 1, 1);
1250
1252 checkBoxTranslationsYI->setObjectName(QString::fromUtf8("checkBoxTranslationsYI"));
1253
1254 gridLayoutCountryCodes->addWidget(checkBoxTranslationsYI, 34, 0, 1, 1);
1255
1257 checkBoxTranslationsJA->setObjectName(QString::fromUtf8("checkBoxTranslationsJA"));
1258
1259 gridLayoutCountryCodes->addWidget(checkBoxTranslationsJA, 13, 0, 1, 1);
1260
1262 checkBoxTranslationsJW->setObjectName(QString::fromUtf8("checkBoxTranslationsJW"));
1263
1264 gridLayoutCountryCodes->addWidget(checkBoxTranslationsJW, 13, 1, 1, 1);
1265
1267 checkBoxTranslationsBG->setObjectName(QString::fromUtf8("checkBoxTranslationsBG"));
1268
1269 gridLayoutCountryCodes->addWidget(checkBoxTranslationsBG, 2, 5, 1, 1);
1270
1272 checkBoxTranslationsSR->setObjectName(QString::fromUtf8("checkBoxTranslationsSR"));
1273
1274 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSR, 24, 1, 1, 1);
1275
1277 checkBoxTranslationsTR->setObjectName(QString::fromUtf8("checkBoxTranslationsTR"));
1278
1279 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTR, 28, 5, 1, 1);
1280
1282 checkBoxTranslationsTA->setObjectName(QString::fromUtf8("checkBoxTranslationsTA"));
1283
1284 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTA, 27, 3, 1, 1);
1285
1287 checkBoxTranslationsMI->setObjectName(QString::fromUtf8("checkBoxTranslationsMI"));
1288
1289 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMI, 17, 5, 1, 1);
1290
1292 checkBoxTranslationsHR->setObjectName(QString::fromUtf8("checkBoxTranslationsHR"));
1293
1294 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHR, 3, 5, 1, 1);
1295
1297 checkBoxTranslationsPS->setObjectName(QString::fromUtf8("checkBoxTranslationsPS"));
1298
1299 gridLayoutCountryCodes->addWidget(checkBoxTranslationsPS, 21, 3, 1, 1);
1300
1302 checkBoxTranslationsHY->setObjectName(QString::fromUtf8("checkBoxTranslationsHY"));
1303
1304 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHY, 0, 4, 1, 1);
1305
1307 checkBoxTranslationsTN->setObjectName(QString::fromUtf8("checkBoxTranslationsTN"));
1308
1309 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTN, 28, 4, 1, 1);
1310
1312 checkBoxTranslationsKU->setObjectName(QString::fromUtf8("checkBoxTranslationsKU"));
1313
1314 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKU, 14, 5, 1, 1);
1315
1317 checkBoxTranslationsHE->setObjectName(QString::fromUtf8("checkBoxTranslationsHE"));
1318
1319 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHE, 10, 3, 1, 1);
1320
1322 checkBoxTranslationsMT->setObjectName(QString::fromUtf8("checkBoxTranslationsMT"));
1323
1324 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMT, 17, 4, 1, 1);
1325
1327 checkBoxTranslationsIT->setObjectName(QString::fromUtf8("checkBoxTranslationsIT"));
1328
1329 gridLayoutCountryCodes->addWidget(checkBoxTranslationsIT, 12, 4, 1, 1);
1330
1332 checkBoxTranslationsEU->setObjectName(QString::fromUtf8("checkBoxTranslationsEU"));
1333
1334 gridLayoutCountryCodes->addWidget(checkBoxTranslationsEU, 2, 0, 1, 1);
1335
1337 checkBoxTranslationsTG->setObjectName(QString::fromUtf8("checkBoxTranslationsTG"));
1338
1339 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTG, 27, 2, 1, 1);
1340
1342 checkBoxTranslationsAZ->setObjectName(QString::fromUtf8("checkBoxTranslationsAZ"));
1343
1344 gridLayoutCountryCodes->addWidget(checkBoxTranslationsAZ, 0, 5, 1, 1);
1345
1347 checkBoxTranslationsTK->setObjectName(QString::fromUtf8("checkBoxTranslationsTK"));
1348
1349 gridLayoutCountryCodes->addWidget(checkBoxTranslationsTK, 29, 1, 1, 1);
1350
1352 checkBoxTranslationsHA->setObjectName(QString::fromUtf8("checkBoxTranslationsHA"));
1353
1354 gridLayoutCountryCodes->addWidget(checkBoxTranslationsHA, 10, 1, 1, 1);
1355
1357 checkBoxTranslationsIS->setObjectName(QString::fromUtf8("checkBoxTranslationsIS"));
1358
1359 gridLayoutCountryCodes->addWidget(checkBoxTranslationsIS, 12, 0, 1, 1);
1360
1362 checkBoxTranslationsYUE->setObjectName(QString::fromUtf8("checkBoxTranslationsYUE"));
1363
1364 gridLayoutCountryCodes->addWidget(checkBoxTranslationsYUE, 3, 0, 1, 1);
1365
1367 checkBoxTranslationsBE->setObjectName(QString::fromUtf8("checkBoxTranslationsBE"));
1368
1369 gridLayoutCountryCodes->addWidget(checkBoxTranslationsBE, 2, 2, 1, 1);
1370
1372 checkBoxTranslationsMRJ->setObjectName(QString::fromUtf8("checkBoxTranslationsMRJ"));
1373
1374 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMRJ, 11, 1, 1, 1);
1375
1377 checkBoxTranslationsKK->setObjectName(QString::fromUtf8("checkBoxTranslationsKK"));
1378
1379 gridLayoutCountryCodes->addWidget(checkBoxTranslationsKK, 14, 1, 1, 1);
1380
1382 checkBoxTranslationsRM->setObjectName(QString::fromUtf8("checkBoxTranslationsRM"));
1383
1384 gridLayoutCountryCodes->addWidget(checkBoxTranslationsRM, 23, 0, 1, 1);
1385
1387 checkBoxTranslationsMK->setObjectName(QString::fromUtf8("checkBoxTranslationsMK"));
1388
1389 gridLayoutCountryCodes->addWidget(checkBoxTranslationsMK, 17, 0, 1, 1);
1390
1392 checkBoxTranslationsEO->setObjectName(QString::fromUtf8("checkBoxTranslationsEO"));
1393
1394 gridLayoutCountryCodes->addWidget(checkBoxTranslationsEO, 6, 2, 1, 1);
1395
1397 checkBoxTranslationsLT->setObjectName(QString::fromUtf8("checkBoxTranslationsLT"));
1398
1399 gridLayoutCountryCodes->addWidget(checkBoxTranslationsLT, 16, 3, 1, 1);
1400
1402 checkBoxTranslationsOTQ->setObjectName(QString::fromUtf8("checkBoxTranslationsOTQ"));
1403
1404 gridLayoutCountryCodes->addWidget(checkBoxTranslationsOTQ, 22, 0, 1, 1);
1405
1407 checkBoxTranslationsSW->setObjectName(QString::fromUtf8("checkBoxTranslationsSW"));
1408
1409 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSW, 26, 4, 1, 1);
1410
1412 checkBoxTranslationsSU->setObjectName(QString::fromUtf8("checkBoxTranslationsSU"));
1413
1414 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSU, 26, 3, 1, 1);
1415
1417 checkBoxTranslationsSO->setObjectName(QString::fromUtf8("checkBoxTranslationsSO"));
1418
1419 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSO, 26, 2, 1, 1);
1420
1422 checkBoxTranslationsSI->setObjectName(QString::fromUtf8("checkBoxTranslationsSI"));
1423
1424 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSI, 26, 1, 1, 1);
1425
1427 checkBoxTranslationsSD->setObjectName(QString::fromUtf8("checkBoxTranslationsSD"));
1428
1429 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSD, 25, 5, 1, 1);
1430
1432 checkBoxTranslationsES->setObjectName(QString::fromUtf8("checkBoxTranslationsES"));
1433
1434 gridLayoutCountryCodes->addWidget(checkBoxTranslationsES, 25, 4, 1, 1);
1435
1437 checkBoxTranslationsSB->setObjectName(QString::fromUtf8("checkBoxTranslationsSB"));
1438
1439 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSB, 25, 3, 1, 1);
1440
1442 checkBoxTranslationsSV->setObjectName(QString::fromUtf8("checkBoxTranslationsSV"));
1443
1444 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSV, 25, 2, 1, 1);
1445
1447 checkBoxTranslationsSN->setObjectName(QString::fromUtf8("checkBoxTranslationsSN"));
1448
1449 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSN, 25, 1, 1, 1);
1450
1452 checkBoxTranslationsSL->setObjectName(QString::fromUtf8("checkBoxTranslationsSL"));
1453
1454 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSL, 24, 5, 1, 1);
1455
1457 checkBoxTranslationsSK->setObjectName(QString::fromUtf8("checkBoxTranslationsSK"));
1458
1459 gridLayoutCountryCodes->addWidget(checkBoxTranslationsSK, 24, 4, 1, 1);
1460
1462 checkBoxTranslationsST->setObjectName(QString::fromUtf8("checkBoxTranslationsST"));
1463
1464 gridLayoutCountryCodes->addWidget(checkBoxTranslationsST, 24, 3, 1, 1);
1465
1467 checkBoxTranslationsSR_LATIN->setObjectName(QString::fromUtf8("checkBoxTranslationsSR_LATIN"));
1468
1470
1472 checkBoxTranslationsUZ->setObjectName(QString::fromUtf8("checkBoxTranslationsUZ"));
1473
1474 gridLayoutCountryCodes->addWidget(checkBoxTranslationsUZ, 30, 4, 1, 1);
1475
1477 checkBoxTranslationsUR->setObjectName(QString::fromUtf8("checkBoxTranslationsUR"));
1478
1479 gridLayoutCountryCodes->addWidget(checkBoxTranslationsUR, 30, 3, 1, 1);
1480
1482 checkBoxTranslationsUG->setObjectName(QString::fromUtf8("checkBoxTranslationsUG"));
1483
1484 gridLayoutCountryCodes->addWidget(checkBoxTranslationsUG, 30, 2, 1, 1);
1485
1487 checkBoxTranslationsUK->setObjectName(QString::fromUtf8("checkBoxTranslationsUK"));
1488
1489 gridLayoutCountryCodes->addWidget(checkBoxTranslationsUK, 30, 1, 1, 1);
1490
1492 checkBoxTranslationsUDM->setObjectName(QString::fromUtf8("checkBoxTranslationsUDM"));
1493
1494 gridLayoutCountryCodes->addWidget(checkBoxTranslationsUDM, 30, 0, 1, 1);
1495
1497 checkBoxTranslationsYUA->setObjectName(QString::fromUtf8("checkBoxTranslationsYUA"));
1498
1499 gridLayoutCountryCodes->addWidget(checkBoxTranslationsYUA, 34, 2, 1, 1);
1500
1501
1502 gridLayout_2->addLayout(gridLayoutCountryCodes, 0, 0, 1, 1);
1503
1505
1506 formLayoutTranslations->setWidget(6, QFormLayout::FieldRole, scrollArea);
1507
1509 labelTranslationsProjectFolder->setObjectName(QString::fromUtf8("labelTranslationsProjectFolder"));
1510
1511 formLayoutTranslations->setWidget(0, QFormLayout::LabelRole, labelTranslationsProjectFolder);
1512
1513 horizontalLayout = new QHBoxLayout();
1514 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
1516 lineEditTranslationsProjectFolder->setObjectName(QString::fromUtf8("lineEditTranslationsProjectFolder"));
1517 lineEditTranslationsProjectFolder->setInputMask(QString::fromUtf8(""));
1518 lineEditTranslationsProjectFolder->setText(QString::fromUtf8(""));
1519 lineEditTranslationsProjectFolder->setPlaceholderText(QString::fromUtf8(""));
1520
1522
1524 pushButtonTranslationsProjectFolderBrowse->setObjectName(QString::fromUtf8("pushButtonTranslationsProjectFolderBrowse"));
1525
1527
1528
1529 formLayoutTranslations->setLayout(0, QFormLayout::FieldRole, horizontalLayout);
1530
1532 labelTranslationSourceLanguage->setObjectName(QString::fromUtf8("labelTranslationSourceLanguage"));
1533
1534 formLayoutTranslations->setWidget(4, QFormLayout::LabelRole, labelTranslationSourceLanguage);
1535
1536 horizontalLayoutTranslationSourceLang = new QHBoxLayout();
1537 horizontalLayoutTranslationSourceLang->setObjectName(QString::fromUtf8("horizontalLayoutTranslationSourceLang"));
1539 comboBoxTranslationSourceLanguage->setObjectName(QString::fromUtf8("comboBoxTranslationSourceLanguage"));
1540 comboBoxTranslationSourceLanguage->setCurrentText(QString::fromUtf8(""));
1541
1543
1545 labelTranslationsSourceLanguageCode->setObjectName(QString::fromUtf8("labelTranslationsSourceLanguageCode"));
1546 labelTranslationsSourceLanguageCode->setText(QString::fromUtf8("en"));
1547
1549
1550 horizontalSpacerTranslationsSourceLang = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1551
1553
1554
1555 formLayoutTranslations->setLayout(4, QFormLayout::FieldRole, horizontalLayoutTranslationSourceLang);
1556
1558 labelTranslationMake->setObjectName(QString::fromUtf8("labelTranslationMake"));
1559
1560 formLayoutTranslations->setWidget(1, QFormLayout::LabelRole, labelTranslationMake);
1561
1562 horizontalLayoutTranslationsMake = new QHBoxLayout();
1563 horizontalLayoutTranslationsMake->setObjectName(QString::fromUtf8("horizontalLayoutTranslationsMake"));
1565 radioButtonTranslationsQmake->setObjectName(QString::fromUtf8("radioButtonTranslationsQmake"));
1566 radioButtonTranslationsQmake->setText(QString::fromUtf8("qmake"));
1567
1569
1571 radioButtonTranslationsCmake->setObjectName(QString::fromUtf8("radioButtonTranslationsCmake"));
1572 radioButtonTranslationsCmake->setText(QString::fromUtf8("cmake"));
1573
1575
1576 horizontalSpacerTranslationMake = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1577
1579
1580
1581 formLayoutTranslations->setLayout(1, QFormLayout::FieldRole, horizontalLayoutTranslationsMake);
1582
1584 labelTranslationsHelp->setObjectName(QString::fromUtf8("labelTranslationsHelp"));
1585
1586 formLayoutTranslations->setWidget(5, QFormLayout::LabelRole, labelTranslationsHelp);
1587
1588 horizontalLayoutTranslationsHelp = new QHBoxLayout();
1589 horizontalLayoutTranslationsHelp->setObjectName(QString::fromUtf8("horizontalLayoutTranslationsHelp"));
1591 lineEditTranslationsHelp->setObjectName(QString::fromUtf8("lineEditTranslationsHelp"));
1592 lineEditTranslationsHelp->setInputMask(QString::fromUtf8(""));
1593 lineEditTranslationsHelp->setText(QString::fromUtf8(""));
1594 lineEditTranslationsHelp->setPlaceholderText(QString::fromUtf8(""));
1595
1597
1599 pushButtonTranslationsHelp->setObjectName(QString::fromUtf8("pushButtonTranslationsHelp"));
1600
1602
1603
1604 formLayoutTranslations->setLayout(5, QFormLayout::FieldRole, horizontalLayoutTranslationsHelp);
1605
1606
1608
1609 tabWidget->addTab(tabTranslations, QString());
1610 tabProject = new QWidget();
1611 tabProject->setObjectName(QString::fromUtf8("tabProject"));
1612 verticalLayout_5 = new QVBoxLayout(tabProject);
1613 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
1614 textEditProjects = new QTextEdit(tabProject);
1615 textEditProjects->setObjectName(QString::fromUtf8("textEditProjects"));
1616
1618
1619 progressBarProjectsFiles = new QProgressBar(tabProject);
1620 progressBarProjectsFiles->setObjectName(QString::fromUtf8("progressBarProjectsFiles"));
1621 progressBarProjectsFiles->setValue(24);
1622
1624
1625 progressBarProjectsTranslations = new QProgressBar(tabProject);
1626 progressBarProjectsTranslations->setObjectName(QString::fromUtf8("progressBarProjectsTranslations"));
1627 progressBarProjectsTranslations->setValue(24);
1628
1630
1631 tabWidget->addTab(tabProject, QString());
1632 tabHelp = new QWidget();
1633 tabHelp->setObjectName(QString::fromUtf8("tabHelp"));
1634 verticalLayout_6 = new QVBoxLayout(tabHelp);
1635 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
1636 textEditHelp = new QTextEdit(tabHelp);
1637 textEditHelp->setObjectName(QString::fromUtf8("textEditHelp"));
1638
1639 verticalLayout_6->addWidget(textEditHelp);
1640
1641 tabWidget->addTab(tabHelp, QString());
1642
1643 verticalLayout->addWidget(tabWidget);
1644
1645 MainWindow->setCentralWidget(centralwidget);
1646 menubar = new QMenuBar(MainWindow);
1647 menubar->setObjectName(QString::fromUtf8("menubar"));
1648 menubar->setGeometry(QRect(0, 0, 1290, 26));
1649 menuFile = new QMenu(menubar);
1650 menuFile->setObjectName(QString::fromUtf8("menuFile"));
1651 menuHelp = new QMenu(menubar);
1652 menuHelp->setObjectName(QString::fromUtf8("menuHelp"));
1653 MainWindow->setMenuBar(menubar);
1654 statusbar = new QStatusBar(MainWindow);
1655 statusbar->setObjectName(QString::fromUtf8("statusbar"));
1656 MainWindow->setStatusBar(statusbar);
1657 toolBar = new QToolBar(MainWindow);
1658 toolBar->setObjectName(QString::fromUtf8("toolBar"));
1659 MainWindow->addToolBar(Qt::TopToolBarArea, toolBar);
1660
1661 menubar->addAction(menuFile->menuAction());
1662 menubar->addAction(menuHelp->menuAction());
1663 menuFile->addAction(actionCompile);
1665 menuFile->addAction(actionTranslate_Help);
1666 menuFile->addSeparator();
1667 menuFile->addAction(actionClipboard);
1668 menuFile->addSeparator();
1669 menuFile->addAction(actionSave);
1670 menuFile->addSeparator();
1671 menuFile->addAction(actionExit);
1672 menuHelp->addSeparator();
1673 menuHelp->addAction(actionAbout);
1674 menuHelp->addSeparator();
1675 menuHelp->addAction(actionAuthor);
1676 menuHelp->addSeparator();
1677 menuHelp->addAction(actionHelp);
1678 toolBar->addAction(actionSave);
1679 toolBar->addSeparator();
1680 toolBar->addAction(actionCompile);
1681 toolBar->addAction(actionTranslate_Help);
1683 toolBar->addSeparator();
1684 toolBar->addAction(actionClipboard);
1685 toolBar->addSeparator();
1686 toolBar->addAction(actionAbout);
1687 toolBar->addAction(actionHelp);
1688 toolBar->addAction(actionAuthor);
1689 toolBar->addSeparator();
1690 toolBar->addAction(actionExit);
1691 toolBar->addSeparator();
1692
1694
1695 tabWidget->setCurrentIndex(0);
1696
1697
1698 QMetaObject::connectSlotsByName(MainWindow);
1699 } // setupUi
1700
1701 void retranslateUi(QMainWindow *MainWindow)
1702 {
1703 MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr));
1704 actionExit->setText(QCoreApplication::translate("MainWindow", "Exit", nullptr));
1705 actionAbout->setText(QCoreApplication::translate("MainWindow", "About", nullptr));
1706 actionHelp->setText(QCoreApplication::translate("MainWindow", "Help", nullptr));
1707 actionCompile->setText(QCoreApplication::translate("MainWindow", "Translate", nullptr));
1708 actionClipboard->setText(QCoreApplication::translate("MainWindow", "Clipboard", nullptr));
1709 actionAuthor->setText(QCoreApplication::translate("MainWindow", "Author", nullptr));
1710 actionSave->setText(QCoreApplication::translate("MainWindow", "Save", nullptr));
1711 actionTranslate_Help->setText(QCoreApplication::translate("MainWindow", "Translate Help", nullptr));
1712 actionAccept_Translations->setText(QCoreApplication::translate("MainWindow", "Accept Translations", nullptr));
1713 labelSettingsProjext->setText(QCoreApplication::translate("MainWindow", "Projects", nullptr));
1714#if QT_CONFIG(accessibility)
1715 lineEditSettingsQtProjectName->setAccessibleName(QString());
1716#endif // QT_CONFIG(accessibility)
1717#if QT_CONFIG(accessibility)
1718 lineEditSettingsQtProjectName->setAccessibleDescription(QString());
1719#endif // QT_CONFIG(accessibility)
1720#if QT_CONFIG(accessibility)
1721 labelRecordIdSettings->setAccessibleName(QString());
1722#endif // QT_CONFIG(accessibility)
1723#if QT_CONFIG(accessibility)
1724 labelRecordIdSettings->setAccessibleDescription(QString());
1725#endif // QT_CONFIG(accessibility)
1726 pushButtonSettingsProjectsBrowser->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1727 labelSettingsLanguage->setText(QCoreApplication::translate("MainWindow", "Change Language", nullptr));
1728#if QT_CONFIG(accessibility)
1729 comboBoxSettingsLanguage->setAccessibleName(QString());
1730#endif // QT_CONFIG(accessibility)
1731#if QT_CONFIG(accessibility)
1732 comboBoxSettingsLanguage->setAccessibleDescription(QString());
1733#endif // QT_CONFIG(accessibility)
1734 pushButtonSettingsLupdate->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1735 labelSettingsLrelease->setText(QCoreApplication::translate("MainWindow", "lrelease", nullptr));
1736 pushButtonSettingsLrelease->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1737 labelSettingsUiLanguage->setText(QCoreApplication::translate("MainWindow", "UI Language", nullptr));
1738 labelSettingsTranslationEngine->setText(QCoreApplication::translate("MainWindow", "Translation Engines", nullptr));
1739 labelSettingsDelay->setText(QCoreApplication::translate("MainWindow", "Delay in Seconds", nullptr));
1740 labelSettingsOptions->setText(QCoreApplication::translate("MainWindow", "Options", nullptr));
1741 pushButtonSettingsSave->setText(QCoreApplication::translate("MainWindow", "Save", nullptr));
1742 pushButtonSettingsAdd->setText(QCoreApplication::translate("MainWindow", "Add", nullptr));
1743 pushButtonSettingsDelete->setText(QCoreApplication::translate("MainWindow", "Delete", nullptr));
1744 labelSettignsMessaging->setText(QCoreApplication::translate("MainWindow", "Logging", nullptr));
1745 checkBoxSettignsMessaging->setText(QCoreApplication::translate("MainWindow", "Debug Messages", nullptr));
1746 tabWidget->setTabText(tabWidget->indexOf(tabSettings), QCoreApplication::translate("MainWindow", "Settings", nullptr));
1747 labelSqlSqlType->setText(QCoreApplication::translate("MainWindow", "SQL Type", nullptr));
1748 labelSqlHostName->setText(QCoreApplication::translate("MainWindow", "Host Name", nullptr));
1749 labelSqlUserName->setText(QCoreApplication::translate("MainWindow", "User Name", nullptr));
1750 labelSqlPassword->setText(QCoreApplication::translate("MainWindow", "Password", nullptr));
1751 pushButtonSqlPasswordShow->setText(QCoreApplication::translate("MainWindow", "Show", nullptr));
1752 labelSqlOptions->setText(QCoreApplication::translate("MainWindow", "Options", nullptr));
1753 pushButtonSqlSave->setText(QCoreApplication::translate("MainWindow", "Save", nullptr));
1754 pushButtonSqlDatabaseNameBrowse->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1755 labelSqlDatabaseName->setText(QCoreApplication::translate("MainWindow", "Database Name", nullptr));
1756 tabWidget->setTabText(tabWidget->indexOf(tabSql), QCoreApplication::translate("MainWindow", "SQL", nullptr));
1757 labelTranslationsSource->setText(QCoreApplication::translate("MainWindow", "Source", nullptr));
1758 pushButtonTranslationsSourceBrowse->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1759#if QT_CONFIG(tooltip)
1760 labelTranslationsDestination->setToolTip(QCoreApplication::translate("MainWindow", "Tempoary Folder contents gets deleted", nullptr));
1761#endif // QT_CONFIG(tooltip)
1762#if QT_CONFIG(statustip)
1763 labelTranslationsDestination->setStatusTip(QCoreApplication::translate("MainWindow", "Tempoary Folder contents gets deleted", nullptr));
1764#endif // QT_CONFIG(statustip)
1765 labelTranslationsDestination->setText(QCoreApplication::translate("MainWindow", "Destination", nullptr));
1766#if QT_CONFIG(statustip)
1767 lineEditTranslationsDestination->setStatusTip(QCoreApplication::translate("MainWindow", "Tempoary Folder contents gets deleted", nullptr));
1768#endif // QT_CONFIG(statustip)
1769 pushButtonTranslationsDestinationBrowse->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1770 labelTranslationsCountryCode->setText(QCoreApplication::translate("MainWindow", "Country Codes", nullptr));
1771 checkBoxTranslationsTO->setText(QCoreApplication::translate("MainWindow", "Tongan - to", nullptr));
1772 checkBoxTranslationsFY->setText(QCoreApplication::translate("MainWindow", "Frisian - fy", nullptr));
1773 checkBoxTranslationsTE->setText(QCoreApplication::translate("MainWindow", "Telugu - te", nullptr));
1774 checkBoxTranslationsTT->setText(QCoreApplication::translate("MainWindow", "Tatar - tt", nullptr));
1775 checkBoxTranslationsLV->setText(QCoreApplication::translate("MainWindow", "Latvian - lv", nullptr));
1776 checkBoxTranslationsCS->setText(QCoreApplication::translate("MainWindow", "Czech - cs", nullptr));
1777 checkBoxTranslationsKY->setText(QCoreApplication::translate("MainWindow", "Kyrgyz - ky", nullptr));
1778 checkBoxTranslationsZU->setText(QCoreApplication::translate("MainWindow", "Zulu - zu", nullptr));
1779 checkBoxTranslationsRW->setText(QCoreApplication::translate("MainWindow", "Kinyarwanda - rw", nullptr));
1780 checkBoxTranslationsHI->setText(QCoreApplication::translate("MainWindow", "Hindi - hi", nullptr));
1781 checkBoxTranslationsTLH_QAAK->setText(QCoreApplication::translate("MainWindow", "KlingonPlqaD - tlh-Qaak", nullptr));
1782 checkBoxTranslationsLB->setText(QCoreApplication::translate("MainWindow", "Luxembourgish - lb", nullptr));
1783 checkBoxTranslationsHT->setText(QCoreApplication::translate("MainWindow", "Haitian - ht", nullptr));
1784 checkBoxTranslationsEN->setText(QCoreApplication::translate("MainWindow", "English - en", nullptr));
1785 checkBoxTranslationsKN->setText(QCoreApplication::translate("MainWindow", "Kannada - kn", nullptr));
1786 checkBoxTranslationsPL->setText(QCoreApplication::translate("MainWindow", "Polish - pl", nullptr));
1787 checkBoxTranslationsNL->setText(QCoreApplication::translate("MainWindow", "Dutch - nl", nullptr));
1788 checkBoxTranslationsSM->setText(QCoreApplication::translate("MainWindow", "Samoan - sm", nullptr));
1789 checkBoxTranslationsAPC->setText(QCoreApplication::translate("MainWindow", "Levantine Arabic - apc", nullptr));
1790 checkBoxTranslationsTH->setText(QCoreApplication::translate("MainWindow", "Thai - th", nullptr));
1791 checkBoxTranslationsNY->setText(QCoreApplication::translate("MainWindow", "Chichewa - ny", nullptr));
1792 checkBoxTranslationsMS->setText(QCoreApplication::translate("MainWindow", "Malaysian - ms", nullptr));
1793 checkBoxTranslationsIG->setText(QCoreApplication::translate("MainWindow", "Igbo - ig", nullptr));
1794 checkBoxTranslationsVI->setText(QCoreApplication::translate("MainWindow", "Vietnamese - vi", nullptr));
1795 checkBoxTranslationsFO->setText(QCoreApplication::translate("MainWindow", "Faeroese - fo", nullptr));
1796 checkBoxTranslationsAM->setText(QCoreApplication::translate("MainWindow", "Amharic - am", nullptr));
1797 checkBoxTranslationsGA->setText(QCoreApplication::translate("MainWindow", "Irish - ga", nullptr));
1798 checkBoxTranslationsSQ->setText(QCoreApplication::translate("MainWindow", "Albanian - sq", nullptr));
1799 checkBoxTranslationsOR->setText(QCoreApplication::translate("MainWindow", "Oriya - or", nullptr));
1800 checkBoxTranslationsFR->setText(QCoreApplication::translate("MainWindow", "French - fr", nullptr));
1801 checkBoxTranslationsHU->setText(QCoreApplication::translate("MainWindow", "Hungarian - hu", nullptr));
1802 checkBoxTranslationsFIL->setText(QCoreApplication::translate("MainWindow", "Filipino - fil", nullptr));
1803 checkBoxTranslationsGD->setText(QCoreApplication::translate("MainWindow", "Gaelic - gd", nullptr));
1804 checkBoxTranslationsID->setText(QCoreApplication::translate("MainWindow", "Indonesian - id", nullptr));
1805 checkBoxTranslationsKM->setText(QCoreApplication::translate("MainWindow", "Khmer - km", nullptr));
1806 checkBoxTranslationsRU->setText(QCoreApplication::translate("MainWindow", "Russian - ru", nullptr));
1807 checkBoxTranslationsRO->setText(QCoreApplication::translate("MainWindow", "Romanian - ro", nullptr));
1808 checkBoxTranslationsMG->setText(QCoreApplication::translate("MainWindow", "Malagasy - mg", nullptr));
1809 checkBoxTranslationsTL->setText(QCoreApplication::translate("MainWindow", "Tagalog - tl", nullptr));
1810 checkBoxTranslationsMN->setText(QCoreApplication::translate("MainWindow", "Mongolian - mn", nullptr));
1811 checkBoxTranslationsPT->setText(QCoreApplication::translate("MainWindow", "Portuguese - pt", nullptr));
1812 checkBoxTranslationsNB->setText(QCoreApplication::translate("MainWindow", "Bokmal - nb", nullptr));
1813 checkBoxTranslationsGU->setText(QCoreApplication::translate("MainWindow", "Gujarati - gu", nullptr));
1814 checkBoxTranslationsNE->setText(QCoreApplication::translate("MainWindow", "Nepali - ne", nullptr));
1815 checkBoxTranslationsFI->setText(QCoreApplication::translate("MainWindow", "Finnish - fi", nullptr));
1816 checkBoxTranslationsZH_CN->setText(QCoreApplication::translate("MainWindow", "S. China - zh-CN", nullptr));
1817 checkBoxTranslationsVE->setText(QCoreApplication::translate("MainWindow", "Venda - ve", nullptr));
1818 checkBoxTranslationsAR->setText(QCoreApplication::translate("MainWindow", "Arabic - ar", nullptr));
1819 checkBoxTranslationsKA->setText(QCoreApplication::translate("MainWindow", "Georgian - ka", nullptr));
1820 checkBoxTranslationsZH_TW->setText(QCoreApplication::translate("MainWindow", "T. China - zh-TW", nullptr));
1821 checkBoxTranslationsLA->setText(QCoreApplication::translate("MainWindow", "Latin - la", nullptr));
1822 checkBoxTranslationsFJ->setText(QCoreApplication::translate("MainWindow", "Fijian - fj", nullptr));
1823 checkBoxTranslationsEL->setText(QCoreApplication::translate("MainWindow", "Greek - el", nullptr));
1824 checkBoxTranslationsLO->setText(QCoreApplication::translate("MainWindow", "Lao - lo", nullptr));
1825 checkBoxTranslationsCO->setText(QCoreApplication::translate("MainWindow", "Corsican - co", nullptr));
1826 checkBoxTranslationsTLH->setText(QCoreApplication::translate("MainWindow", "Klingon - tlh", nullptr));
1827 checkBoxTranslationsBN->setText(QCoreApplication::translate("MainWindow", "Bengali - bn", nullptr));
1828 checkBoxTranslationsTY->setText(QCoreApplication::translate("MainWindow", "Tahitian - ty", nullptr));
1829 checkBoxTranslationsET->setText(QCoreApplication::translate("MainWindow", "Estonian - et", nullptr));
1830 checkBoxTranslationsPAP->setText(QCoreApplication::translate("MainWindow", "Papiamento - pap", nullptr));
1831 checkBoxTranslationsFA->setText(QCoreApplication::translate("MainWindow", "Farsi - fa", nullptr));
1832 checkBoxTranslationsDA->setText(QCoreApplication::translate("MainWindow", "Danish - da", nullptr));
1833 checkBoxTranslationsNO->setText(QCoreApplication::translate("MainWindow", "Norwegian - no", nullptr));
1834 checkBoxTranslationsDE->setText(QCoreApplication::translate("MainWindow", "German - de", nullptr));
1835 checkBoxTranslationsCEB->setText(QCoreApplication::translate("MainWindow", "Cebuano - ceb", nullptr));
1836 checkBoxTranslationsTS->setText(QCoreApplication::translate("MainWindow", "Tsonga - ts", nullptr));
1837 checkBoxTranslationsMR->setText(QCoreApplication::translate("MainWindow", "Marathi - mr", nullptr));
1838 checkBoxTranslationsCY->setText(QCoreApplication::translate("MainWindow", "Welsh - cy", nullptr));
1839 checkBoxTranslationsNN->setText(QCoreApplication::translate("MainWindow", "Nynorsk - nn", nullptr));
1840 checkBoxTranslationsKO->setText(QCoreApplication::translate("MainWindow", "Korean - ko", nullptr));
1841 checkBoxTranslationsML->setText(QCoreApplication::translate("MainWindow", "Malayalam - ml", nullptr));
1842 checkBoxTranslationsXH->setText(QCoreApplication::translate("MainWindow", "Xhosa - xh", nullptr));
1843 checkBoxTranslationsYO->setText(QCoreApplication::translate("MainWindow", "Yoruba - yo", nullptr));
1844 checkBoxTranslationsPA->setText(QCoreApplication::translate("MainWindow", "Punjabi - pa", nullptr));
1845 checkBoxTranslationsBS->setText(QCoreApplication::translate("MainWindow", "Bosnian - bs", nullptr));
1846 checkBoxTranslationsHMN->setText(QCoreApplication::translate("MainWindow", "Hmong - hmn", nullptr));
1847 checkBoxTranslationsGL->setText(QCoreApplication::translate("MainWindow", "Galician - gl", nullptr));
1848 checkBoxTranslationsHAW->setText(QCoreApplication::translate("MainWindow", "Hawaiian - haw", nullptr));
1849 checkBoxTranslationsMY->setText(QCoreApplication::translate("MainWindow", "Myanmar - my", nullptr));
1850 checkBoxTranslationsAF->setText(QCoreApplication::translate("MainWindow", "Afrikaans - af", nullptr));
1851 checkBoxTranslationsMHR->setText(QCoreApplication::translate("MainWindow", "Mari - mhr", nullptr));
1852 checkBoxTranslationsBA->setText(QCoreApplication::translate("MainWindow", "Bashkir - ba", nullptr));
1853 checkBoxTranslationsCA->setText(QCoreApplication::translate("MainWindow", "Catalan - ca", nullptr));
1854 checkBoxTranslationsYI->setText(QCoreApplication::translate("MainWindow", "Yiddish - yi", nullptr));
1855 checkBoxTranslationsJA->setText(QCoreApplication::translate("MainWindow", "Japanese - ja", nullptr));
1856 checkBoxTranslationsJW->setText(QCoreApplication::translate("MainWindow", "Javanese - jw", nullptr));
1857 checkBoxTranslationsBG->setText(QCoreApplication::translate("MainWindow", "Bulgarian - bg", nullptr));
1858 checkBoxTranslationsSR->setText(QCoreApplication::translate("MainWindow", "Serbian - sr", nullptr));
1859 checkBoxTranslationsTR->setText(QCoreApplication::translate("MainWindow", "Turkish - tr", nullptr));
1860 checkBoxTranslationsTA->setText(QCoreApplication::translate("MainWindow", "Tamil - ta", nullptr));
1861 checkBoxTranslationsMI->setText(QCoreApplication::translate("MainWindow", "Maori - mi", nullptr));
1862 checkBoxTranslationsHR->setText(QCoreApplication::translate("MainWindow", "Croatian - hr", nullptr));
1863 checkBoxTranslationsPS->setText(QCoreApplication::translate("MainWindow", "Pashto - ps", nullptr));
1864 checkBoxTranslationsHY->setText(QCoreApplication::translate("MainWindow", "Armenian - hy", nullptr));
1865 checkBoxTranslationsTN->setText(QCoreApplication::translate("MainWindow", "Tswana - tn", nullptr));
1866 checkBoxTranslationsKU->setText(QCoreApplication::translate("MainWindow", "Kurdish - ku", nullptr));
1867 checkBoxTranslationsHE->setText(QCoreApplication::translate("MainWindow", "Hebrew - he", nullptr));
1868 checkBoxTranslationsMT->setText(QCoreApplication::translate("MainWindow", "Maltese - mt", nullptr));
1869 checkBoxTranslationsIT->setText(QCoreApplication::translate("MainWindow", "Italian - it", nullptr));
1870 checkBoxTranslationsEU->setText(QCoreApplication::translate("MainWindow", "Basque - eu", nullptr));
1871 checkBoxTranslationsTG->setText(QCoreApplication::translate("MainWindow", "Tajik - tg", nullptr));
1872 checkBoxTranslationsAZ->setText(QCoreApplication::translate("MainWindow", "Azerbaijani - az", nullptr));
1873 checkBoxTranslationsTK->setText(QCoreApplication::translate("MainWindow", "Turkmen - tk", nullptr));
1874 checkBoxTranslationsHA->setText(QCoreApplication::translate("MainWindow", "Hausa - ha", nullptr));
1875 checkBoxTranslationsIS->setText(QCoreApplication::translate("MainWindow", "Icelandic - is", nullptr));
1876 checkBoxTranslationsYUE->setText(QCoreApplication::translate("MainWindow", "Cantonese - yue", nullptr));
1877 checkBoxTranslationsBE->setText(QCoreApplication::translate("MainWindow", "Belarusian - be", nullptr));
1878 checkBoxTranslationsMRJ->setText(QCoreApplication::translate("MainWindow", "HillMari - mrj", nullptr));
1879 checkBoxTranslationsKK->setText(QCoreApplication::translate("MainWindow", "Kazakh - kk", nullptr));
1880 checkBoxTranslationsRM->setText(QCoreApplication::translate("MainWindow", "Rhaeto-Romanic - rm ", nullptr));
1881 checkBoxTranslationsMK->setText(QCoreApplication::translate("MainWindow", "Macedonian - mk", nullptr));
1882 checkBoxTranslationsEO->setText(QCoreApplication::translate("MainWindow", "Esperanto - eo", nullptr));
1883 checkBoxTranslationsLT->setText(QCoreApplication::translate("MainWindow", "Lithuanian - lt", nullptr));
1884 checkBoxTranslationsOTQ->setText(QCoreApplication::translate("MainWindow", "Queretaro Otomi - otq", nullptr));
1885 checkBoxTranslationsSW->setText(QCoreApplication::translate("MainWindow", "Swahili - sw", nullptr));
1886 checkBoxTranslationsSU->setText(QCoreApplication::translate("MainWindow", "Sundanese - su", nullptr));
1887 checkBoxTranslationsSO->setText(QCoreApplication::translate("MainWindow", "Somali - so", nullptr));
1888 checkBoxTranslationsSI->setText(QCoreApplication::translate("MainWindow", "Sinhala - si", nullptr));
1889 checkBoxTranslationsSD->setText(QCoreApplication::translate("MainWindow", "Sindhi - sd", nullptr));
1890 checkBoxTranslationsES->setText(QCoreApplication::translate("MainWindow", "Spanish - es", nullptr));
1891 checkBoxTranslationsSB->setText(QCoreApplication::translate("MainWindow", "Sorbian - sb", nullptr));
1892 checkBoxTranslationsSV->setText(QCoreApplication::translate("MainWindow", "Swedish - sv", nullptr));
1893 checkBoxTranslationsSN->setText(QCoreApplication::translate("MainWindow", "Shona - sn", nullptr));
1894 checkBoxTranslationsSL->setText(QCoreApplication::translate("MainWindow", "Slovenian - sl", nullptr));
1895 checkBoxTranslationsSK->setText(QCoreApplication::translate("MainWindow", "Slovak - sk", nullptr));
1896 checkBoxTranslationsST->setText(QCoreApplication::translate("MainWindow", "Sesotho - st", nullptr));
1897 checkBoxTranslationsSR_LATIN->setText(QCoreApplication::translate("MainWindow", "Serbian Latin -sr-Latin", nullptr));
1898 checkBoxTranslationsUZ->setText(QCoreApplication::translate("MainWindow", "Uzbek - uz", nullptr));
1899 checkBoxTranslationsUR->setText(QCoreApplication::translate("MainWindow", "Urdu - ur", nullptr));
1900 checkBoxTranslationsUG->setText(QCoreApplication::translate("MainWindow", "Uighur - ug", nullptr));
1901 checkBoxTranslationsUK->setText(QCoreApplication::translate("MainWindow", "Ukrainian - uk", nullptr));
1902 checkBoxTranslationsUDM->setText(QCoreApplication::translate("MainWindow", "Udmurt - udm", nullptr));
1903 checkBoxTranslationsYUA->setText(QCoreApplication::translate("MainWindow", "Yucatec Maya - yua", nullptr));
1904 labelTranslationsProjectFolder->setText(QCoreApplication::translate("MainWindow", "Project Folder", nullptr));
1905 pushButtonTranslationsProjectFolderBrowse->setText(QCoreApplication::translate("MainWindow", "Browes", nullptr));
1906 labelTranslationSourceLanguage->setText(QCoreApplication::translate("MainWindow", "Source Language", nullptr));
1907 labelTranslationMake->setText(QCoreApplication::translate("MainWindow", "Type make", nullptr));
1908 labelTranslationsHelp->setText(QCoreApplication::translate("MainWindow", "Help Folder", nullptr));
1909 pushButtonTranslationsHelp->setText(QCoreApplication::translate("MainWindow", "Browse", nullptr));
1910 tabWidget->setTabText(tabWidget->indexOf(tabTranslations), QCoreApplication::translate("MainWindow", "Translations", nullptr));
1911 tabWidget->setTabText(tabWidget->indexOf(tabProject), QCoreApplication::translate("MainWindow", "Project", nullptr));
1912 tabWidget->setTabText(tabWidget->indexOf(tabHelp), QCoreApplication::translate("MainWindow", "Help", nullptr));
1913 menuFile->setTitle(QCoreApplication::translate("MainWindow", "File", nullptr));
1914 menuHelp->setTitle(QCoreApplication::translate("MainWindow", "Help", nullptr));
1915 toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
1916 } // retranslateUi
1917
1918};
1919
1920namespace Ui {
1921 class MainWindow: public Ui_MainWindow {};
1922} // namespace Ui
1923
1924QT_END_NAMESPACE
1925
1926#endif // UI_MAINWINDOW_H
Main Window Constructor. /class MainWindow.
Definition: MainWindow.h:77
QSpacerItem * horizontalSpacerSqlType
QWidget * tabTranslations
QSpacerItem * horizontalSpacerSettingsOptions
Definition: ui_MainWindow.h:96
QCheckBox * checkBoxTranslationsIT
QHBoxLayout * horizontalLayoutTranslationsHelp
QCheckBox * checkBoxTranslationsEU
QCheckBox * checkBoxTranslationsYI
QCheckBox * checkBoxTranslationsLA
QCheckBox * checkBoxTranslationsLV
QTextEdit * textEditHelp
QStatusBar * statusbar
QVBoxLayout * verticalLayout_3
Definition: ui_MainWindow.h:57
void retranslateUi(QMainWindow *MainWindow)
QCheckBox * checkBoxTranslationsTO
QVBoxLayout * verticalLayout_6
QLineEdit * lineEditTranslationsDestination
QHBoxLayout * horizontalLayoutSettingsLupdate
Definition: ui_MainWindow.h:71
QCheckBox * checkBoxTranslationsHU
QComboBox * comboBoxTranslationSourceLanguage
QCheckBox * checkBoxTranslationsSI
QTabWidget * tabWidget
Definition: ui_MainWindow.h:55
QComboBox * comboBoxSettingsProjects
Definition: ui_MainWindow.h:61
QSpacerItem * horizontalSpacerSettingsProject
Definition: ui_MainWindow.h:64
QCheckBox * checkBoxTranslationsHR
QCheckBox * checkBoxTranslationsPS
QCheckBox * checkBoxTranslationsSU
QMenu * menuFile
QHBoxLayout * horizontalLayoutSettingsLrelease
Definition: ui_MainWindow.h:75
QCheckBox * checkBoxTranslationsVE
QLabel * labelSettingsUiLanguage
Definition: ui_MainWindow.h:78
QCheckBox * checkBoxTranslationsKK
QCheckBox * checkBoxTranslationsSO
QCheckBox * checkBoxTranslationsTA
QCheckBox * checkBoxTranslationsFA
QCheckBox * checkBoxTranslationsHI
QCheckBox * checkBoxTranslationsCY
QAction * actionHelp
Definition: ui_MainWindow.h:46
QHBoxLayout * horizontalLayoutSettingsProject
Definition: ui_MainWindow.h:60
QCheckBox * checkBoxTranslationsSR
QGridLayout * gridLayoutSettingsTransEngine
Definition: ui_MainWindow.h:82
QHBoxLayout * horizontalLayoutSettingsUI
Definition: ui_MainWindow.h:79
QLabel * labelTranslationsHelp
QAction * actionClipboard
Definition: ui_MainWindow.h:48
QWidget * tabHelp
QCheckBox * checkBoxTranslationsAZ
QAction * actionExit
Definition: ui_MainWindow.h:44
QCheckBox * checkBoxTranslationsNN
QCheckBox * checkBoxTranslationsNE
QCheckBox * checkBoxTranslationsEN
QCheckBox * checkBoxTranslationsSV
QCheckBox * checkBoxTranslationsKN
QCheckBox * checkBoxSettingsYandex
Definition: ui_MainWindow.h:84
QCheckBox * checkBoxTranslationsSD
QCheckBox * checkBoxTranslationsTK
QCheckBox * checkBoxTranslationsML
QCheckBox * checkBoxTranslationsTLH_QAAK
QCheckBox * checkBoxTranslationsMG
QSpacerItem * horizontalSpacerTranslations
QCheckBox * checkBoxTranslationsZH_TW
QLabel * labelSettingsTranslationEngine
Definition: ui_MainWindow.h:81
QSpacerItem * horizontalSpacerSettingsTransEng
Definition: ui_MainWindow.h:86
QSpinBox * spinBoxSettingsDelay
Definition: ui_MainWindow.h:89
QCheckBox * checkBoxTranslationsHMN
QSpacerItem * horizontalSpacerSettignsMessaging
QLabel * labelTranslationsDestination
QProgressBar * progressBarProjectsFiles
QCheckBox * checkBoxTranslationsIG
QCheckBox * checkBoxTranslationsET
QWidget * centralwidget
Definition: ui_MainWindow.h:53
QCheckBox * checkBoxTranslationsEO
QCheckBox * checkBoxTranslationsTS
QCheckBox * checkBoxTranslationsCS
QCheckBox * checkBoxTranslationsZH_CN
QCheckBox * checkBoxTranslationsCEB
QCheckBox * checkBoxTranslationsST
QCheckBox * checkBoxTranslationsUR
QLabel * labelRecordIdSettings
Definition: ui_MainWindow.h:63
QCheckBox * checkBoxTranslationsAPC
QCheckBox * checkBoxTranslationsSL
QTextEdit * textEditProjects
QVBoxLayout * verticalLayout_4
QCheckBox * checkBoxTranslationsBG
QLabel * labelTranslationsCountryCode
QLabel * labelSqlUserName
QAction * actionAbout
Definition: ui_MainWindow.h:45
QLabel * labelTranslationsSource
QCheckBox * checkBoxTranslationsMS
QCheckBox * checkBoxTranslationsMHR
QLineEdit * lineEditSettingsLrelease
Definition: ui_MainWindow.h:76
QCheckBox * checkBoxTranslationsMRJ
QHBoxLayout * horizontalLayoutTranslationsDestination
QCheckBox * checkBoxTranslationsKU
QCheckBox * checkBoxTranslationsKO
QComboBox * comboBoxSettingsLanguage
Definition: ui_MainWindow.h:68
QCheckBox * checkBoxTranslationsMI
QAction * actionSave
Definition: ui_MainWindow.h:50
QCheckBox * checkBoxTranslationsHA
QCheckBox * checkBoxTranslationsFO
QRadioButton * radioButtonTranslationsCmake
QCheckBox * checkBoxTranslationsKY
QCheckBox * checkBoxTranslationsGL
QCheckBox * checkBoxTranslationsMK
QFormLayout * formLayoutSettings
Definition: ui_MainWindow.h:58
QCheckBox * checkBoxTranslationsRU
QProgressBar * progressBarProjectsTranslations
QPushButton * pushButtonTranslationsHelp
QCheckBox * checkBoxTranslationsTN
QHBoxLayout * horizontalLayoutTranslationsSource
QCheckBox * checkBoxTranslationsTE
QHBoxLayout * horizontalLayoutSettingsDelay
Definition: ui_MainWindow.h:88
QCheckBox * checkBoxTranslationsFI
QCheckBox * checkBoxTranslationsOR
QHBoxLayout * horizontalLayoutSqlType
QLabel * labelSqlHostName
QCheckBox * checkBoxTranslationsBA
QSpacerItem * horizontalSpacerTranslationsSourceLang
QPushButton * pushButtonSettingsLrelease
Definition: ui_MainWindow.h:77
QScrollArea * scrollArea
QLabel * labelSqlPassword
QVBoxLayout * verticalLayout
Definition: ui_MainWindow.h:54
QCheckBox * checkBoxTranslationsTR
QCheckBox * checkBoxTranslationsLB
QWidget * tabSql
QWidget * scrollAreaWidgetContents
QCheckBox * checkBoxTranslationsAR
QLineEdit * lineEditTranslationsProjectFolder
QCheckBox * checkBoxTranslationsDA
QLabel * labelSqlSqlType
QLabel * labelSettingLupdate
Definition: ui_MainWindow.h:70
QSpacerItem * horizontalSpacerTranslationMake
QMenuBar * menubar
QCheckBox * checkBoxTranslationsMN
QCheckBox * checkBoxTranslationsCO
QLineEdit * lineEditSqlPassword
QCheckBox * checkBoxTranslationsHY
QFormLayout * formLayoutSql
QLineEdit * lineEditSqlHostName
QLabel * labelSettingsLrelease
Definition: ui_MainWindow.h:74
QCheckBox * checkBoxTranslationsLO
QCheckBox * checkBoxTranslationsES
QCheckBox * checkBoxTranslationsIS
QCheckBox * checkBoxTranslationsFY
QCheckBox * checkBoxTranslationsCA
QCheckBox * checkBoxTranslationsRM
QPushButton * pushButtonSettingsAdd
Definition: ui_MainWindow.h:94
QCheckBox * checkBoxTranslationsUK
QCheckBox * checkBoxTranslationsUZ
QLabel * labelSettingsOptions
Definition: ui_MainWindow.h:91
QCheckBox * checkBoxTranslationsJW
QPushButton * pushButtonTranslationsProjectFolderBrowse
QComboBox * comboBoxSqlDatabaseType
QLabel * labelSettingsProjext
Definition: ui_MainWindow.h:59
QCheckBox * checkBoxSettingsBing
Definition: ui_MainWindow.h:85
QPushButton * pushButtonTranslationsSourceBrowse
QAction * actionAccept_Translations
Definition: ui_MainWindow.h:52
QCheckBox * checkBoxTranslationsGU
QCheckBox * checkBoxTranslationsHT
QLineEdit * lineEditSqlUserName
QHBoxLayout * horizontalLayoutSqlDatabaseName
QCheckBox * checkBoxTranslationsUG
QHBoxLayout * horizontalLayoutTranslationSourceLang
QLabel * labelSettingsLanguage
Definition: ui_MainWindow.h:66
QLabel * labelSqlDatabaseName
QPushButton * pushButtonSqlSave
QLabel * labelSettignsMessaging
Definition: ui_MainWindow.h:97
QCheckBox * checkBoxTranslationsMT
QCheckBox * checkBoxTranslationsBS
QCheckBox * checkBoxTranslationsTLH
QCheckBox * checkBoxTranslationsNB
QCheckBox * checkBoxTranslationsRO
QSpacerItem * horizontalSpacerSettingsDelay
Definition: ui_MainWindow.h:90
QVBoxLayout * verticalLayout_5
QGridLayout * gridLayoutCountryCodes
QToolBar * toolBar
QCheckBox * checkBoxTranslationsVI
QRadioButton * radioButtonTranslationsQmake
QHBoxLayout * horizontalLayoutSettingsOptions
Definition: ui_MainWindow.h:92
QAction * actionCompile
Definition: ui_MainWindow.h:47
QCheckBox * checkBoxTranslationsID
QCheckBox * checkBoxTranslationsNY
QPushButton * pushButtonSettingsDelete
Definition: ui_MainWindow.h:95
QCheckBox * checkBoxTranslationsPL
QPushButton * pushButtonSettingsLupdate
Definition: ui_MainWindow.h:73
QCheckBox * checkBoxTranslationsEL
QCheckBox * checkBoxTranslationsHAW
QCheckBox * checkBoxTranslationsPAP
QCheckBox * checkBoxTranslationsTG
QLabel * labelSettingsDelay
Definition: ui_MainWindow.h:87
QCheckBox * checkBoxTranslationsGD
QCheckBox * checkBoxTranslationsSQ
QHBoxLayout * horizontalLayoutSqlPassword
QCheckBox * checkBoxTranslationsSR_LATIN
QCheckBox * checkBoxTranslationsBE
QCheckBox * checkBoxTranslationsGA
QCheckBox * checkBoxTranslationsTH
QCheckBox * checkBoxTranslationsRW
QWidget * tabSettings
Definition: ui_MainWindow.h:56
QCheckBox * checkBoxTranslationsBN
QPushButton * pushButtonSettingsProjectsBrowser
Definition: ui_MainWindow.h:65
QLineEdit * lineEditSqlDatabaseName
QCheckBox * checkBoxTranslationsKA
QLabel * labelTranslationMake
QLineEdit * lineEditTranslationsHelp
QCheckBox * checkBoxTranslationsXH
QWidget * tabProject
QCheckBox * checkBoxTranslationsTT
QCheckBox * checkBoxTranslationsYUA
QLabel * labelTranslationSourceLanguage
QLabel * labelTranslationsProjectFolder
QHBoxLayout * horizontalLayoutSettignsMessaging
Definition: ui_MainWindow.h:98
QGridLayout * gridLayout_2
QFormLayout * formLayoutTranslations
QAction * actionAuthor
Definition: ui_MainWindow.h:49
void setupUi(QMainWindow *MainWindow)
QSpacerItem * horizontalSpacerSettingsLanguage
Definition: ui_MainWindow.h:69
QCheckBox * checkBoxTranslationsYO
QCheckBox * checkBoxTranslationsSM
QPushButton * pushButtonTranslationsDestinationBrowse
QCheckBox * checkBoxTranslationsAF
QCheckBox * checkBoxTranslationsAM
QCheckBox * checkBoxTranslationsTL
QLineEdit * lineEditTranslationsSource
QCheckBox * checkBoxTranslationsJA
QMenu * menuHelp
QCheckBox * checkBoxTranslationsOTQ
QLabel * labelSettingsLanguageUI
Definition: ui_MainWindow.h:80
QCheckBox * checkBoxTranslationsPT
QCheckBox * checkBoxTranslationsMY
QPushButton * pushButtonSettingsSave
Definition: ui_MainWindow.h:93
QCheckBox * checkBoxTranslationsZU
QCheckBox * checkBoxTranslationsFJ
QHBoxLayout * horizontalLayoutSqlOptions
QCheckBox * checkBoxTranslationsLT
QSpacerItem * horizontalSpacer
QCheckBox * checkBoxTranslationsHE
QCheckBox * checkBoxTranslationsFIL
QPushButton * pushButtonSqlPasswordShow
QCheckBox * checkBoxTranslationsNO
QLabel * labelSqlOptions
QCheckBox * checkBoxTranslationsTY
QCheckBox * checkBoxTranslationsSB
QCheckBox * checkBoxTranslationsSK
QCheckBox * checkBoxTranslationsPA
QHBoxLayout * horizontalLayout
QLineEdit * lineEditSettingsLupdate
Definition: ui_MainWindow.h:72
QHBoxLayout * horizontalLayoutTranslationsMake
QCheckBox * checkBoxSettingsGoogle
Definition: ui_MainWindow.h:83
QCheckBox * checkBoxTranslationsMR
QCheckBox * checkBoxSettignsMessaging
Definition: ui_MainWindow.h:99
QCheckBox * checkBoxTranslationsSW
QCheckBox * checkBoxTranslationsKM
QCheckBox * checkBoxTranslationsFR
QCheckBox * checkBoxTranslationsYUE
QAction * actionTranslate_Help
Definition: ui_MainWindow.h:51
QCheckBox * checkBoxTranslationsNL
QPushButton * pushButtonSqlDatabaseNameBrowse
QCheckBox * checkBoxTranslationsDE
QCheckBox * checkBoxTranslationsUDM
QLabel * labelTranslationsSourceLanguageCode
QLineEdit * lineEditSettingsQtProjectName
Definition: ui_MainWindow.h:62
QHBoxLayout * horizontalLayoutSettingsLanguage
Definition: ui_MainWindow.h:67
QVBoxLayout * verticalLayout_2
QCheckBox * checkBoxTranslationsSN
Definition: MainWindow.h:26