mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: re-design client
This commit is contained in:
@@ -185,13 +185,13 @@ public:
|
||||
notificationLabel->setMinimumSize(QSize(300, 0));
|
||||
notificationLabel->setMaximumSize(QSize(300, 16777215));
|
||||
notificationLabel->setFont(font);
|
||||
notificationLabel->setFrameShape(QFrame::StyledPanel);
|
||||
notificationLabel->setFrameShape(QFrame::Box);
|
||||
notificationLabel->setFrameShadow(QFrame::Plain);
|
||||
notificationLabel->setTextFormat(Qt::RichText);
|
||||
notificationLabel->setAlignment(Qt::AlignCenter);
|
||||
headerWidget = new QWidget(centralwidget);
|
||||
headerWidget->setObjectName(QString::fromUtf8("headerWidget"));
|
||||
headerWidget->setGeometry(QRect(0, 0, 801, 40));
|
||||
headerWidget->setGeometry(QRect(0, 0, 801, 41));
|
||||
headerWidget->setMinimumSize(QSize(0, 40));
|
||||
headerWidget->setMaximumSize(QSize(16777215, 16777215));
|
||||
headerLayout = new QHBoxLayout(headerWidget);
|
||||
@@ -243,7 +243,7 @@ public:
|
||||
changButtonGroup->setContentsMargins(0, 0, 0, 0);
|
||||
verticalLayoutWidget_2 = new QWidget(centralwidget);
|
||||
verticalLayoutWidget_2->setObjectName(QString::fromUtf8("verticalLayoutWidget_2"));
|
||||
verticalLayoutWidget_2->setGeometry(QRect(10, 210, 781, 251));
|
||||
verticalLayoutWidget_2->setGeometry(QRect(10, 250, 781, 211));
|
||||
interactiveGroup = new QHBoxLayout(verticalLayoutWidget_2);
|
||||
interactiveGroup->setObjectName(QString::fromUtf8("interactiveGroup"));
|
||||
interactiveGroup->setContentsMargins(0, 0, 0, 0);
|
||||
@@ -270,7 +270,7 @@ public:
|
||||
|
||||
horizontalWidget = new QWidget(centralwidget);
|
||||
horizontalWidget->setObjectName(QString::fromUtf8("horizontalWidget"));
|
||||
horizontalWidget->setGeometry(QRect(690, 40, 108, 52));
|
||||
horizontalWidget->setGeometry(QRect(700, 40, 108, 52));
|
||||
horizontalWidget->setLayoutDirection(Qt::RightToLeft);
|
||||
additionalButtonLayout = new QHBoxLayout(horizontalWidget);
|
||||
additionalButtonLayout->setObjectName(QString::fromUtf8("additionalButtonLayout"));
|
||||
@@ -307,6 +307,7 @@ public:
|
||||
textPairLayout->setObjectName(QString::fromUtf8("textPairLayout"));
|
||||
titleClientVersion = new QLabel(versionLayoutWidget);
|
||||
titleClientVersion->setObjectName(QString::fromUtf8("titleClientVersion"));
|
||||
titleClientVersion->setLineWidth(1);
|
||||
|
||||
textPairLayout->addWidget(titleClientVersion);
|
||||
|
||||
@@ -345,7 +346,6 @@ public:
|
||||
|
||||
MainWindow->setCentralWidget(centralwidget);
|
||||
mainFrame->raise();
|
||||
notificationLabel->raise();
|
||||
headerWidget->raise();
|
||||
offlineStartButton->raise();
|
||||
verticalLayoutWidget->raise();
|
||||
@@ -354,6 +354,7 @@ public:
|
||||
horizontalWidget->raise();
|
||||
LanguageWidget->raise();
|
||||
versionLayoutWidget->raise();
|
||||
notificationLabel->raise();
|
||||
|
||||
retranslateUi(MainWindow);
|
||||
|
||||
@@ -369,7 +370,7 @@ public:
|
||||
languageComboBox->setItemText(1, QCoreApplication::translate("MainWindow", "ENG", nullptr));
|
||||
|
||||
notificationLabel->setText(QCoreApplication::translate("MainWindow", "\320\232\320\260\320\272\320\260\321\217-\321\202\320\276 \320\276\321\210\320\270\320\261\320\272\320\260", nullptr));
|
||||
headerLabel->setText(QString());
|
||||
headerLabel->setText(QCoreApplication::translate("MainWindow", "dsadsadsadasdsadas", nullptr));
|
||||
exitButton->setText(QString());
|
||||
offlineStartButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272 \320\262 \320\260\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\276\320\274 \321\200\320\265\320\266\320\270\320\274\320\265", nullptr));
|
||||
autostartCheckBox->setText(QCoreApplication::translate("MainWindow", "\320\220\320\262\321\202\320\276\320\267\320\260\320\277\321\203\321\201\320\272", nullptr));
|
||||
|
||||
Reference in New Issue
Block a user