10#define UI_MAINWINDOW_H
12#include <QtCore/QVariant>
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>
309 MainWindow->setObjectName(QString::fromUtf8(
"MainWindow"));
312 font.setPointSize(13);
315 actionExit->setObjectName(QString::fromUtf8(
"actionExit"));
317 icon.addFile(QString::fromUtf8(
":/images/exit_button.png"), QSize(), QIcon::Normal, QIcon::Off);
320 actionAbout->setObjectName(QString::fromUtf8(
"actionAbout"));
322 icon1.addFile(QString::fromUtf8(
":/images/gear.png"), QSize(), QIcon::Normal, QIcon::Off);
325 actionHelp->setObjectName(QString::fromUtf8(
"actionHelp"));
327 icon2.addFile(QString::fromUtf8(
":/images/help.png"), QSize(), QIcon::Normal, QIcon::Off);
330 actionCompile->setObjectName(QString::fromUtf8(
"actionCompile"));
332 icon3.addFile(QString::fromUtf8(
":/images/thumbsup.png"), QSize(), QIcon::Normal, QIcon::Off);
337 icon4.addFile(QString::fromUtf8(
":/images/clipboard.png"), QSize(), QIcon::Normal, QIcon::Off);
340 actionAuthor->setObjectName(QString::fromUtf8(
"actionAuthor"));
342 icon5.addFile(QString::fromUtf8(
":/images/handshake.png"), QSize(), QIcon::Normal, QIcon::Off);
345 actionSave->setObjectName(QString::fromUtf8(
"actionSave"));
347 icon6.addFile(QString::fromUtf8(
":/images/filesave.png"), QSize(), QIcon::Normal, QIcon::Off);
352 icon7.addFile(QString::fromUtf8(
":/images/wizardwand.png"), QSize(), QIcon::Normal, QIcon::Off);
357 icon8.addFile(QString::fromUtf8(
":/images/lock.png"), QSize(), QIcon::Normal, QIcon::Off);
360 centralwidget->setObjectName(QString::fromUtf8(
"centralwidget"));
362 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
364 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
366 tabSettings->setObjectName(QString::fromUtf8(
"tabSettings"));
380#if QT_CONFIG(accessibility)
383#if QT_CONFIG(accessibility)
438#if QT_CONFIG(tooltip)
441#if QT_CONFIG(statustip)
444#if QT_CONFIG(whatsthis)
447#if QT_CONFIG(accessibility)
450#if QT_CONFIG(accessibility)
461#if QT_CONFIG(tooltip)
464#if QT_CONFIG(statustip)
467#if QT_CONFIG(accessibility)
470#if QT_CONFIG(accessibility)
496#if QT_CONFIG(accessibility)
499#if QT_CONFIG(accessibility)
543 icon9.addFile(QString::fromUtf8(
":/images/google_translate.png"), QSize(), QIcon::Normal, QIcon::On);
552 icon10.addFile(QString::fromUtf8(
":/images/yandex_translate.png"), QSize(), QIcon::Normal, QIcon::On);
561 icon11.addFile(QString::fromUtf8(
":/images/microsoft_translator.png"), QSize(), QIcon::Normal, QIcon::On);
645 tabSql->setObjectName(QString::fromUtf8(
"tabSql"));
649 formLayoutSql->setObjectName(QString::fromUtf8(
"formLayoutSql"));
716 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
823 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
829 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
1611 tabProject->setObjectName(QString::fromUtf8(
"tabProject"));
1633 tabHelp->setObjectName(QString::fromUtf8(
"tabHelp"));
1637 textEditHelp->setObjectName(QString::fromUtf8(
"textEditHelp"));
1647 menubar->setObjectName(QString::fromUtf8(
"menubar"));
1648 menubar->setGeometry(QRect(0, 0, 1290, 26));
1650 menuFile->setObjectName(QString::fromUtf8(
"menuFile"));
1652 menuHelp->setObjectName(QString::fromUtf8(
"menuHelp"));
1655 statusbar->setObjectName(QString::fromUtf8(
"statusbar"));
1658 toolBar->setObjectName(QString::fromUtf8(
"toolBar"));
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));
1714#if QT_CONFIG(accessibility)
1717#if QT_CONFIG(accessibility)
1720#if QT_CONFIG(accessibility)
1723#if QT_CONFIG(accessibility)
1727 labelSettingsLanguage->setText(QCoreApplication::translate(
"MainWindow",
"Change Language",
nullptr));
1728#if QT_CONFIG(accessibility)
1731#if QT_CONFIG(accessibility)
1739 labelSettingsDelay->setText(QCoreApplication::translate(
"MainWindow",
"Delay in Seconds",
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));
1752 labelSqlOptions->setText(QCoreApplication::translate(
"MainWindow",
"Options",
nullptr));
1753 pushButtonSqlSave->setText(QCoreApplication::translate(
"MainWindow",
"Save",
nullptr));
1755 labelSqlDatabaseName->setText(QCoreApplication::translate(
"MainWindow",
"Database Name",
nullptr));
1759#if QT_CONFIG(tooltip)
1762#if QT_CONFIG(statustip)
1763 labelTranslationsDestination->setStatusTip(QCoreApplication::translate(
"MainWindow",
"Tempoary Folder contents gets deleted",
nullptr));
1766#if QT_CONFIG(statustip)
1782 checkBoxTranslationsLB->setText(QCoreApplication::translate(
"MainWindow",
"Luxembourgish - lb",
nullptr));
1789 checkBoxTranslationsAPC->setText(QCoreApplication::translate(
"MainWindow",
"Levantine Arabic - apc",
nullptr));
1880 checkBoxTranslationsRM->setText(QCoreApplication::translate(
"MainWindow",
"Rhaeto-Romanic - rm ",
nullptr));
1884 checkBoxTranslationsOTQ->setText(QCoreApplication::translate(
"MainWindow",
"Queretaro Otomi - otq",
nullptr));
1907 labelTranslationMake->setText(QCoreApplication::translate(
"MainWindow",
"Type make",
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));
Main Window Constructor. /class MainWindow.
QSpacerItem * horizontalSpacerSqlType
QWidget * tabTranslations
QSpacerItem * horizontalSpacerSettingsOptions
QCheckBox * checkBoxTranslationsIT
QHBoxLayout * horizontalLayoutTranslationsHelp
QCheckBox * checkBoxTranslationsEU
QCheckBox * checkBoxTranslationsYI
QCheckBox * checkBoxTranslationsLA
QCheckBox * checkBoxTranslationsLV
QVBoxLayout * verticalLayout_3
void retranslateUi(QMainWindow *MainWindow)
QCheckBox * checkBoxTranslationsTO
QVBoxLayout * verticalLayout_6
QLineEdit * lineEditTranslationsDestination
QHBoxLayout * horizontalLayoutSettingsLupdate
QCheckBox * checkBoxTranslationsHU
QComboBox * comboBoxTranslationSourceLanguage
QCheckBox * checkBoxTranslationsSI
QComboBox * comboBoxSettingsProjects
QSpacerItem * horizontalSpacerSettingsProject
QCheckBox * checkBoxTranslationsHR
QCheckBox * checkBoxTranslationsPS
QCheckBox * checkBoxTranslationsSU
QHBoxLayout * horizontalLayoutSettingsLrelease
QCheckBox * checkBoxTranslationsVE
QLabel * labelSettingsUiLanguage
QCheckBox * checkBoxTranslationsKK
QCheckBox * checkBoxTranslationsSO
QCheckBox * checkBoxTranslationsTA
QCheckBox * checkBoxTranslationsFA
QCheckBox * checkBoxTranslationsHI
QCheckBox * checkBoxTranslationsCY
QHBoxLayout * horizontalLayoutSettingsProject
QCheckBox * checkBoxTranslationsSR
QGridLayout * gridLayoutSettingsTransEngine
QHBoxLayout * horizontalLayoutSettingsUI
QLabel * labelTranslationsHelp
QAction * actionClipboard
QCheckBox * checkBoxTranslationsAZ
QCheckBox * checkBoxTranslationsNN
QCheckBox * checkBoxTranslationsNE
QCheckBox * checkBoxTranslationsEN
QCheckBox * checkBoxTranslationsSV
QCheckBox * checkBoxTranslationsKN
QCheckBox * checkBoxSettingsYandex
QCheckBox * checkBoxTranslationsSD
QCheckBox * checkBoxTranslationsTK
QCheckBox * checkBoxTranslationsML
QCheckBox * checkBoxTranslationsTLH_QAAK
QCheckBox * checkBoxTranslationsMG
QSpacerItem * horizontalSpacerTranslations
QCheckBox * checkBoxTranslationsZH_TW
QLabel * labelSettingsTranslationEngine
QSpacerItem * horizontalSpacerSettingsTransEng
QSpinBox * spinBoxSettingsDelay
QCheckBox * checkBoxTranslationsHMN
QSpacerItem * horizontalSpacerSettignsMessaging
QLabel * labelTranslationsDestination
QProgressBar * progressBarProjectsFiles
QCheckBox * checkBoxTranslationsIG
QCheckBox * checkBoxTranslationsET
QCheckBox * checkBoxTranslationsEO
QCheckBox * checkBoxTranslationsTS
QCheckBox * checkBoxTranslationsCS
QCheckBox * checkBoxTranslationsZH_CN
QCheckBox * checkBoxTranslationsCEB
QCheckBox * checkBoxTranslationsST
QCheckBox * checkBoxTranslationsUR
QLabel * labelRecordIdSettings
QCheckBox * checkBoxTranslationsAPC
QCheckBox * checkBoxTranslationsSL
QTextEdit * textEditProjects
QVBoxLayout * verticalLayout_4
QCheckBox * checkBoxTranslationsBG
QLabel * labelTranslationsCountryCode
QLabel * labelSqlUserName
QLabel * labelTranslationsSource
QCheckBox * checkBoxTranslationsMS
QCheckBox * checkBoxTranslationsMHR
QLineEdit * lineEditSettingsLrelease
QCheckBox * checkBoxTranslationsMRJ
QHBoxLayout * horizontalLayoutTranslationsDestination
QCheckBox * checkBoxTranslationsKU
QCheckBox * checkBoxTranslationsKO
QComboBox * comboBoxSettingsLanguage
QCheckBox * checkBoxTranslationsMI
QCheckBox * checkBoxTranslationsHA
QCheckBox * checkBoxTranslationsFO
QRadioButton * radioButtonTranslationsCmake
QCheckBox * checkBoxTranslationsKY
QCheckBox * checkBoxTranslationsGL
QCheckBox * checkBoxTranslationsMK
QFormLayout * formLayoutSettings
QCheckBox * checkBoxTranslationsRU
QProgressBar * progressBarProjectsTranslations
QPushButton * pushButtonTranslationsHelp
QCheckBox * checkBoxTranslationsTN
QHBoxLayout * horizontalLayoutTranslationsSource
QCheckBox * checkBoxTranslationsTE
QHBoxLayout * horizontalLayoutSettingsDelay
QCheckBox * checkBoxTranslationsFI
QCheckBox * checkBoxTranslationsOR
QHBoxLayout * horizontalLayoutSqlType
QLabel * labelSqlHostName
QCheckBox * checkBoxTranslationsBA
QSpacerItem * horizontalSpacerTranslationsSourceLang
QPushButton * pushButtonSettingsLrelease
QLabel * labelSqlPassword
QVBoxLayout * verticalLayout
QCheckBox * checkBoxTranslationsTR
QCheckBox * checkBoxTranslationsLB
QWidget * scrollAreaWidgetContents
QCheckBox * checkBoxTranslationsAR
QLineEdit * lineEditTranslationsProjectFolder
QCheckBox * checkBoxTranslationsDA
QLabel * labelSettingLupdate
QSpacerItem * horizontalSpacerTranslationMake
QCheckBox * checkBoxTranslationsMN
QCheckBox * checkBoxTranslationsCO
QLineEdit * lineEditSqlPassword
QCheckBox * checkBoxTranslationsHY
QFormLayout * formLayoutSql
QLineEdit * lineEditSqlHostName
QLabel * labelSettingsLrelease
QCheckBox * checkBoxTranslationsLO
QCheckBox * checkBoxTranslationsES
QCheckBox * checkBoxTranslationsIS
QCheckBox * checkBoxTranslationsFY
QCheckBox * checkBoxTranslationsCA
QCheckBox * checkBoxTranslationsRM
QPushButton * pushButtonSettingsAdd
QCheckBox * checkBoxTranslationsUK
QCheckBox * checkBoxTranslationsUZ
QLabel * labelSettingsOptions
QCheckBox * checkBoxTranslationsJW
QPushButton * pushButtonTranslationsProjectFolderBrowse
QComboBox * comboBoxSqlDatabaseType
QLabel * labelSettingsProjext
QCheckBox * checkBoxSettingsBing
QPushButton * pushButtonTranslationsSourceBrowse
QAction * actionAccept_Translations
QCheckBox * checkBoxTranslationsGU
QCheckBox * checkBoxTranslationsHT
QLineEdit * lineEditSqlUserName
QHBoxLayout * horizontalLayoutSqlDatabaseName
QCheckBox * checkBoxTranslationsUG
QHBoxLayout * horizontalLayoutTranslationSourceLang
QLabel * labelSettingsLanguage
QLabel * labelSqlDatabaseName
QPushButton * pushButtonSqlSave
QLabel * labelSettignsMessaging
QCheckBox * checkBoxTranslationsMT
QCheckBox * checkBoxTranslationsBS
QCheckBox * checkBoxTranslationsTLH
QCheckBox * checkBoxTranslationsNB
QCheckBox * checkBoxTranslationsRO
QSpacerItem * horizontalSpacerSettingsDelay
QVBoxLayout * verticalLayout_5
QGridLayout * gridLayoutCountryCodes
QCheckBox * checkBoxTranslationsVI
QRadioButton * radioButtonTranslationsQmake
QHBoxLayout * horizontalLayoutSettingsOptions
QCheckBox * checkBoxTranslationsID
QCheckBox * checkBoxTranslationsNY
QPushButton * pushButtonSettingsDelete
QCheckBox * checkBoxTranslationsPL
QPushButton * pushButtonSettingsLupdate
QCheckBox * checkBoxTranslationsEL
QCheckBox * checkBoxTranslationsHAW
QCheckBox * checkBoxTranslationsPAP
QCheckBox * checkBoxTranslationsTG
QLabel * labelSettingsDelay
QCheckBox * checkBoxTranslationsGD
QCheckBox * checkBoxTranslationsSQ
QHBoxLayout * horizontalLayoutSqlPassword
QCheckBox * checkBoxTranslationsSR_LATIN
QCheckBox * checkBoxTranslationsBE
QCheckBox * checkBoxTranslationsGA
QCheckBox * checkBoxTranslationsTH
QCheckBox * checkBoxTranslationsRW
QCheckBox * checkBoxTranslationsBN
QPushButton * pushButtonSettingsProjectsBrowser
QLineEdit * lineEditSqlDatabaseName
QCheckBox * checkBoxTranslationsKA
QLabel * labelTranslationMake
QLineEdit * lineEditTranslationsHelp
QCheckBox * checkBoxTranslationsXH
QCheckBox * checkBoxTranslationsTT
QCheckBox * checkBoxTranslationsYUA
QLabel * labelTranslationSourceLanguage
QLabel * labelTranslationsProjectFolder
QHBoxLayout * horizontalLayoutSettignsMessaging
QGridLayout * gridLayout_2
QFormLayout * formLayoutTranslations
void setupUi(QMainWindow *MainWindow)
QSpacerItem * horizontalSpacerSettingsLanguage
QCheckBox * checkBoxTranslationsYO
QCheckBox * checkBoxTranslationsSM
QPushButton * pushButtonTranslationsDestinationBrowse
QCheckBox * checkBoxTranslationsAF
QCheckBox * checkBoxTranslationsAM
QCheckBox * checkBoxTranslationsTL
QLineEdit * lineEditTranslationsSource
QCheckBox * checkBoxTranslationsJA
QCheckBox * checkBoxTranslationsOTQ
QLabel * labelSettingsLanguageUI
QCheckBox * checkBoxTranslationsPT
QCheckBox * checkBoxTranslationsMY
QPushButton * pushButtonSettingsSave
QCheckBox * checkBoxTranslationsZU
QCheckBox * checkBoxTranslationsFJ
QHBoxLayout * horizontalLayoutSqlOptions
QCheckBox * checkBoxTranslationsLT
QSpacerItem * horizontalSpacer
QCheckBox * checkBoxTranslationsHE
QCheckBox * checkBoxTranslationsFIL
QPushButton * pushButtonSqlPasswordShow
QCheckBox * checkBoxTranslationsNO
QCheckBox * checkBoxTranslationsTY
QCheckBox * checkBoxTranslationsSB
QCheckBox * checkBoxTranslationsSK
QCheckBox * checkBoxTranslationsPA
QHBoxLayout * horizontalLayout
QLineEdit * lineEditSettingsLupdate
QHBoxLayout * horizontalLayoutTranslationsMake
QCheckBox * checkBoxSettingsGoogle
QCheckBox * checkBoxTranslationsMR
QCheckBox * checkBoxSettignsMessaging
QCheckBox * checkBoxTranslationsSW
QCheckBox * checkBoxTranslationsKM
QCheckBox * checkBoxTranslationsFR
QCheckBox * checkBoxTranslationsYUE
QAction * actionTranslate_Help
QCheckBox * checkBoxTranslationsNL
QPushButton * pushButtonSqlDatabaseNameBrowse
QCheckBox * checkBoxTranslationsDE
QCheckBox * checkBoxTranslationsUDM
QLabel * labelTranslationsSourceLanguageCode
QLineEdit * lineEditSettingsQtProjectName
QHBoxLayout * horizontalLayoutSettingsLanguage
QVBoxLayout * verticalLayout_2
QCheckBox * checkBoxTranslationsSN