|
@@ -151,7 +151,7 @@ public:
|
|
|
{
|
|
|
if (MainWindow->objectName().isEmpty())
|
|
|
MainWindow->setObjectName(QStringLiteral("MainWindow"));
|
|
|
- MainWindow->resize(513, 345);
|
|
|
+ MainWindow->resize(427, 310);
|
|
|
MainWindow->setStyleSheet(QStringLiteral(""));
|
|
|
centralWidget = new QWidget(MainWindow);
|
|
|
centralWidget->setObjectName(QStringLiteral("centralWidget"));
|
|
@@ -213,22 +213,22 @@ public:
|
|
|
videosTitle->setGeometry(QRect(10, 180, 111, 21));
|
|
|
textsStatus = new QLabel(mainbox);
|
|
|
textsStatus->setObjectName(QStringLiteral("textsStatus"));
|
|
|
- textsStatus->setGeometry(QRect(210, 5, 131, 35));
|
|
|
+ textsStatus->setGeometry(QRect(200, 5, 131, 35));
|
|
|
soundsStatus = new QLabel(mainbox);
|
|
|
soundsStatus->setObjectName(QStringLiteral("soundsStatus"));
|
|
|
- soundsStatus->setGeometry(QRect(210, 40, 131, 35));
|
|
|
+ soundsStatus->setGeometry(QRect(200, 40, 131, 35));
|
|
|
imagesStatus = new QLabel(mainbox);
|
|
|
imagesStatus->setObjectName(QStringLiteral("imagesStatus"));
|
|
|
- imagesStatus->setGeometry(QRect(210, 75, 131, 35));
|
|
|
+ imagesStatus->setGeometry(QRect(200, 75, 131, 35));
|
|
|
loadscreensStatus = new QLabel(mainbox);
|
|
|
loadscreensStatus->setObjectName(QStringLiteral("loadscreensStatus"));
|
|
|
- loadscreensStatus->setGeometry(QRect(210, 110, 131, 35));
|
|
|
+ loadscreensStatus->setGeometry(QRect(200, 110, 131, 35));
|
|
|
fontsStatus = new QLabel(mainbox);
|
|
|
fontsStatus->setObjectName(QStringLiteral("fontsStatus"));
|
|
|
- fontsStatus->setGeometry(QRect(210, 145, 131, 35));
|
|
|
+ fontsStatus->setGeometry(QRect(200, 145, 131, 35));
|
|
|
videosStatus = new QLabel(mainbox);
|
|
|
videosStatus->setObjectName(QStringLiteral("videosStatus"));
|
|
|
- videosStatus->setGeometry(QRect(210, 180, 121, 35));
|
|
|
+ videosStatus->setGeometry(QRect(200, 180, 121, 35));
|
|
|
label_3 = new QLabel(mainbox);
|
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
|
label_3->setGeometry(QRect(10, 23, 221, 16));
|
|
@@ -404,34 +404,34 @@ public:
|
|
|
aboutbox->setFlat(false);
|
|
|
helperslist = new QLabel(aboutbox);
|
|
|
helperslist->setObjectName(QStringLiteral("helperslist"));
|
|
|
- helperslist->setGeometry(QRect(10, 162, 371, 31));
|
|
|
- helperslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
|
+ helperslist->setGeometry(QRect(10, 182, 371, 31));
|
|
|
+ helperslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
helperslist->setWordWrap(true);
|
|
|
designers = new QLabel(aboutbox);
|
|
|
designers->setObjectName(QStringLiteral("designers"));
|
|
|
designers->setGeometry(QRect(10, 40, 361, 21));
|
|
|
translatorslist = new QLabel(aboutbox);
|
|
|
translatorslist->setObjectName(QStringLiteral("translatorslist"));
|
|
|
- translatorslist->setGeometry(QRect(10, 106, 371, 31));
|
|
|
- translatorslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
|
+ translatorslist->setGeometry(QRect(10, 100, 371, 65));
|
|
|
+ translatorslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
translatorslist->setWordWrap(true);
|
|
|
programmerslist = new QLabel(aboutbox);
|
|
|
programmerslist->setObjectName(QStringLiteral("programmerslist"));
|
|
|
programmerslist->setGeometry(QRect(10, 19, 361, 16));
|
|
|
- programmerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
|
+ programmerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
programmers = new QLabel(aboutbox);
|
|
|
programmers->setObjectName(QStringLiteral("programmers"));
|
|
|
programmers->setGeometry(QRect(10, 0, 361, 21));
|
|
|
helpers = new QLabel(aboutbox);
|
|
|
helpers->setObjectName(QStringLiteral("helpers"));
|
|
|
- helpers->setGeometry(QRect(10, 145, 366, 21));
|
|
|
+ helpers->setGeometry(QRect(10, 165, 366, 21));
|
|
|
designerslist = new QLabel(aboutbox);
|
|
|
designerslist->setObjectName(QStringLiteral("designerslist"));
|
|
|
designerslist->setGeometry(QRect(10, 59, 361, 16));
|
|
|
- designerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
|
+ designerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
translators = new QLabel(aboutbox);
|
|
|
translators->setObjectName(QStringLiteral("translators"));
|
|
|
- translators->setGeometry(QRect(10, 85, 361, 21));
|
|
|
+ translators->setGeometry(QRect(10, 80, 361, 21));
|
|
|
helpboxImage = new QLabel(centralWidget);
|
|
|
helpboxImage->setObjectName(QStringLiteral("helpboxImage"));
|
|
|
helpboxImage->setGeometry(QRect(20, 330, 47, 21));
|
|
@@ -692,11 +692,11 @@ public:
|
|
|
helpbox->setTitle(QString());
|
|
|
aboutbox->setTitle(QString());
|
|
|
helperslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
|
|
|
- designers->setText(QApplication::translate("MainWindow", "\320\224\320\270\320\267\320\260\320\271\320\275 \320\270 \321\200\320\260\320\261\320\276\321\202\320\260 \321\201 \320\263\321\200\320\260\321\204\320\270\320\272\320\276\320\271", Q_NULLPTR));
|
|
|
+ designers->setText(QApplication::translate("MainWindow", "\320\224\320\270\320\267\320\260\320\271\320\275 \320\270 \321\200\320\260\320\261\320\276\321\202\320\260 \321\201 \320\263\321\200\320\260\321\204\320\270\320\272\320\276\320\271:", Q_NULLPTR));
|
|
|
translatorslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
|
|
|
programmerslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
|
|
|
- programmers->setText(QApplication::translate("MainWindow", "\320\242\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\260\321\217 \320\270 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\275\320\260\321\217 \321\207\320\260\321\201\321\202\321\214", Q_NULLPTR));
|
|
|
- helpers->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\274\320\276\320\263\320\260\320\273\320\270 \321\201\320\273\320\276\320\262\320\276\320\274 \320\270 \320\264\320\265\320\273\320\276\320\274", Q_NULLPTR));
|
|
|
+ programmers->setText(QApplication::translate("MainWindow", "\320\242\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\260\321\217 \320\270 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\275\320\260\321\217 \321\207\320\260\321\201\321\202\321\214:", Q_NULLPTR));
|
|
|
+ helpers->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\274\320\276\320\263\320\260\320\273\320\270 \321\201\320\273\320\276\320\262\320\276\320\274 \320\270 \320\264\320\265\320\273\320\276\320\274:", Q_NULLPTR));
|
|
|
designerslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
|
|
|
translators->setText(QApplication::translate("MainWindow", "\320\237\321\200\320\270\320\275\320\270\320\274\320\260\321\216\321\202 \321\203\321\207\320\260\321\201\321\202\320\270\320\265 \320\262 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\265:", Q_NULLPTR));
|
|
|
helpboxImage->setText(QString());
|
|
@@ -735,7 +735,7 @@ public:
|
|
|
goTitle->setText(QApplication::translate("MainWindow", "\320\222\320\276 \321\207\321\202\320\276 \320\261\321\203\320\264\320\265\320\274 \320\270\320\263\321\200\320\260\321\202\321\214 \321\201\320\265\320\263\320\276\320\264\320\275\321\217?", Q_NULLPTR));
|
|
|
goHeader->setText(QApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272 \320\270\320\263\321\200\321\213", Q_NULLPTR));
|
|
|
goHint->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\264\320\263\320\276\321\202\320\276\320\262\320\272\320\260 \321\204\320\260\320\271\320\273\320\276\320\262 \320\273\320\276\320\272\320\260\320\273\320\270\320\267\320\260\321\206\320\270\320\270 ...", Q_NULLPTR));
|
|
|
- labelVersion->setText(QApplication::translate("MainWindow", "\320\235\320\260\321\201\320\273\320\265\320\264\320\270\320\265: v2.0.0", Q_NULLPTR));
|
|
|
+ labelVersion->setText(QApplication::translate("MainWindow", "\320\235\320\260\321\201\320\273\320\265\320\264\320\270\320\265: v1.1.0", Q_NULLPTR));
|
|
|
designButton->setText(QApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214", Q_NULLPTR));
|
|
|
mainTitle->setText(QApplication::translate("MainWindow", "\320\222\320\273\320\260\321\201\321\202\320\265\320\273\320\270\320\275 \320\272\320\276\320\273\320\265\321\206 \320\236\320\275\320\273\320\260\320\271\320\275: \320\235\320\260\321\201\320\273\320\265\320\264\320\270\320\265", Q_NULLPTR));
|
|
|
} // retranslateUi
|