28 QGridLayout *gridLayout;
32 QHBoxLayout *horizontalLayout;
33 QPushButton *btnCheckForUpdate;
34 QHBoxLayout *horizontalLayout_2;
36 QPushButton *btnImport;
40 QSpacerItem *verticalSpacer;
48 gridLayout->setSpacing(7);
49 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
51 comboLanguages->setObjectName(QString::fromUtf8(
"comboLanguages"));
52 comboLanguages->setCurrentText(QString::fromUtf8(
""));
54 gridLayout->addWidget(comboLanguages, 0, 0, 1, 1);
57 line_2->setObjectName(QString::fromUtf8(
"line_2"));
58 line_2->setFrameShape(QFrame::HLine);
59 line_2->setFrameShadow(QFrame::Sunken);
61 gridLayout->addWidget(line_2, 5, 0, 1, 1);
64 line->setObjectName(QString::fromUtf8(
"line"));
65 line->setFrameShape(QFrame::HLine);
66 line->setFrameShadow(QFrame::Sunken);
68 gridLayout->addWidget(line, 3, 0, 1, 1);
70 horizontalLayout =
new QHBoxLayout();
71 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
73 btnCheckForUpdate->setObjectName(QString::fromUtf8(
"btnCheckForUpdate"));
75 horizontalLayout->addWidget(btnCheckForUpdate);
78 gridLayout->addLayout(horizontalLayout, 4, 0, 1, 1);
80 horizontalLayout_2 =
new QHBoxLayout();
81 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
83 label->setObjectName(QString::fromUtf8(
"label"));
85 horizontalLayout_2->addWidget(label);
88 btnImport->setObjectName(QString::fromUtf8(
"btnImport"));
89 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
90 sizePolicy.setHorizontalStretch(0);
91 sizePolicy.setVerticalStretch(0);
92 sizePolicy.setHeightForWidth(btnImport->sizePolicy().hasHeightForWidth());
93 btnImport->setSizePolicy(sizePolicy);
94 btnImport->setText(QString::fromUtf8(
"..."));
96 horizontalLayout_2->addWidget(btnImport);
99 gridLayout->addLayout(horizontalLayout_2, 6, 0, 1, 1);
102 line_3->setObjectName(QString::fromUtf8(
"line_3"));
103 line_3->setFrameShape(QFrame::HLine);
104 line_3->setFrameShadow(QFrame::Sunken);
106 gridLayout->addWidget(line_3, 7, 0, 1, 1);
109 labLink->setObjectName(QString::fromUtf8(
"labLink"));
110 labLink->setText(QString::fromUtf8(
""));
111 labLink->setTextFormat(Qt::RichText);
112 labLink->setOpenExternalLinks(
true);
114 gridLayout->addWidget(labLink, 9, 0, 1, 1);
117 label_2->setObjectName(QString::fromUtf8(
"label_2"));
118 label_2->setWordWrap(
true);
120 gridLayout->addWidget(label_2, 8, 0, 1, 1);
122 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
124 gridLayout->addItem(verticalSpacer, 10, 0, 1, 1);
134 btnCheckForUpdate->setText(QCoreApplication::translate(
"GUI_LanguagePreferences",
"Check for update",
nullptr));
135 label->setText(QCoreApplication::translate(
"GUI_LanguagePreferences",
"Import new language",
nullptr));
136 label_2->setText(QCoreApplication::translate(
"GUI_LanguagePreferences",
"For new languages I am always looking for translators",
nullptr));