mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
581 lines
30 KiB
C++
581 lines
30 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'mainwindow.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_MAINWINDOW_H
|
|
#define UI_MAINWINDOW_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QCheckBox>
|
|
#include <QtWidgets/QComboBox>
|
|
#include <QtWidgets/QFrame>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QMainWindow>
|
|
#include <QtWidgets/QProgressBar>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
#include "mywinheader.h"
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_MainWindow
|
|
{
|
|
public:
|
|
QWidget *centralwidget;
|
|
QWidget *layoutWidget;
|
|
QHBoxLayout *downlayout;
|
|
QVBoxLayout *downLayoutLoadingSlider;
|
|
QProgressBar *loadingProgressBar;
|
|
QHBoxLayout *horizontalLayout_4;
|
|
QPushButton *updateButton;
|
|
QPushButton *startButton;
|
|
QFrame *mainFrame;
|
|
QWidget *displayGroupWidget;
|
|
QVBoxLayout *verticalLayout_4;
|
|
QLabel *displayChoiceTitle;
|
|
QWidget *screenWidget;
|
|
QHBoxLayout *horizontalLayout_3;
|
|
QHBoxLayout *displayLayout;
|
|
QPushButton *settingsButton;
|
|
QWidget *LanguageWidget;
|
|
QHBoxLayout *horizontalLayout_2;
|
|
QLabel *languageTitle;
|
|
QComboBox *languageComboBox;
|
|
QWidget *horizontalWidget;
|
|
QHBoxLayout *horizontalLayout;
|
|
QWidget *loginWidget;
|
|
QVBoxLayout *verticalLayout;
|
|
QWidget *loginLayoutWidget;
|
|
QVBoxLayout *loginLayout;
|
|
QLabel *loginTitle;
|
|
QLineEdit *loginInputField;
|
|
QLineEdit *passwordInputField;
|
|
QPushButton *loginButton;
|
|
QWidget *offlineWidget;
|
|
QVBoxLayout *verticalLayout_3;
|
|
QLabel *offlineNotifyLabel;
|
|
QWidget *settingsWidget;
|
|
QVBoxLayout *verticalLayout_2;
|
|
QLabel *serverSettingsTitle;
|
|
QHBoxLayout *serverInputLayout;
|
|
QLineEdit *serverInputField;
|
|
QHBoxLayout *portInputLayout;
|
|
QLineEdit *portInputField;
|
|
QPushButton *saveServerButton;
|
|
QLabel *notificationLabel;
|
|
QPushButton *offlineStartButton;
|
|
QWidget *debugWidget;
|
|
QVBoxLayout *verticalLayout_5;
|
|
QCheckBox *autostartCheckBox;
|
|
QLabel *inlineTextDebug;
|
|
QWidget *updateWidget;
|
|
QVBoxLayout *verticalLayout_10;
|
|
QLabel *updateListGuideLabel;
|
|
QLabel *updateActionListLabel;
|
|
QWidget *updateButtonGroup_2;
|
|
QHBoxLayout *updateButtonGroup;
|
|
QPushButton *loadToServerButton;
|
|
QPushButton *undoChangesButton;
|
|
QPushButton *startWithCurrentChangesButton;
|
|
QWidget *headerWidget;
|
|
QHBoxLayout *headerLayout;
|
|
QWidget *iconWidget;
|
|
MyWinHeader *headerLabel;
|
|
QPushButton *exitButton;
|
|
|
|
void setupUi(QMainWindow *MainWindow)
|
|
{
|
|
if (MainWindow->objectName().isEmpty())
|
|
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
|
|
MainWindow->resize(800, 600);
|
|
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
|
|
MainWindow->setSizePolicy(sizePolicy);
|
|
MainWindow->setMinimumSize(QSize(800, 600));
|
|
MainWindow->setMaximumSize(QSize(800, 600));
|
|
centralwidget = new QWidget(MainWindow);
|
|
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
|
|
centralwidget->setMinimumSize(QSize(800, 600));
|
|
centralwidget->setMaximumSize(QSize(800, 600));
|
|
layoutWidget = new QWidget(centralwidget);
|
|
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
|
|
layoutWidget->setGeometry(QRect(10, 550, 780, 41));
|
|
downlayout = new QHBoxLayout(layoutWidget);
|
|
downlayout->setObjectName(QString::fromUtf8("downlayout"));
|
|
downlayout->setContentsMargins(0, 0, 0, 0);
|
|
downLayoutLoadingSlider = new QVBoxLayout();
|
|
downLayoutLoadingSlider->setSpacing(0);
|
|
downLayoutLoadingSlider->setObjectName(QString::fromUtf8("downLayoutLoadingSlider"));
|
|
loadingProgressBar = new QProgressBar(layoutWidget);
|
|
loadingProgressBar->setObjectName(QString::fromUtf8("loadingProgressBar"));
|
|
loadingProgressBar->setMinimumSize(QSize(0, 30));
|
|
loadingProgressBar->setMaximumSize(QSize(16777215, 30));
|
|
loadingProgressBar->setValue(10);
|
|
|
|
downLayoutLoadingSlider->addWidget(loadingProgressBar);
|
|
|
|
|
|
downlayout->addLayout(downLayoutLoadingSlider);
|
|
|
|
horizontalLayout_4 = new QHBoxLayout();
|
|
horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
|
|
horizontalLayout_4->setSizeConstraint(QLayout::SetFixedSize);
|
|
horizontalLayout_4->setContentsMargins(-1, 0, -1, 0);
|
|
updateButton = new QPushButton(layoutWidget);
|
|
updateButton->setObjectName(QString::fromUtf8("updateButton"));
|
|
updateButton->setEnabled(true);
|
|
QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(updateButton->sizePolicy().hasHeightForWidth());
|
|
updateButton->setSizePolicy(sizePolicy1);
|
|
updateButton->setMinimumSize(QSize(100, 30));
|
|
updateButton->setMaximumSize(QSize(100, 30));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("Calibri"));
|
|
font.setPointSize(8);
|
|
updateButton->setFont(font);
|
|
updateButton->setFlat(false);
|
|
|
|
horizontalLayout_4->addWidget(updateButton);
|
|
|
|
startButton = new QPushButton(layoutWidget);
|
|
startButton->setObjectName(QString::fromUtf8("startButton"));
|
|
startButton->setEnabled(true);
|
|
sizePolicy1.setHeightForWidth(startButton->sizePolicy().hasHeightForWidth());
|
|
startButton->setSizePolicy(sizePolicy1);
|
|
startButton->setMinimumSize(QSize(100, 30));
|
|
startButton->setMaximumSize(QSize(100, 30));
|
|
|
|
horizontalLayout_4->addWidget(startButton);
|
|
|
|
|
|
downlayout->addLayout(horizontalLayout_4);
|
|
|
|
mainFrame = new QFrame(centralwidget);
|
|
mainFrame->setObjectName(QString::fromUtf8("mainFrame"));
|
|
mainFrame->setEnabled(true);
|
|
mainFrame->setGeometry(QRect(10, 44, 781, 201));
|
|
mainFrame->setFrameShape(QFrame::StyledPanel);
|
|
mainFrame->setFrameShadow(QFrame::Raised);
|
|
displayGroupWidget = new QWidget(mainFrame);
|
|
displayGroupWidget->setObjectName(QString::fromUtf8("displayGroupWidget"));
|
|
displayGroupWidget->setGeometry(QRect(0, 10, 781, 200));
|
|
QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
|
sizePolicy2.setHorizontalStretch(0);
|
|
sizePolicy2.setVerticalStretch(0);
|
|
sizePolicy2.setHeightForWidth(displayGroupWidget->sizePolicy().hasHeightForWidth());
|
|
displayGroupWidget->setSizePolicy(sizePolicy2);
|
|
displayGroupWidget->setMinimumSize(QSize(300, 200));
|
|
displayGroupWidget->setMaximumSize(QSize(5000, 200));
|
|
verticalLayout_4 = new QVBoxLayout(displayGroupWidget);
|
|
verticalLayout_4->setSpacing(0);
|
|
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
|
|
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
|
displayChoiceTitle = new QLabel(displayGroupWidget);
|
|
displayChoiceTitle->setObjectName(QString::fromUtf8("displayChoiceTitle"));
|
|
sizePolicy1.setHeightForWidth(displayChoiceTitle->sizePolicy().hasHeightForWidth());
|
|
displayChoiceTitle->setSizePolicy(sizePolicy1);
|
|
displayChoiceTitle->setMaximumSize(QSize(16777215, 30));
|
|
QFont font1;
|
|
font1.setPointSize(10);
|
|
displayChoiceTitle->setFont(font1);
|
|
displayChoiceTitle->setAlignment(Qt::AlignBottom|Qt::AlignHCenter);
|
|
|
|
verticalLayout_4->addWidget(displayChoiceTitle);
|
|
|
|
screenWidget = new QWidget(displayGroupWidget);
|
|
screenWidget->setObjectName(QString::fromUtf8("screenWidget"));
|
|
sizePolicy2.setHeightForWidth(screenWidget->sizePolicy().hasHeightForWidth());
|
|
screenWidget->setSizePolicy(sizePolicy2);
|
|
screenWidget->setMinimumSize(QSize(0, 0));
|
|
screenWidget->setMaximumSize(QSize(1500, 16777215));
|
|
horizontalLayout_3 = new QHBoxLayout(screenWidget);
|
|
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
|
|
displayLayout = new QHBoxLayout();
|
|
displayLayout->setSpacing(6);
|
|
displayLayout->setObjectName(QString::fromUtf8("displayLayout"));
|
|
displayLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
|
|
|
|
horizontalLayout_3->addLayout(displayLayout);
|
|
|
|
|
|
verticalLayout_4->addWidget(screenWidget);
|
|
|
|
settingsButton = new QPushButton(mainFrame);
|
|
settingsButton->setObjectName(QString::fromUtf8("settingsButton"));
|
|
settingsButton->setGeometry(QRect(730, 0, 51, 40));
|
|
settingsButton->setMinimumSize(QSize(0, 40));
|
|
settingsButton->setIconSize(QSize(30, 30));
|
|
LanguageWidget = new QWidget(centralwidget);
|
|
LanguageWidget->setObjectName(QString::fromUtf8("LanguageWidget"));
|
|
LanguageWidget->setGeometry(QRect(0, 560, 211, 30));
|
|
horizontalLayout_2 = new QHBoxLayout(LanguageWidget);
|
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
|
horizontalLayout_2->setContentsMargins(-1, 0, -1, 0);
|
|
languageTitle = new QLabel(LanguageWidget);
|
|
languageTitle->setObjectName(QString::fromUtf8("languageTitle"));
|
|
sizePolicy1.setHeightForWidth(languageTitle->sizePolicy().hasHeightForWidth());
|
|
languageTitle->setSizePolicy(sizePolicy1);
|
|
languageTitle->setMinimumSize(QSize(120, 0));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("Calibri"));
|
|
font2.setPointSize(10);
|
|
font2.setBold(false);
|
|
font2.setWeight(50);
|
|
font2.setStyleStrategy(QFont::PreferAntialias);
|
|
languageTitle->setFont(font2);
|
|
|
|
horizontalLayout_2->addWidget(languageTitle);
|
|
|
|
languageComboBox = new QComboBox(LanguageWidget);
|
|
languageComboBox->addItem(QString());
|
|
languageComboBox->addItem(QString());
|
|
languageComboBox->setObjectName(QString::fromUtf8("languageComboBox"));
|
|
sizePolicy1.setHeightForWidth(languageComboBox->sizePolicy().hasHeightForWidth());
|
|
languageComboBox->setSizePolicy(sizePolicy1);
|
|
languageComboBox->setMinimumSize(QSize(70, 0));
|
|
QFont font3;
|
|
font3.setFamily(QString::fromUtf8("Helvetica Cyr Upright-Bold"));
|
|
font3.setBold(true);
|
|
font3.setWeight(75);
|
|
languageComboBox->setFont(font3);
|
|
|
|
horizontalLayout_2->addWidget(languageComboBox);
|
|
|
|
horizontalWidget = new QWidget(centralwidget);
|
|
horizontalWidget->setObjectName(QString::fromUtf8("horizontalWidget"));
|
|
horizontalWidget->setGeometry(QRect(0, 220, 801, 181));
|
|
horizontalLayout = new QHBoxLayout(horizontalWidget);
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
horizontalLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
|
|
horizontalLayout->setContentsMargins(1, -1, -1, -1);
|
|
loginWidget = new QWidget(horizontalWidget);
|
|
loginWidget->setObjectName(QString::fromUtf8("loginWidget"));
|
|
loginWidget->setEnabled(true);
|
|
QSizePolicy sizePolicy3(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
|
sizePolicy3.setHorizontalStretch(0);
|
|
sizePolicy3.setVerticalStretch(0);
|
|
sizePolicy3.setHeightForWidth(loginWidget->sizePolicy().hasHeightForWidth());
|
|
loginWidget->setSizePolicy(sizePolicy3);
|
|
loginWidget->setMinimumSize(QSize(0, 0));
|
|
loginWidget->setMaximumSize(QSize(250, 300));
|
|
loginWidget->setAutoFillBackground(false);
|
|
verticalLayout = new QVBoxLayout(loginWidget);
|
|
verticalLayout->setSpacing(5);
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
loginLayoutWidget = new QWidget(loginWidget);
|
|
loginLayoutWidget->setObjectName(QString::fromUtf8("loginLayoutWidget"));
|
|
sizePolicy3.setHeightForWidth(loginLayoutWidget->sizePolicy().hasHeightForWidth());
|
|
loginLayoutWidget->setSizePolicy(sizePolicy3);
|
|
loginLayoutWidget->setMinimumSize(QSize(250, 0));
|
|
loginLayoutWidget->setMaximumSize(QSize(240, 200));
|
|
loginLayout = new QVBoxLayout(loginLayoutWidget);
|
|
loginLayout->setObjectName(QString::fromUtf8("loginLayout"));
|
|
loginTitle = new QLabel(loginLayoutWidget);
|
|
loginTitle->setObjectName(QString::fromUtf8("loginTitle"));
|
|
sizePolicy1.setHeightForWidth(loginTitle->sizePolicy().hasHeightForWidth());
|
|
loginTitle->setSizePolicy(sizePolicy1);
|
|
loginTitle->setMaximumSize(QSize(250, 30));
|
|
loginTitle->setAlignment(Qt::AlignCenter);
|
|
|
|
loginLayout->addWidget(loginTitle);
|
|
|
|
loginInputField = new QLineEdit(loginLayoutWidget);
|
|
loginInputField->setObjectName(QString::fromUtf8("loginInputField"));
|
|
QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
sizePolicy4.setHorizontalStretch(0);
|
|
sizePolicy4.setVerticalStretch(0);
|
|
sizePolicy4.setHeightForWidth(loginInputField->sizePolicy().hasHeightForWidth());
|
|
loginInputField->setSizePolicy(sizePolicy4);
|
|
loginInputField->setMinimumSize(QSize(230, 35));
|
|
|
|
loginLayout->addWidget(loginInputField);
|
|
|
|
passwordInputField = new QLineEdit(loginLayoutWidget);
|
|
passwordInputField->setObjectName(QString::fromUtf8("passwordInputField"));
|
|
sizePolicy4.setHeightForWidth(passwordInputField->sizePolicy().hasHeightForWidth());
|
|
passwordInputField->setSizePolicy(sizePolicy4);
|
|
passwordInputField->setMinimumSize(QSize(230, 35));
|
|
|
|
loginLayout->addWidget(passwordInputField);
|
|
|
|
loginButton = new QPushButton(loginLayoutWidget);
|
|
loginButton->setObjectName(QString::fromUtf8("loginButton"));
|
|
loginButton->setMinimumSize(QSize(230, 40));
|
|
loginButton->setProperty("isGreen", QVariant(true));
|
|
|
|
loginLayout->addWidget(loginButton);
|
|
|
|
|
|
verticalLayout->addWidget(loginLayoutWidget);
|
|
|
|
|
|
horizontalLayout->addWidget(loginWidget);
|
|
|
|
offlineWidget = new QWidget(horizontalWidget);
|
|
offlineWidget->setObjectName(QString::fromUtf8("offlineWidget"));
|
|
offlineWidget->setMinimumSize(QSize(0, 0));
|
|
offlineWidget->setMaximumSize(QSize(350, 16777215));
|
|
verticalLayout_3 = new QVBoxLayout(offlineWidget);
|
|
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
|
|
verticalLayout_3->setContentsMargins(0, 0, 0, -1);
|
|
offlineNotifyLabel = new QLabel(offlineWidget);
|
|
offlineNotifyLabel->setObjectName(QString::fromUtf8("offlineNotifyLabel"));
|
|
sizePolicy1.setHeightForWidth(offlineNotifyLabel->sizePolicy().hasHeightForWidth());
|
|
offlineNotifyLabel->setSizePolicy(sizePolicy1);
|
|
offlineNotifyLabel->setMinimumSize(QSize(0, 50));
|
|
offlineNotifyLabel->setMaximumSize(QSize(350, 60));
|
|
QFont font4;
|
|
font4.setPointSize(8);
|
|
offlineNotifyLabel->setFont(font4);
|
|
offlineNotifyLabel->setAutoFillBackground(false);
|
|
offlineNotifyLabel->setScaledContents(true);
|
|
offlineNotifyLabel->setAlignment(Qt::AlignCenter);
|
|
offlineNotifyLabel->setWordWrap(true);
|
|
offlineNotifyLabel->setMargin(0);
|
|
|
|
verticalLayout_3->addWidget(offlineNotifyLabel);
|
|
|
|
|
|
horizontalLayout->addWidget(offlineWidget);
|
|
|
|
settingsWidget = new QWidget(horizontalWidget);
|
|
settingsWidget->setObjectName(QString::fromUtf8("settingsWidget"));
|
|
settingsWidget->setEnabled(true);
|
|
sizePolicy.setHeightForWidth(settingsWidget->sizePolicy().hasHeightForWidth());
|
|
settingsWidget->setSizePolicy(sizePolicy);
|
|
settingsWidget->setMinimumSize(QSize(0, 0));
|
|
settingsWidget->setMaximumSize(QSize(200, 16777215));
|
|
settingsWidget->setAutoFillBackground(false);
|
|
verticalLayout_2 = new QVBoxLayout(settingsWidget);
|
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
|
serverSettingsTitle = new QLabel(settingsWidget);
|
|
serverSettingsTitle->setObjectName(QString::fromUtf8("serverSettingsTitle"));
|
|
serverSettingsTitle->setAlignment(Qt::AlignCenter);
|
|
|
|
verticalLayout_2->addWidget(serverSettingsTitle);
|
|
|
|
serverInputLayout = new QHBoxLayout();
|
|
serverInputLayout->setObjectName(QString::fromUtf8("serverInputLayout"));
|
|
serverInputField = new QLineEdit(settingsWidget);
|
|
serverInputField->setObjectName(QString::fromUtf8("serverInputField"));
|
|
serverInputField->setMinimumSize(QSize(0, 35));
|
|
|
|
serverInputLayout->addWidget(serverInputField);
|
|
|
|
|
|
verticalLayout_2->addLayout(serverInputLayout);
|
|
|
|
portInputLayout = new QHBoxLayout();
|
|
portInputLayout->setObjectName(QString::fromUtf8("portInputLayout"));
|
|
portInputField = new QLineEdit(settingsWidget);
|
|
portInputField->setObjectName(QString::fromUtf8("portInputField"));
|
|
portInputField->setMinimumSize(QSize(0, 35));
|
|
|
|
portInputLayout->addWidget(portInputField);
|
|
|
|
|
|
verticalLayout_2->addLayout(portInputLayout);
|
|
|
|
saveServerButton = new QPushButton(settingsWidget);
|
|
saveServerButton->setObjectName(QString::fromUtf8("saveServerButton"));
|
|
saveServerButton->setMinimumSize(QSize(0, 40));
|
|
saveServerButton->setMaximumSize(QSize(16777215, 50));
|
|
saveServerButton->setProperty("blueButton", QVariant(true));
|
|
|
|
verticalLayout_2->addWidget(saveServerButton);
|
|
|
|
|
|
horizontalLayout->addWidget(settingsWidget);
|
|
|
|
notificationLabel = new QLabel(centralwidget);
|
|
notificationLabel->setObjectName(QString::fromUtf8("notificationLabel"));
|
|
notificationLabel->setGeometry(QRect(250, 460, 300, 40));
|
|
sizePolicy.setHeightForWidth(notificationLabel->sizePolicy().hasHeightForWidth());
|
|
notificationLabel->setSizePolicy(sizePolicy);
|
|
notificationLabel->setMinimumSize(QSize(300, 0));
|
|
notificationLabel->setMaximumSize(QSize(300, 16777215));
|
|
notificationLabel->setFont(font1);
|
|
notificationLabel->setFrameShape(QFrame::StyledPanel);
|
|
notificationLabel->setFrameShadow(QFrame::Plain);
|
|
notificationLabel->setTextFormat(Qt::RichText);
|
|
notificationLabel->setAlignment(Qt::AlignCenter);
|
|
offlineStartButton = new QPushButton(centralwidget);
|
|
offlineStartButton->setObjectName(QString::fromUtf8("offlineStartButton"));
|
|
offlineStartButton->setEnabled(true);
|
|
offlineStartButton->setGeometry(QRect(565, 552, 220, 35));
|
|
sizePolicy4.setHeightForWidth(offlineStartButton->sizePolicy().hasHeightForWidth());
|
|
offlineStartButton->setSizePolicy(sizePolicy4);
|
|
offlineStartButton->setMinimumSize(QSize(150, 35));
|
|
offlineStartButton->setMaximumSize(QSize(1500, 35));
|
|
offlineStartButton->setCheckable(false);
|
|
offlineStartButton->setChecked(false);
|
|
debugWidget = new QWidget(centralwidget);
|
|
debugWidget->setObjectName(QString::fromUtf8("debugWidget"));
|
|
debugWidget->setGeometry(QRect(10, 500, 561, 51));
|
|
verticalLayout_5 = new QVBoxLayout(debugWidget);
|
|
verticalLayout_5->setSpacing(10);
|
|
verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
|
|
verticalLayout_5->setContentsMargins(1, 1, 1, 1);
|
|
autostartCheckBox = new QCheckBox(debugWidget);
|
|
autostartCheckBox->setObjectName(QString::fromUtf8("autostartCheckBox"));
|
|
autostartCheckBox->setEnabled(true);
|
|
autostartCheckBox->setChecked(false);
|
|
|
|
verticalLayout_5->addWidget(autostartCheckBox);
|
|
|
|
inlineTextDebug = new QLabel(debugWidget);
|
|
inlineTextDebug->setObjectName(QString::fromUtf8("inlineTextDebug"));
|
|
inlineTextDebug->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
|
|
|
|
verticalLayout_5->addWidget(inlineTextDebug);
|
|
|
|
updateWidget = new QWidget(centralwidget);
|
|
updateWidget->setObjectName(QString::fromUtf8("updateWidget"));
|
|
updateWidget->setGeometry(QRect(0, 330, 791, 171));
|
|
verticalLayout_10 = new QVBoxLayout(updateWidget);
|
|
verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
|
|
updateListGuideLabel = new QLabel(updateWidget);
|
|
updateListGuideLabel->setObjectName(QString::fromUtf8("updateListGuideLabel"));
|
|
updateListGuideLabel->setMinimumSize(QSize(500, 20));
|
|
updateListGuideLabel->setMaximumSize(QSize(16777215, 20));
|
|
QFont font5;
|
|
font5.setFamily(QString::fromUtf8("Calibri"));
|
|
font5.setPointSize(10);
|
|
updateListGuideLabel->setFont(font5);
|
|
updateListGuideLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
|
verticalLayout_10->addWidget(updateListGuideLabel);
|
|
|
|
updateActionListLabel = new QLabel(updateWidget);
|
|
updateActionListLabel->setObjectName(QString::fromUtf8("updateActionListLabel"));
|
|
updateActionListLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
|
|
|
|
verticalLayout_10->addWidget(updateActionListLabel);
|
|
|
|
updateButtonGroup_2 = new QWidget(centralwidget);
|
|
updateButtonGroup_2->setObjectName(QString::fromUtf8("updateButtonGroup_2"));
|
|
updateButtonGroup_2->setGeometry(QRect(10, 541, 551, 50));
|
|
updateButtonGroup = new QHBoxLayout(updateButtonGroup_2);
|
|
updateButtonGroup->setObjectName(QString::fromUtf8("updateButtonGroup"));
|
|
loadToServerButton = new QPushButton(updateButtonGroup_2);
|
|
loadToServerButton->setObjectName(QString::fromUtf8("loadToServerButton"));
|
|
loadToServerButton->setMinimumSize(QSize(0, 35));
|
|
|
|
updateButtonGroup->addWidget(loadToServerButton);
|
|
|
|
undoChangesButton = new QPushButton(updateButtonGroup_2);
|
|
undoChangesButton->setObjectName(QString::fromUtf8("undoChangesButton"));
|
|
undoChangesButton->setMinimumSize(QSize(0, 35));
|
|
|
|
updateButtonGroup->addWidget(undoChangesButton);
|
|
|
|
startWithCurrentChangesButton = new QPushButton(updateButtonGroup_2);
|
|
startWithCurrentChangesButton->setObjectName(QString::fromUtf8("startWithCurrentChangesButton"));
|
|
startWithCurrentChangesButton->setMinimumSize(QSize(0, 35));
|
|
|
|
updateButtonGroup->addWidget(startWithCurrentChangesButton);
|
|
|
|
headerWidget = new QWidget(centralwidget);
|
|
headerWidget->setObjectName(QString::fromUtf8("headerWidget"));
|
|
headerWidget->setGeometry(QRect(0, 0, 801, 40));
|
|
headerWidget->setMinimumSize(QSize(0, 40));
|
|
headerWidget->setMaximumSize(QSize(16777215, 16777215));
|
|
headerLayout = new QHBoxLayout(headerWidget);
|
|
headerLayout->setSpacing(0);
|
|
headerLayout->setObjectName(QString::fromUtf8("headerLayout"));
|
|
headerLayout->setContentsMargins(0, 0, 0, 0);
|
|
iconWidget = new QWidget(headerWidget);
|
|
iconWidget->setObjectName(QString::fromUtf8("iconWidget"));
|
|
sizePolicy1.setHeightForWidth(iconWidget->sizePolicy().hasHeightForWidth());
|
|
iconWidget->setSizePolicy(sizePolicy1);
|
|
iconWidget->setMinimumSize(QSize(30, 30));
|
|
iconWidget->setMaximumSize(QSize(30, 30));
|
|
|
|
headerLayout->addWidget(iconWidget);
|
|
|
|
headerLabel = new MyWinHeader(headerWidget);
|
|
headerLabel->setObjectName(QString::fromUtf8("headerLabel"));
|
|
|
|
headerLayout->addWidget(headerLabel);
|
|
|
|
exitButton = new QPushButton(headerWidget);
|
|
exitButton->setObjectName(QString::fromUtf8("exitButton"));
|
|
exitButton->setMinimumSize(QSize(30, 30));
|
|
exitButton->setMaximumSize(QSize(30, 30));
|
|
|
|
headerLayout->addWidget(exitButton);
|
|
|
|
MainWindow->setCentralWidget(centralwidget);
|
|
mainFrame->raise();
|
|
layoutWidget->raise();
|
|
horizontalWidget->raise();
|
|
notificationLabel->raise();
|
|
offlineStartButton->raise();
|
|
debugWidget->raise();
|
|
updateButtonGroup_2->raise();
|
|
updateWidget->raise();
|
|
headerWidget->raise();
|
|
LanguageWidget->raise();
|
|
|
|
retranslateUi(MainWindow);
|
|
|
|
QMetaObject::connectSlotsByName(MainWindow);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QMainWindow *MainWindow)
|
|
{
|
|
MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "\320\242\321\200\320\265\320\275\320\260\320\266\320\265\321\200 \320\277\321\200\320\276\321\206\320\265\320\264\321\203\321\200 \321\202\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\276\320\263\320\276 \320\276\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\321\217 \321\201\320\260\320\274\320\276\320\273\320\265\321\202\320\260 RRJ-95NEW-100", nullptr));
|
|
updateButton->setText(QCoreApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214", nullptr));
|
|
startButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272", nullptr));
|
|
displayChoiceTitle->setText(QCoreApplication::translate("MainWindow", "\320\222\321\213\320\261\320\265\321\200\320\270\321\202\320\265 \320\260\320\272\321\202\320\270\320\262\320\275\321\213\320\265 \320\274\320\276\320\275\320\270\321\202\320\276\321\200\321\213:", nullptr));
|
|
settingsButton->setText(QString());
|
|
languageTitle->setText(QCoreApplication::translate("MainWindow", "\320\257\320\267\321\213\320\272/Language", nullptr));
|
|
languageComboBox->setItemText(0, QCoreApplication::translate("MainWindow", "RUS", nullptr));
|
|
languageComboBox->setItemText(1, QCoreApplication::translate("MainWindow", "ENG", nullptr));
|
|
|
|
loginTitle->setText(QCoreApplication::translate("MainWindow", "\320\222\321\205\320\276\320\264 \320\262 \321\201\320\270\321\201\321\202\320\265\320\274\321\203", nullptr));
|
|
loginInputField->setText(QString());
|
|
loginInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\233\320\276\320\263\320\270\320\275", nullptr));
|
|
passwordInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\260\321\200\320\276\320\273\321\214", nullptr));
|
|
loginButton->setText(QCoreApplication::translate("MainWindow", "\320\222\320\276\320\271\321\202\320\270", nullptr));
|
|
offlineNotifyLabel->setText(QCoreApplication::translate("MainWindow", "\320\241\320\262\321\217\320\267\321\214 \321\201 \321\201\320\265\321\200\320\262\320\265\321\200\320\276\320\274 \320\275\320\265 \321\203\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\260 \320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265 \320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \320\270\320\273\320\270 \320\267\320\260\320\277\321\203\321\201\321\202\320\270\321\202\320\265 \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));
|
|
serverSettingsTitle->setText(QCoreApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \321\201\320\265\321\200\320\262\320\265\321\200\320\260", nullptr));
|
|
serverInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\262\320\265\321\200", nullptr));
|
|
portInputField->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\321\200\321\202", nullptr));
|
|
saveServerButton->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\321\205\321\200\320\260\320\275\320\270\321\202\321\214", 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));
|
|
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));
|
|
inlineTextDebug->setText(QString());
|
|
updateListGuideLabel->setText(QCoreApplication::translate("MainWindow", "\320\225\321\201\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217 \320\262 \320\273\320\276\320\272\320\260\320\273\321\214\320\275\321\213\321\205 \321\204\320\260\320\271\320\273\320\260\321\205", nullptr));
|
|
updateActionListLabel->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
|
|
loadToServerButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\275\320\260 \321\201\320\265\321\200\320\262\320\265\321\200", nullptr));
|
|
undoChangesButton->setText(QCoreApplication::translate("MainWindow", "\320\236\321\202\320\274\320\265\320\275\320\270\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217", nullptr));
|
|
startWithCurrentChangesButton->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\321\202\320\270\321\202\321\214 \320\261\320\265\320\267 \320\276\321\202\320\277\321\200\320\260\320\262\320\272\320\270", nullptr));
|
|
headerLabel->setText(QCoreApplication::translate("MainWindow", "\320\242\321\200\320\265\320\275\320\260\320\266\320\265\321\200 \320\277\321\200\320\276\321\206\320\265\320\264\321\203\321\200 \321\202\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\276\320\263\320\276 \320\276\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\321\217 \321\201\320\260\320\274\320\276\320\273\320\265\321\202\320\260 RRJ-95NEW-100", nullptr));
|
|
exitButton->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class MainWindow: public Ui_MainWindow {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_MAINWINDOW_H
|