mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Сделал коннект и логин
This commit is contained in:
585
RRJClient/Release64/ui_mainwindow.h
Normal file
585
RRJClient/Release64/ui_mainwindow.h
Normal file
@@ -0,0 +1,585 @@
|
||||
/********************************************************************************
|
||||
** 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 *downLayout;
|
||||
QHBoxLayout *downlayout;
|
||||
QProgressBar *loadingProgressBar;
|
||||
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;
|
||||
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;
|
||||
QPushButton *offlineStartButton;
|
||||
|
||||
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));
|
||||
downLayout = new QWidget(centralwidget);
|
||||
downLayout->setObjectName(QString::fromUtf8("downLayout"));
|
||||
downLayout->setGeometry(QRect(0, 541, 540, 50));
|
||||
sizePolicy.setHeightForWidth(downLayout->sizePolicy().hasHeightForWidth());
|
||||
downLayout->setSizePolicy(sizePolicy);
|
||||
downLayout->setMinimumSize(QSize(0, 40));
|
||||
downLayout->setMaximumSize(QSize(16777215, 60));
|
||||
downlayout = new QHBoxLayout(downLayout);
|
||||
downlayout->setSpacing(10);
|
||||
downlayout->setObjectName(QString::fromUtf8("downlayout"));
|
||||
loadingProgressBar = new QProgressBar(downLayout);
|
||||
loadingProgressBar->setObjectName(QString::fromUtf8("loadingProgressBar"));
|
||||
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Minimum);
|
||||
sizePolicy1.setHorizontalStretch(0);
|
||||
sizePolicy1.setVerticalStretch(0);
|
||||
sizePolicy1.setHeightForWidth(loadingProgressBar->sizePolicy().hasHeightForWidth());
|
||||
loadingProgressBar->setSizePolicy(sizePolicy1);
|
||||
loadingProgressBar->setMinimumSize(QSize(0, 35));
|
||||
loadingProgressBar->setMaximumSize(QSize(16777215, 35));
|
||||
loadingProgressBar->setValue(10);
|
||||
|
||||
downlayout->addWidget(loadingProgressBar);
|
||||
|
||||
updateButton = new QPushButton(downLayout);
|
||||
updateButton->setObjectName(QString::fromUtf8("updateButton"));
|
||||
updateButton->setEnabled(true);
|
||||
sizePolicy1.setHeightForWidth(updateButton->sizePolicy().hasHeightForWidth());
|
||||
updateButton->setSizePolicy(sizePolicy1);
|
||||
updateButton->setMinimumSize(QSize(100, 35));
|
||||
updateButton->setMaximumSize(QSize(2000, 40));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("Calibri"));
|
||||
font.setPointSize(8);
|
||||
updateButton->setFont(font);
|
||||
updateButton->setFlat(false);
|
||||
|
||||
downlayout->addWidget(updateButton);
|
||||
|
||||
startButton = new QPushButton(downLayout);
|
||||
startButton->setObjectName(QString::fromUtf8("startButton"));
|
||||
startButton->setEnabled(true);
|
||||
sizePolicy1.setHeightForWidth(startButton->sizePolicy().hasHeightForWidth());
|
||||
startButton->setSizePolicy(sizePolicy1);
|
||||
startButton->setMinimumSize(QSize(100, 35));
|
||||
startButton->setMaximumSize(QSize(2000, 40));
|
||||
|
||||
downlayout->addWidget(startButton);
|
||||
|
||||
mainFrame = new QFrame(centralwidget);
|
||||
mainFrame->setObjectName(QString::fromUtf8("mainFrame"));
|
||||
mainFrame->setEnabled(true);
|
||||
mainFrame->setGeometry(QRect(10, 44, 781, 211));
|
||||
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"));
|
||||
QSizePolicy sizePolicy3(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
sizePolicy3.setHorizontalStretch(0);
|
||||
sizePolicy3.setVerticalStretch(0);
|
||||
sizePolicy3.setHeightForWidth(displayChoiceTitle->sizePolicy().hasHeightForWidth());
|
||||
displayChoiceTitle->setSizePolicy(sizePolicy3);
|
||||
displayChoiceTitle->setMaximumSize(QSize(16777215, 20));
|
||||
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->setEnabled(true);
|
||||
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, 555, 231, 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"));
|
||||
sizePolicy3.setHeightForWidth(languageTitle->sizePolicy().hasHeightForWidth());
|
||||
languageTitle->setSizePolicy(sizePolicy3);
|
||||
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"));
|
||||
sizePolicy3.setHeightForWidth(languageComboBox->sizePolicy().hasHeightForWidth());
|
||||
languageComboBox->setSizePolicy(sizePolicy3);
|
||||
languageComboBox->setMinimumSize(QSize(70, 0));
|
||||
languageComboBox->setMaximumSize(QSize(70, 50));
|
||||
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, 211));
|
||||
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 sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
||||
sizePolicy4.setHorizontalStretch(0);
|
||||
sizePolicy4.setVerticalStretch(0);
|
||||
sizePolicy4.setHeightForWidth(loginWidget->sizePolicy().hasHeightForWidth());
|
||||
loginWidget->setSizePolicy(sizePolicy4);
|
||||
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"));
|
||||
sizePolicy4.setHeightForWidth(loginLayoutWidget->sizePolicy().hasHeightForWidth());
|
||||
loginLayoutWidget->setSizePolicy(sizePolicy4);
|
||||
loginLayoutWidget->setMinimumSize(QSize(250, 190));
|
||||
loginLayoutWidget->setMaximumSize(QSize(240, 250));
|
||||
loginLayout = new QVBoxLayout(loginLayoutWidget);
|
||||
loginLayout->setSpacing(4);
|
||||
loginLayout->setObjectName(QString::fromUtf8("loginLayout"));
|
||||
loginTitle = new QLabel(loginLayoutWidget);
|
||||
loginTitle->setObjectName(QString::fromUtf8("loginTitle"));
|
||||
sizePolicy3.setHeightForWidth(loginTitle->sizePolicy().hasHeightForWidth());
|
||||
loginTitle->setSizePolicy(sizePolicy3);
|
||||
loginTitle->setMaximumSize(QSize(250, 30));
|
||||
loginTitle->setAlignment(Qt::AlignCenter);
|
||||
|
||||
loginLayout->addWidget(loginTitle);
|
||||
|
||||
loginInputField = new QLineEdit(loginLayoutWidget);
|
||||
loginInputField->setObjectName(QString::fromUtf8("loginInputField"));
|
||||
QSizePolicy sizePolicy5(QSizePolicy::Minimum, QSizePolicy::Fixed);
|
||||
sizePolicy5.setHorizontalStretch(0);
|
||||
sizePolicy5.setVerticalStretch(0);
|
||||
sizePolicy5.setHeightForWidth(loginInputField->sizePolicy().hasHeightForWidth());
|
||||
loginInputField->setSizePolicy(sizePolicy5);
|
||||
loginInputField->setMinimumSize(QSize(230, 35));
|
||||
|
||||
loginLayout->addWidget(loginInputField);
|
||||
|
||||
passwordInputField = new QLineEdit(loginLayoutWidget);
|
||||
passwordInputField->setObjectName(QString::fromUtf8("passwordInputField"));
|
||||
sizePolicy5.setHeightForWidth(passwordInputField->sizePolicy().hasHeightForWidth());
|
||||
passwordInputField->setSizePolicy(sizePolicy5);
|
||||
passwordInputField->setMinimumSize(QSize(230, 35));
|
||||
|
||||
loginLayout->addWidget(passwordInputField);
|
||||
|
||||
loginButton = new QPushButton(loginLayoutWidget);
|
||||
loginButton->setObjectName(QString::fromUtf8("loginButton"));
|
||||
loginButton->setMinimumSize(QSize(230, 35));
|
||||
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(500, 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"));
|
||||
offlineNotifyLabel->setEnabled(true);
|
||||
sizePolicy2.setHeightForWidth(offlineNotifyLabel->sizePolicy().hasHeightForWidth());
|
||||
offlineNotifyLabel->setSizePolicy(sizePolicy2);
|
||||
offlineNotifyLabel->setMinimumSize(QSize(0, 50));
|
||||
offlineNotifyLabel->setMaximumSize(QSize(600, 100));
|
||||
QFont font4;
|
||||
font4.setPointSize(8);
|
||||
offlineNotifyLabel->setFont(font4);
|
||||
offlineNotifyLabel->setAutoFillBackground(false);
|
||||
offlineNotifyLabel->setScaledContents(true);
|
||||
offlineNotifyLabel->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
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);
|
||||
debugWidget = new QWidget(centralwidget);
|
||||
debugWidget->setObjectName(QString::fromUtf8("debugWidget"));
|
||||
debugWidget->setGeometry(QRect(10, 500, 561, 51));
|
||||
verticalLayout_5 = new QVBoxLayout(debugWidget);
|
||||
verticalLayout_5->setSpacing(6);
|
||||
verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
|
||||
verticalLayout_5->setContentsMargins(1, 6, 1, 1);
|
||||
autostartCheckBox = new QCheckBox(debugWidget);
|
||||
autostartCheckBox->setObjectName(QString::fromUtf8("autostartCheckBox"));
|
||||
autostartCheckBox->setEnabled(true);
|
||||
sizePolicy3.setHeightForWidth(autostartCheckBox->sizePolicy().hasHeightForWidth());
|
||||
autostartCheckBox->setSizePolicy(sizePolicy3);
|
||||
autostartCheckBox->setMinimumSize(QSize(0, 20));
|
||||
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(10, 330, 781, 171));
|
||||
verticalLayout_10 = new QVBoxLayout(updateWidget);
|
||||
verticalLayout_10->setSpacing(6);
|
||||
verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
|
||||
verticalLayout_10->setContentsMargins(5, 5, 0, 0);
|
||||
updateListGuideLabel = new QLabel(updateWidget);
|
||||
updateListGuideLabel->setObjectName(QString::fromUtf8("updateListGuideLabel"));
|
||||
updateListGuideLabel->setMinimumSize(QSize(500, 25));
|
||||
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(0, 541, 540, 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"));
|
||||
sizePolicy3.setHeightForWidth(iconWidget->sizePolicy().hasHeightForWidth());
|
||||
iconWidget->setSizePolicy(sizePolicy3);
|
||||
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"));
|
||||
sizePolicy3.setHeightForWidth(exitButton->sizePolicy().hasHeightForWidth());
|
||||
exitButton->setSizePolicy(sizePolicy3);
|
||||
exitButton->setMinimumSize(QSize(30, 30));
|
||||
exitButton->setMaximumSize(QSize(50, 50));
|
||||
|
||||
headerLayout->addWidget(exitButton);
|
||||
|
||||
offlineStartButton = new QPushButton(centralwidget);
|
||||
offlineStartButton->setObjectName(QString::fromUtf8("offlineStartButton"));
|
||||
offlineStartButton->setEnabled(true);
|
||||
offlineStartButton->setGeometry(QRect(570, 552, 300, 35));
|
||||
sizePolicy1.setHeightForWidth(offlineStartButton->sizePolicy().hasHeightForWidth());
|
||||
offlineStartButton->setSizePolicy(sizePolicy1);
|
||||
offlineStartButton->setMinimumSize(QSize(250, 35));
|
||||
offlineStartButton->setMaximumSize(QSize(1500, 35));
|
||||
offlineStartButton->setCheckable(false);
|
||||
offlineStartButton->setChecked(false);
|
||||
MainWindow->setCentralWidget(centralwidget);
|
||||
downLayout->raise();
|
||||
mainFrame->raise();
|
||||
horizontalWidget->raise();
|
||||
notificationLabel->raise();
|
||||
debugWidget->raise();
|
||||
updateButtonGroup_2->raise();
|
||||
updateWidget->raise();
|
||||
headerWidget->raise();
|
||||
LanguageWidget->raise();
|
||||
offlineStartButton->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\237\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));
|
||||
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(QString());
|
||||
loadToServerButton->setText(QCoreApplication::translate("MainWindow", "\320\222\321\213\320\263\321\200\321\203\320\267\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));
|
||||
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());
|
||||
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));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow: public Ui_MainWindow {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MAINWINDOW_H
|
||||
Reference in New Issue
Block a user