2787 lines
98 KiB
C++
2787 lines
98 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'mainwindow.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 6.8.1
|
|
**
|
|
** 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/QComboBox>
|
|
#include <QtWidgets/QDateTimeEdit>
|
|
#include <QtWidgets/QFrame>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QMainWindow>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QScrollArea>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QStatusBar>
|
|
#include <QtWidgets/QTabWidget>
|
|
#include <QtWidgets/QTreeWidget>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_MainWindow
|
|
{
|
|
public:
|
|
QWidget *centralwidget;
|
|
QGridLayout *gridLayout_4;
|
|
QTabWidget *tabWidget;
|
|
QWidget *sensorsTab;
|
|
QVBoxLayout *SensorsTabLayout;
|
|
QHBoxLayout *nameLayout;
|
|
QLabel *group;
|
|
QLabel *showHidden;
|
|
QSpacerItem *horizontalSpacer_4;
|
|
QHBoxLayout *selectLayout;
|
|
QComboBox *groupSelect;
|
|
QComboBox *showHiddenSelect;
|
|
QSpacerItem *horizontalSpacer_2;
|
|
QHBoxLayout *searchLayout;
|
|
QLineEdit *search;
|
|
QSpacerItem *horizontalSpacer_3;
|
|
QVBoxLayout *sensorsLayout;
|
|
QWidget *incidentsTab;
|
|
QVBoxLayout *verticalLayout;
|
|
QVBoxLayout *IncidentsSearchLayout;
|
|
QHBoxLayout *IncidentsSearchTextLayout;
|
|
QLabel *TimeIntrval;
|
|
QPushButton *updateTreeButtonIncident;
|
|
QSpacerItem *horizontalSpacer_10;
|
|
QPushButton *searchIncidents;
|
|
QSpacerItem *horizontalSpacer_8;
|
|
QHBoxLayout *horizontalLayout_6;
|
|
QComboBox *timeIntervalIncedents;
|
|
QLineEdit *searchIncedents;
|
|
QSpacerItem *horizontalSpacer;
|
|
QHBoxLayout *IncidentsDataLayout;
|
|
QVBoxLayout *verticalLayout_2;
|
|
QWidget *treeBorderIncidents;
|
|
QVBoxLayout *verticalLayout_6;
|
|
QTreeWidget *treeIncidents;
|
|
QVBoxLayout *verticalLayout_7;
|
|
QWidget *paginationBorder;
|
|
QVBoxLayout *paginationLayout;
|
|
QWidget *titleBarIncidents;
|
|
QHBoxLayout *horizontalLayout;
|
|
QLabel *label;
|
|
QLabel *label_5;
|
|
QLabel *label_6;
|
|
QSpacerItem *horizontalSpacer_5;
|
|
QLabel *label_8;
|
|
QLabel *label_9;
|
|
QScrollArea *scrollAreaIncidents;
|
|
QWidget *scrollWidgetIncidents;
|
|
QVBoxLayout *scrollLayoutIncidents;
|
|
QHBoxLayout *paginationBarIncedentsLayout;
|
|
QWidget *statisticsTab;
|
|
QVBoxLayout *verticalLayout_4;
|
|
QHBoxLayout *horizontalLayout_3;
|
|
QLabel *label_7;
|
|
QComboBox *sensorSelectStatistic;
|
|
QSpacerItem *horizontalSpacer_11;
|
|
QHBoxLayout *chartNButtonsLayout;
|
|
QVBoxLayout *verticalLayout_8;
|
|
QHBoxLayout *horizontalLayout_5;
|
|
QPushButton *realTimeButtonStatistic;
|
|
QPushButton *archiveButtonStatistic;
|
|
QVBoxLayout *verticalLayout_12;
|
|
QLabel *label_14;
|
|
QDateTimeEdit *startSelectStatistic;
|
|
QVBoxLayout *verticalLayout_13;
|
|
QLabel *label_16;
|
|
QDateTimeEdit *endSelectStatistic;
|
|
QVBoxLayout *verticalLayout_14;
|
|
QPushButton *showStatisticButton;
|
|
QSpacerItem *verticalSpacer_2;
|
|
QWidget *pseudoChart;
|
|
QWidget *journalTab;
|
|
QVBoxLayout *verticalLayout_3;
|
|
QVBoxLayout *JournalSearchLayout;
|
|
QHBoxLayout *horizontalLayout_8;
|
|
QLabel *label_4;
|
|
QLabel *label_3;
|
|
QLabel *label_2;
|
|
QPushButton *updateTreeButtonJournal;
|
|
QSpacerItem *horizontalSpacer_9;
|
|
QPushButton *searchLogs;
|
|
QSpacerItem *horizontalSpacer_6;
|
|
QHBoxLayout *horizontalLayout_7;
|
|
QComboBox *timeIntervalJournal;
|
|
QComboBox *statusJournal;
|
|
QComboBox *sortJournal;
|
|
QLineEdit *searchJournal;
|
|
QSpacerItem *horizontalSpacer_7;
|
|
QHBoxLayout *JournalDataLayout;
|
|
QVBoxLayout *verticalLayout_5;
|
|
QWidget *treeBorderJournal;
|
|
QVBoxLayout *verticalLayout_10;
|
|
QTreeWidget *treeJournal;
|
|
QVBoxLayout *verticalLayout_9;
|
|
QWidget *paginationBorderJournal;
|
|
QVBoxLayout *verticalLayout_11;
|
|
QWidget *titleBarJournal;
|
|
QHBoxLayout *horizontalLayout_2;
|
|
QLabel *label_10;
|
|
QLabel *label_15;
|
|
QLabel *label_13;
|
|
QLabel *label_12;
|
|
QLabel *label_11;
|
|
QScrollArea *scrollAreaJournal;
|
|
QWidget *scrollWidgetJournal;
|
|
QVBoxLayout *scrollLayoutJournal;
|
|
QHBoxLayout *paginationBarJournalLayout;
|
|
QWidget *settingsTab;
|
|
QVBoxLayout *verticalLayout_15;
|
|
QPushButton *serverButtonSettings;
|
|
QWidget *widget;
|
|
QVBoxLayout *verticalLayout_16;
|
|
QScrollArea *scrollAreaServers;
|
|
QWidget *scrollAreaWidgetContents;
|
|
QVBoxLayout *scrollAreaServersLayout;
|
|
QFrame *line;
|
|
QHBoxLayout *horizontalLayout_16;
|
|
QLabel *label_17;
|
|
QLabel *label_26;
|
|
QSpacerItem *horizontalSpacer_24;
|
|
QHBoxLayout *horizontalLayout_14;
|
|
QLabel *label_18;
|
|
QLineEdit *serialLineEdit;
|
|
QSpacerItem *horizontalSpacer_25;
|
|
QLabel *label_27;
|
|
QLineEdit *adresLineEdit;
|
|
QSpacerItem *horizontalSpacer_12;
|
|
QHBoxLayout *horizontalLayout_13;
|
|
QLabel *label_19;
|
|
QLineEdit *factoryLineEdit;
|
|
QSpacerItem *horizontalSpacer_26;
|
|
QLabel *label_28;
|
|
QLineEdit *userNameLineEdit;
|
|
QSpacerItem *horizontalSpacer_13;
|
|
QHBoxLayout *horizontalLayout_12;
|
|
QLabel *label_20;
|
|
QLineEdit *exhuyantLineEdit;
|
|
QSpacerItem *horizontalSpacer_27;
|
|
QLabel *label_29;
|
|
QLineEdit *userPasswordLineEdit;
|
|
QSpacerItem *horizontalSpacer_14;
|
|
QHBoxLayout *horizontalLayout_11;
|
|
QLabel *label_21;
|
|
QLineEdit *fleetLineEdit;
|
|
QSpacerItem *horizontalSpacer_28;
|
|
QLabel *label_30;
|
|
QLineEdit *argusSerialLineEdit;
|
|
QSpacerItem *horizontalSpacer_15;
|
|
QHBoxLayout *horizontalLayout_10;
|
|
QLabel *label_22;
|
|
QLineEdit *sideLineEdit;
|
|
QSpacerItem *horizontalSpacer_21;
|
|
QLabel *label_31;
|
|
QSpacerItem *horizontalSpacer_23;
|
|
QPushButton *exportButtonSettings;
|
|
QSpacerItem *horizontalSpacer_29;
|
|
QPushButton *importButtonSettings;
|
|
QSpacerItem *horizontalSpacer_16;
|
|
QHBoxLayout *horizontalLayout_9;
|
|
QLabel *label_23;
|
|
QLineEdit *gosNumberLineEdit;
|
|
QSpacerItem *horizontalSpacer_17;
|
|
QHBoxLayout *horizontalLayout_4;
|
|
QLabel *label_24;
|
|
QLineEdit *factoryNumberLineEdit;
|
|
QSpacerItem *horizontalSpacer_18;
|
|
QHBoxLayout *horizontalLayout_18;
|
|
QLabel *label_32;
|
|
QLineEdit *groupLineEdit;
|
|
QSpacerItem *horizontalSpacer_30;
|
|
QHBoxLayout *horizontalLayout_17;
|
|
QSpacerItem *horizontalSpacer_22;
|
|
QPushButton *cancelButtonSettings;
|
|
QPushButton *saveButtonSettings;
|
|
QSpacerItem *horizontalSpacer_20;
|
|
QSpacerItem *verticalSpacer;
|
|
QStatusBar *statusbar;
|
|
|
|
void setupUi(QMainWindow *MainWindow)
|
|
{
|
|
if (MainWindow->objectName().isEmpty())
|
|
MainWindow->setObjectName("MainWindow");
|
|
MainWindow->resize(1580, 750);
|
|
QSizePolicy sizePolicy(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Preferred);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
|
|
MainWindow->setSizePolicy(sizePolicy);
|
|
MainWindow->setMinimumSize(QSize(1580, 750));
|
|
MainWindow->setMaximumSize(QSize(16777215, 16777215));
|
|
MainWindow->setBaseSize(QSize(0, 0));
|
|
MainWindow->setStyleSheet(QString::fromUtf8(""));
|
|
MainWindow->setTabShape(QTabWidget::TabShape::Rounded);
|
|
centralwidget = new QWidget(MainWindow);
|
|
centralwidget->setObjectName("centralwidget");
|
|
centralwidget->setAutoFillBackground(false);
|
|
centralwidget->setStyleSheet(QString::fromUtf8("QWidget#centralwidget{\n"
|
|
" background: #dcd174;\n"
|
|
"}\n"
|
|
""));
|
|
gridLayout_4 = new QGridLayout(centralwidget);
|
|
gridLayout_4->setSpacing(0);
|
|
gridLayout_4->setObjectName("gridLayout_4");
|
|
gridLayout_4->setContentsMargins(0, 0, 0, 0);
|
|
tabWidget = new QTabWidget(centralwidget);
|
|
tabWidget->setObjectName("tabWidget");
|
|
QSizePolicy sizePolicy1(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Expanding);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(tabWidget->sizePolicy().hasHeightForWidth());
|
|
tabWidget->setSizePolicy(sizePolicy1);
|
|
tabWidget->setMinimumSize(QSize(488, 60));
|
|
tabWidget->setAutoFillBackground(false);
|
|
tabWidget->setStyleSheet(QString::fromUtf8("QTabWidget {\n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab{\n"
|
|
" background: #dcd174;\n"
|
|
" width: 222px;\n"
|
|
" height: 44px;\n"
|
|
" opacity: 0px;\n"
|
|
" border: 1px solid #dcd174; \n"
|
|
" padding: 18px 0px;\n"
|
|
" color: white; \n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 36px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 43.57px;\n"
|
|
" text-align: left;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QTabBar::tab:selected {\n"
|
|
" background: #dcd174; \n"
|
|
" font-size: 36px;\n"
|
|
" font-weight: 900;\n"
|
|
" line-height: 43.57px;\n"
|
|
" text-align: left;\n"
|
|
"}\n"
|
|
""));
|
|
sensorsTab = new QWidget();
|
|
sensorsTab->setObjectName("sensorsTab");
|
|
QSizePolicy sizePolicy2(QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Expanding);
|
|
sizePolicy2.setHorizontalStretch(0);
|
|
sizePolicy2.setVerticalStretch(0);
|
|
sizePolicy2.setHeightForWidth(sensorsTab->sizePolicy().hasHeightForWidth());
|
|
sensorsTab->setSizePolicy(sizePolicy2);
|
|
sensorsTab->setMinimumSize(QSize(0, 0));
|
|
sensorsTab->setStyleSheet(QString::fromUtf8("#sensorsTab {\n"
|
|
" image: url(:/visual/res/svg/fema-wing.svg);\n"
|
|
" background-color: white; \n"
|
|
" image-position: bottom right;\n"
|
|
" border: none;\n"
|
|
"}"));
|
|
SensorsTabLayout = new QVBoxLayout(sensorsTab);
|
|
SensorsTabLayout->setSpacing(10);
|
|
SensorsTabLayout->setObjectName("SensorsTabLayout");
|
|
SensorsTabLayout->setSizeConstraint(QLayout::SizeConstraint::SetDefaultConstraint);
|
|
SensorsTabLayout->setContentsMargins(0, 25, 0, 0);
|
|
nameLayout = new QHBoxLayout();
|
|
nameLayout->setSpacing(15);
|
|
nameLayout->setObjectName("nameLayout");
|
|
nameLayout->setSizeConstraint(QLayout::SizeConstraint::SetFixedSize);
|
|
nameLayout->setContentsMargins(25, -1, -1, -1);
|
|
group = new QLabel(sensorsTab);
|
|
group->setObjectName("group");
|
|
QSizePolicy sizePolicy3(QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Fixed);
|
|
sizePolicy3.setHorizontalStretch(0);
|
|
sizePolicy3.setVerticalStretch(0);
|
|
sizePolicy3.setHeightForWidth(group->sizePolicy().hasHeightForWidth());
|
|
group->setSizePolicy(sizePolicy3);
|
|
group->setMinimumSize(QSize(488, 36));
|
|
group->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
nameLayout->addWidget(group);
|
|
|
|
showHidden = new QLabel(sensorsTab);
|
|
showHidden->setObjectName("showHidden");
|
|
sizePolicy3.setHeightForWidth(showHidden->sizePolicy().hasHeightForWidth());
|
|
showHidden->setSizePolicy(sizePolicy3);
|
|
showHidden->setMinimumSize(QSize(275, 36));
|
|
showHidden->setStyleSheet(QString::fromUtf8("width: 275px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
nameLayout->addWidget(showHidden);
|
|
|
|
horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
nameLayout->addItem(horizontalSpacer_4);
|
|
|
|
|
|
SensorsTabLayout->addLayout(nameLayout);
|
|
|
|
selectLayout = new QHBoxLayout();
|
|
selectLayout->setSpacing(15);
|
|
selectLayout->setObjectName("selectLayout");
|
|
selectLayout->setSizeConstraint(QLayout::SizeConstraint::SetFixedSize);
|
|
selectLayout->setContentsMargins(25, -1, -1, 10);
|
|
groupSelect = new QComboBox(sensorsTab);
|
|
groupSelect->setObjectName("groupSelect");
|
|
sizePolicy3.setHeightForWidth(groupSelect->sizePolicy().hasHeightForWidth());
|
|
groupSelect->setSizePolicy(sizePolicy3);
|
|
groupSelect->setMinimumSize(QSize(488, 60));
|
|
groupSelect->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
selectLayout->addWidget(groupSelect);
|
|
|
|
showHiddenSelect = new QComboBox(sensorsTab);
|
|
showHiddenSelect->setObjectName("showHiddenSelect");
|
|
sizePolicy3.setHeightForWidth(showHiddenSelect->sizePolicy().hasHeightForWidth());
|
|
showHiddenSelect->setSizePolicy(sizePolicy3);
|
|
showHiddenSelect->setMinimumSize(QSize(275, 60));
|
|
showHiddenSelect->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
selectLayout->addWidget(showHiddenSelect);
|
|
|
|
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
selectLayout->addItem(horizontalSpacer_2);
|
|
|
|
|
|
SensorsTabLayout->addLayout(selectLayout);
|
|
|
|
searchLayout = new QHBoxLayout();
|
|
searchLayout->setSpacing(0);
|
|
searchLayout->setObjectName("searchLayout");
|
|
searchLayout->setSizeConstraint(QLayout::SizeConstraint::SetFixedSize);
|
|
searchLayout->setContentsMargins(25, -1, -1, 10);
|
|
search = new QLineEdit(sensorsTab);
|
|
search->setObjectName("search");
|
|
sizePolicy3.setHeightForWidth(search->sizePolicy().hasHeightForWidth());
|
|
search->setSizePolicy(sizePolicy3);
|
|
search->setMinimumSize(QSize(778, 60));
|
|
search->setStyleSheet(QString::fromUtf8("QLineEdit {\n"
|
|
"width: 778px;\n"
|
|
"height: 60px;\n"
|
|
"border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 26px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #a6a6a6;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
searchLayout->addWidget(search);
|
|
|
|
horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
searchLayout->addItem(horizontalSpacer_3);
|
|
|
|
|
|
SensorsTabLayout->addLayout(searchLayout);
|
|
|
|
sensorsLayout = new QVBoxLayout();
|
|
sensorsLayout->setSpacing(0);
|
|
sensorsLayout->setObjectName("sensorsLayout");
|
|
sensorsLayout->setContentsMargins(25, -1, -1, -1);
|
|
|
|
SensorsTabLayout->addLayout(sensorsLayout);
|
|
|
|
tabWidget->addTab(sensorsTab, QString());
|
|
incidentsTab = new QWidget();
|
|
incidentsTab->setObjectName("incidentsTab");
|
|
sizePolicy2.setHeightForWidth(incidentsTab->sizePolicy().hasHeightForWidth());
|
|
incidentsTab->setSizePolicy(sizePolicy2);
|
|
incidentsTab->setStyleSheet(QString::fromUtf8("#incidentsTab {\n"
|
|
" image: url(:/visual/res/svg/fema-wing.svg);\n"
|
|
" background-color: #ffffff; \n"
|
|
" image-position: bottom right;\n"
|
|
" border: none;\n"
|
|
"}"));
|
|
verticalLayout = new QVBoxLayout(incidentsTab);
|
|
verticalLayout->setSpacing(0);
|
|
verticalLayout->setObjectName("verticalLayout");
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
IncidentsSearchLayout = new QVBoxLayout();
|
|
IncidentsSearchLayout->setObjectName("IncidentsSearchLayout");
|
|
IncidentsSearchTextLayout = new QHBoxLayout();
|
|
IncidentsSearchTextLayout->setSpacing(10);
|
|
IncidentsSearchTextLayout->setObjectName("IncidentsSearchTextLayout");
|
|
IncidentsSearchTextLayout->setContentsMargins(25, 25, -1, 0);
|
|
TimeIntrval = new QLabel(incidentsTab);
|
|
TimeIntrval->setObjectName("TimeIntrval");
|
|
TimeIntrval->setMinimumSize(QSize(488, 60));
|
|
TimeIntrval->setMaximumSize(QSize(488, 16777215));
|
|
TimeIntrval->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
IncidentsSearchTextLayout->addWidget(TimeIntrval);
|
|
|
|
updateTreeButtonIncident = new QPushButton(incidentsTab);
|
|
updateTreeButtonIncident->setObjectName("updateTreeButtonIncident");
|
|
updateTreeButtonIncident->setMinimumSize(QSize(200, 35));
|
|
updateTreeButtonIncident->setMaximumSize(QSize(200, 35));
|
|
updateTreeButtonIncident->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
IncidentsSearchTextLayout->addWidget(updateTreeButtonIncident);
|
|
|
|
horizontalSpacer_10 = new QSpacerItem(68, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
IncidentsSearchTextLayout->addItem(horizontalSpacer_10);
|
|
|
|
searchIncidents = new QPushButton(incidentsTab);
|
|
searchIncidents->setObjectName("searchIncidents");
|
|
searchIncidents->setMinimumSize(QSize(200, 35));
|
|
searchIncidents->setMaximumSize(QSize(200, 35));
|
|
searchIncidents->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
IncidentsSearchTextLayout->addWidget(searchIncidents);
|
|
|
|
horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
IncidentsSearchTextLayout->addItem(horizontalSpacer_8);
|
|
|
|
|
|
IncidentsSearchLayout->addLayout(IncidentsSearchTextLayout);
|
|
|
|
horizontalLayout_6 = new QHBoxLayout();
|
|
horizontalLayout_6->setSpacing(10);
|
|
horizontalLayout_6->setObjectName("horizontalLayout_6");
|
|
horizontalLayout_6->setContentsMargins(25, -1, -1, -1);
|
|
timeIntervalIncedents = new QComboBox(incidentsTab);
|
|
timeIntervalIncedents->setObjectName("timeIntervalIncedents");
|
|
timeIntervalIncedents->setMinimumSize(QSize(488, 60));
|
|
timeIntervalIncedents->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_6->addWidget(timeIntervalIncedents);
|
|
|
|
searchIncedents = new QLineEdit(incidentsTab);
|
|
searchIncedents->setObjectName("searchIncedents");
|
|
sizePolicy3.setHeightForWidth(searchIncedents->sizePolicy().hasHeightForWidth());
|
|
searchIncedents->setSizePolicy(sizePolicy3);
|
|
searchIncedents->setMinimumSize(QSize(488, 60));
|
|
searchIncedents->setMaximumSize(QSize(488, 60));
|
|
searchIncedents->setStyleSheet(QString::fromUtf8("width: 778px;\n"
|
|
"height: 60px;\n"
|
|
"border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 26px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #a6a6a6;\n"
|
|
"\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_6->addWidget(searchIncedents);
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_6->addItem(horizontalSpacer);
|
|
|
|
|
|
IncidentsSearchLayout->addLayout(horizontalLayout_6);
|
|
|
|
|
|
verticalLayout->addLayout(IncidentsSearchLayout);
|
|
|
|
IncidentsDataLayout = new QHBoxLayout();
|
|
IncidentsDataLayout->setObjectName("IncidentsDataLayout");
|
|
verticalLayout_2 = new QVBoxLayout();
|
|
verticalLayout_2->setObjectName("verticalLayout_2");
|
|
verticalLayout_2->setContentsMargins(25, 15, -1, 82);
|
|
treeBorderIncidents = new QWidget(incidentsTab);
|
|
treeBorderIncidents->setObjectName("treeBorderIncidents");
|
|
treeBorderIncidents->setMinimumSize(QSize(272, 0));
|
|
treeBorderIncidents->setMaximumSize(QSize(272, 16777215));
|
|
treeBorderIncidents->setStyleSheet(QString::fromUtf8("QWidget#treeBorderIncidents {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
verticalLayout_6 = new QVBoxLayout(treeBorderIncidents);
|
|
verticalLayout_6->setSpacing(0);
|
|
verticalLayout_6->setObjectName("verticalLayout_6");
|
|
verticalLayout_6->setContentsMargins(0, 0, 0, 0);
|
|
treeIncidents = new QTreeWidget(treeBorderIncidents);
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
|
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
|
treeIncidents->setHeaderItem(__qtreewidgetitem);
|
|
treeIncidents->setObjectName("treeIncidents");
|
|
sizePolicy.setHeightForWidth(treeIncidents->sizePolicy().hasHeightForWidth());
|
|
treeIncidents->setSizePolicy(sizePolicy);
|
|
treeIncidents->setStyleSheet(QString::fromUtf8(" QTreeView::branch:has-siblings:!adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/vline.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:has-siblings:adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/branch-more.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:!has-children:!has-siblings:adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/branch-end.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:has-children:!has-siblings:closed,\n"
|
|
" QTreeView::branch:closed:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(:/png/res/png/close.png);\n"
|
|
" }\n"
|
|
" QTreeView::branch:open:has-children:!has-siblings,\n"
|
|
" QTreeView::branch:open:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(:/png/res/png/open.png);\n"
|
|
" }\n"
|
|
"\n"
|
|
"QHeaderView {\n"
|
|
" min-height: 0px;\n"
|
|
" max-height: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
" QTreeView {\n"
|
|
" background: transparent;\n"
|
|
" border: none;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 16px;\n"
|
|
" font-weight:"
|
|
" 500;\n"
|
|
" line-height: 19.36px;\n"
|
|
" text-align: left;\n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::indicator:unchecked {\n"
|
|
" border: 2px solid #e6e6e6; \n"
|
|
" background-color: transparent;\n"
|
|
" width: 18px;\n"
|
|
" height: 18px;\n"
|
|
" border-radius: 4px;\n"
|
|
" }\n"
|
|
" QTreeWidget::indicator:checked {\n"
|
|
" border: 2px solid #c7bf78; \n"
|
|
" background-color: rgba(220, 209, 116, 0.85); \n"
|
|
" width: 18px;\n"
|
|
" height: 18px;\n"
|
|
" border-radius: 4px;\n"
|
|
" image: url(:/png/res/png/checked.png);\n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::item {\n"
|
|
" color: #808080;\n"
|
|
" }\n"
|
|
" QTreeWidget::item:open {\n"
|
|
" color: #404040;\n"
|
|
" }\n"
|
|
" QTreeWidget::item:!has-children {\n"
|
|
" color: #808080; \n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::item:selected {\n"
|
|
" background: transparent;\n"
|
|
" }\n"
|
|
""));
|
|
|
|
verticalLayout_6->addWidget(treeIncidents);
|
|
|
|
|
|
verticalLayout_2->addWidget(treeBorderIncidents);
|
|
|
|
|
|
IncidentsDataLayout->addLayout(verticalLayout_2);
|
|
|
|
verticalLayout_7 = new QVBoxLayout();
|
|
verticalLayout_7->setSpacing(0);
|
|
verticalLayout_7->setObjectName("verticalLayout_7");
|
|
verticalLayout_7->setContentsMargins(15, 15, 25, -1);
|
|
paginationBorder = new QWidget(incidentsTab);
|
|
paginationBorder->setObjectName("paginationBorder");
|
|
sizePolicy2.setHeightForWidth(paginationBorder->sizePolicy().hasHeightForWidth());
|
|
paginationBorder->setSizePolicy(sizePolicy2);
|
|
paginationBorder->setStyleSheet(QString::fromUtf8("QWidget#paginationBorder {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
paginationLayout = new QVBoxLayout(paginationBorder);
|
|
paginationLayout->setSpacing(0);
|
|
paginationLayout->setObjectName("paginationLayout");
|
|
paginationLayout->setContentsMargins(0, 0, 0, 0);
|
|
titleBarIncidents = new QWidget(paginationBorder);
|
|
titleBarIncidents->setObjectName("titleBarIncidents");
|
|
titleBarIncidents->setMinimumSize(QSize(0, 60));
|
|
titleBarIncidents->setMaximumSize(QSize(16777215, 60));
|
|
titleBarIncidents->setStyleSheet(QString::fromUtf8("QWidget#titleBarIncidents {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
horizontalLayout = new QHBoxLayout(titleBarIncidents);
|
|
horizontalLayout->setSpacing(70);
|
|
horizontalLayout->setObjectName("horizontalLayout");
|
|
horizontalLayout->setContentsMargins(25, 0, 25, 0);
|
|
label = new QLabel(titleBarIncidents);
|
|
label->setObjectName("label");
|
|
label->setMinimumSize(QSize(100, 27));
|
|
label->setMaximumSize(QSize(250, 27));
|
|
label->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout->addWidget(label);
|
|
|
|
label_5 = new QLabel(titleBarIncidents);
|
|
label_5->setObjectName("label_5");
|
|
label_5->setMinimumSize(QSize(100, 27));
|
|
label_5->setMaximumSize(QSize(350, 27));
|
|
label_5->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout->addWidget(label_5);
|
|
|
|
label_6 = new QLabel(titleBarIncidents);
|
|
label_6->setObjectName("label_6");
|
|
label_6->setMinimumSize(QSize(100, 27));
|
|
label_6->setMaximumSize(QSize(150, 27));
|
|
label_6->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout->addWidget(label_6);
|
|
|
|
horizontalSpacer_5 = new QSpacerItem(5, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout->addItem(horizontalSpacer_5);
|
|
|
|
label_8 = new QLabel(titleBarIncidents);
|
|
label_8->setObjectName("label_8");
|
|
QSizePolicy sizePolicy4(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Preferred);
|
|
sizePolicy4.setHorizontalStretch(100);
|
|
sizePolicy4.setVerticalStretch(27);
|
|
sizePolicy4.setHeightForWidth(label_8->sizePolicy().hasHeightForWidth());
|
|
label_8->setSizePolicy(sizePolicy4);
|
|
label_8->setMinimumSize(QSize(100, 27));
|
|
label_8->setMaximumSize(QSize(100, 27));
|
|
label_8->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout->addWidget(label_8);
|
|
|
|
label_9 = new QLabel(titleBarIncidents);
|
|
label_9->setObjectName("label_9");
|
|
label_9->setMinimumSize(QSize(140, 0));
|
|
label_9->setMaximumSize(QSize(140, 16777215));
|
|
|
|
horizontalLayout->addWidget(label_9);
|
|
|
|
|
|
paginationLayout->addWidget(titleBarIncidents);
|
|
|
|
scrollAreaIncidents = new QScrollArea(paginationBorder);
|
|
scrollAreaIncidents->setObjectName("scrollAreaIncidents");
|
|
scrollAreaIncidents->setMinimumSize(QSize(1000, 0));
|
|
scrollAreaIncidents->setStyleSheet(QString::fromUtf8("QScrollArea#scrollAreaIncidents {\n"
|
|
" background: transparent; \n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar:vertical { \n"
|
|
" background: #ebebeb; width: 10px; border-radius: 5px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::handle:vertical { \n"
|
|
" background: #6d6d6d; \n"
|
|
" border-radius: 5px; \n"
|
|
" min-height: 20px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { \n"
|
|
" border: none; \n"
|
|
" background: none; \n"
|
|
" color: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical { \n"
|
|
" background: transparent; \n"
|
|
" border: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { \n"
|
|
" background: transparent; \n"
|
|
"}\n"
|
|
""));
|
|
scrollAreaIncidents->setWidgetResizable(true);
|
|
scrollWidgetIncidents = new QWidget();
|
|
scrollWidgetIncidents->setObjectName("scrollWidgetIncidents");
|
|
scrollWidgetIncidents->setGeometry(QRect(0, 0, 1232, 369));
|
|
scrollWidgetIncidents->setMinimumSize(QSize(1000, 0));
|
|
scrollWidgetIncidents->setStyleSheet(QString::fromUtf8("QWidget#scrollWidgetIncidents{\n"
|
|
" background: transparent\n"
|
|
"}"));
|
|
scrollLayoutIncidents = new QVBoxLayout(scrollWidgetIncidents);
|
|
scrollLayoutIncidents->setSpacing(0);
|
|
scrollLayoutIncidents->setObjectName("scrollLayoutIncidents");
|
|
scrollLayoutIncidents->setContentsMargins(0, 0, 0, 0);
|
|
scrollAreaIncidents->setWidget(scrollWidgetIncidents);
|
|
|
|
paginationLayout->addWidget(scrollAreaIncidents);
|
|
|
|
|
|
verticalLayout_7->addWidget(paginationBorder);
|
|
|
|
paginationBarIncedentsLayout = new QHBoxLayout();
|
|
paginationBarIncedentsLayout->setSpacing(5);
|
|
paginationBarIncedentsLayout->setObjectName("paginationBarIncedentsLayout");
|
|
paginationBarIncedentsLayout->setContentsMargins(0, 20, 0, 22);
|
|
|
|
verticalLayout_7->addLayout(paginationBarIncedentsLayout);
|
|
|
|
|
|
IncidentsDataLayout->addLayout(verticalLayout_7);
|
|
|
|
|
|
verticalLayout->addLayout(IncidentsDataLayout);
|
|
|
|
tabWidget->addTab(incidentsTab, QString());
|
|
statisticsTab = new QWidget();
|
|
statisticsTab->setObjectName("statisticsTab");
|
|
sizePolicy2.setHeightForWidth(statisticsTab->sizePolicy().hasHeightForWidth());
|
|
statisticsTab->setSizePolicy(sizePolicy2);
|
|
statisticsTab->setStyleSheet(QString::fromUtf8("#statisticsTab {\n"
|
|
" image: url(:/visual/res/svg/fema-wing.svg);\n"
|
|
" background-color: #ffffff; \n"
|
|
" image-position: bottom right;\n"
|
|
"}"));
|
|
verticalLayout_4 = new QVBoxLayout(statisticsTab);
|
|
verticalLayout_4->setSpacing(0);
|
|
verticalLayout_4->setObjectName("verticalLayout_4");
|
|
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
|
horizontalLayout_3 = new QHBoxLayout();
|
|
horizontalLayout_3->setSpacing(20);
|
|
horizontalLayout_3->setObjectName("horizontalLayout_3");
|
|
horizontalLayout_3->setContentsMargins(30, 25, -1, 15);
|
|
label_7 = new QLabel(statisticsTab);
|
|
label_7->setObjectName("label_7");
|
|
label_7->setMinimumSize(QSize(113, 35));
|
|
label_7->setMaximumSize(QSize(113, 35));
|
|
label_7->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_3->addWidget(label_7);
|
|
|
|
sensorSelectStatistic = new QComboBox(statisticsTab);
|
|
sensorSelectStatistic->setObjectName("sensorSelectStatistic");
|
|
sensorSelectStatistic->setMinimumSize(QSize(579, 50));
|
|
sensorSelectStatistic->setMaximumSize(QSize(579, 50));
|
|
sensorSelectStatistic->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_3->addWidget(sensorSelectStatistic);
|
|
|
|
horizontalSpacer_11 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_3->addItem(horizontalSpacer_11);
|
|
|
|
|
|
verticalLayout_4->addLayout(horizontalLayout_3);
|
|
|
|
chartNButtonsLayout = new QHBoxLayout();
|
|
chartNButtonsLayout->setSpacing(30);
|
|
chartNButtonsLayout->setObjectName("chartNButtonsLayout");
|
|
chartNButtonsLayout->setContentsMargins(25, -1, -1, -1);
|
|
verticalLayout_8 = new QVBoxLayout();
|
|
verticalLayout_8->setSpacing(10);
|
|
verticalLayout_8->setObjectName("verticalLayout_8");
|
|
horizontalLayout_5 = new QHBoxLayout();
|
|
horizontalLayout_5->setSpacing(0);
|
|
horizontalLayout_5->setObjectName("horizontalLayout_5");
|
|
realTimeButtonStatistic = new QPushButton(statisticsTab);
|
|
realTimeButtonStatistic->setObjectName("realTimeButtonStatistic");
|
|
realTimeButtonStatistic->setMinimumSize(QSize(300, 0));
|
|
realTimeButtonStatistic->setMaximumSize(QSize(300, 16777215));
|
|
realTimeButtonStatistic->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: solid;\n"
|
|
" border-color: #d5cb7a;\n"
|
|
" border-width: 2px;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
" border-top-left-radius: 5px; \n"
|
|
" border-bottom-left-radius: 5px;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_5->addWidget(realTimeButtonStatistic);
|
|
|
|
archiveButtonStatistic = new QPushButton(statisticsTab);
|
|
archiveButtonStatistic->setObjectName("archiveButtonStatistic");
|
|
archiveButtonStatistic->setMinimumSize(QSize(300, 0));
|
|
archiveButtonStatistic->setMaximumSize(QSize(300, 16777215));
|
|
archiveButtonStatistic->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: solid;\n"
|
|
" border-color: #d5cb7a;\n"
|
|
" border-width: 2px;\n"
|
|
" background-color: #d5cb7a;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
" border-top-right-radius: 5px; \n"
|
|
" border-bottom-right-radius: 5px;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_5->addWidget(archiveButtonStatistic);
|
|
|
|
|
|
verticalLayout_8->addLayout(horizontalLayout_5);
|
|
|
|
verticalLayout_12 = new QVBoxLayout();
|
|
verticalLayout_12->setObjectName("verticalLayout_12");
|
|
label_14 = new QLabel(statisticsTab);
|
|
label_14->setObjectName("label_14");
|
|
label_14->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 24px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
verticalLayout_12->addWidget(label_14);
|
|
|
|
startSelectStatistic = new QDateTimeEdit(statisticsTab);
|
|
startSelectStatistic->setObjectName("startSelectStatistic");
|
|
startSelectStatistic->setMinimumSize(QSize(600, 60));
|
|
startSelectStatistic->setMaximumSize(QSize(600, 60));
|
|
startSelectStatistic->setStyleSheet(QString::fromUtf8("QDateTimeEdit {\n"
|
|
" border: 2px solid #d5cb7a;\n"
|
|
" border-radius: 5px;\n"
|
|
" font-family: Inter;\n"
|
|
" color: #a6a6a6;\n"
|
|
" font-size: 26px;\n"
|
|
" font-weight: 400;\n"
|
|
" line-height: 31.47px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateTimeEdit::drop-down {\n"
|
|
" border: none;\n"
|
|
" width: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateTimeEdit::up-button, QDateTimeEdit::down-button {\n"
|
|
" border: none;\n"
|
|
" width: 0px;\n"
|
|
" height: 0px;\n"
|
|
"}"));
|
|
|
|
verticalLayout_12->addWidget(startSelectStatistic);
|
|
|
|
|
|
verticalLayout_8->addLayout(verticalLayout_12);
|
|
|
|
verticalLayout_13 = new QVBoxLayout();
|
|
verticalLayout_13->setObjectName("verticalLayout_13");
|
|
label_16 = new QLabel(statisticsTab);
|
|
label_16->setObjectName("label_16");
|
|
label_16->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 24px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
verticalLayout_13->addWidget(label_16);
|
|
|
|
endSelectStatistic = new QDateTimeEdit(statisticsTab);
|
|
endSelectStatistic->setObjectName("endSelectStatistic");
|
|
endSelectStatistic->setMinimumSize(QSize(600, 60));
|
|
endSelectStatistic->setMaximumSize(QSize(600, 60));
|
|
endSelectStatistic->setStyleSheet(QString::fromUtf8("QDateTimeEdit {\n"
|
|
" border: 2px solid #d5cb7a;\n"
|
|
" border-radius: 5px;\n"
|
|
" font-family: Inter;\n"
|
|
" color: #a6a6a6;\n"
|
|
" font-size: 26px;\n"
|
|
" font-weight: 400;\n"
|
|
" line-height: 31.47px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateTimeEdit::drop-down {\n"
|
|
" border: none;\n"
|
|
" width: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QDateTimeEdit::up-button, QDateTimeEdit::down-button {\n"
|
|
" border: none;\n"
|
|
" width: 0px;\n"
|
|
" height: 0px;\n"
|
|
"}"));
|
|
|
|
verticalLayout_13->addWidget(endSelectStatistic);
|
|
|
|
|
|
verticalLayout_8->addLayout(verticalLayout_13);
|
|
|
|
verticalLayout_14 = new QVBoxLayout();
|
|
verticalLayout_14->setSpacing(10);
|
|
verticalLayout_14->setObjectName("verticalLayout_14");
|
|
showStatisticButton = new QPushButton(statisticsTab);
|
|
showStatisticButton->setObjectName("showStatisticButton");
|
|
showStatisticButton->setMinimumSize(QSize(600, 50));
|
|
showStatisticButton->setMaximumSize(QSize(600, 50));
|
|
showStatisticButton->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
verticalLayout_14->addWidget(showStatisticButton);
|
|
|
|
|
|
verticalLayout_8->addLayout(verticalLayout_14);
|
|
|
|
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
|
|
|
|
verticalLayout_8->addItem(verticalSpacer_2);
|
|
|
|
|
|
chartNButtonsLayout->addLayout(verticalLayout_8);
|
|
|
|
pseudoChart = new QWidget(statisticsTab);
|
|
pseudoChart->setObjectName("pseudoChart");
|
|
sizePolicy2.setHeightForWidth(pseudoChart->sizePolicy().hasHeightForWidth());
|
|
pseudoChart->setSizePolicy(sizePolicy2);
|
|
|
|
chartNButtonsLayout->addWidget(pseudoChart);
|
|
|
|
|
|
verticalLayout_4->addLayout(chartNButtonsLayout);
|
|
|
|
tabWidget->addTab(statisticsTab, QString());
|
|
journalTab = new QWidget();
|
|
journalTab->setObjectName("journalTab");
|
|
sizePolicy2.setHeightForWidth(journalTab->sizePolicy().hasHeightForWidth());
|
|
journalTab->setSizePolicy(sizePolicy2);
|
|
journalTab->setStyleSheet(QString::fromUtf8("#journalTab {\n"
|
|
" image: url(:/visual/res/svg/fema-wing.svg);\n"
|
|
" background-color: #ffffff; \n"
|
|
" image-position: bottom right;\n"
|
|
"}"));
|
|
verticalLayout_3 = new QVBoxLayout(journalTab);
|
|
verticalLayout_3->setSpacing(0);
|
|
verticalLayout_3->setObjectName("verticalLayout_3");
|
|
verticalLayout_3->setContentsMargins(0, 0, 0, 0);
|
|
JournalSearchLayout = new QVBoxLayout();
|
|
JournalSearchLayout->setSpacing(0);
|
|
JournalSearchLayout->setObjectName("JournalSearchLayout");
|
|
horizontalLayout_8 = new QHBoxLayout();
|
|
horizontalLayout_8->setSpacing(10);
|
|
horizontalLayout_8->setObjectName("horizontalLayout_8");
|
|
horizontalLayout_8->setContentsMargins(25, 25, -1, 0);
|
|
label_4 = new QLabel(journalTab);
|
|
label_4->setObjectName("label_4");
|
|
sizePolicy3.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
|
|
label_4->setSizePolicy(sizePolicy3);
|
|
label_4->setMinimumSize(QSize(488, 60));
|
|
label_4->setMaximumSize(QSize(488, 60));
|
|
label_4->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_8->addWidget(label_4);
|
|
|
|
label_3 = new QLabel(journalTab);
|
|
label_3->setObjectName("label_3");
|
|
sizePolicy3.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
|
|
label_3->setSizePolicy(sizePolicy3);
|
|
label_3->setMinimumSize(QSize(270, 60));
|
|
label_3->setMaximumSize(QSize(270, 60));
|
|
label_3->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_8->addWidget(label_3);
|
|
|
|
label_2 = new QLabel(journalTab);
|
|
label_2->setObjectName("label_2");
|
|
sizePolicy3.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
|
|
label_2->setSizePolicy(sizePolicy3);
|
|
label_2->setMinimumSize(QSize(270, 60));
|
|
label_2->setMaximumSize(QSize(270, 60));
|
|
label_2->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_8->addWidget(label_2);
|
|
|
|
updateTreeButtonJournal = new QPushButton(journalTab);
|
|
updateTreeButtonJournal->setObjectName("updateTreeButtonJournal");
|
|
updateTreeButtonJournal->setMinimumSize(QSize(200, 35));
|
|
updateTreeButtonJournal->setMaximumSize(QSize(200, 35));
|
|
updateTreeButtonJournal->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_8->addWidget(updateTreeButtonJournal);
|
|
|
|
horizontalSpacer_9 = new QSpacerItem(58, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_8->addItem(horizontalSpacer_9);
|
|
|
|
searchLogs = new QPushButton(journalTab);
|
|
searchLogs->setObjectName("searchLogs");
|
|
searchLogs->setMinimumSize(QSize(200, 35));
|
|
searchLogs->setMaximumSize(QSize(200, 35));
|
|
searchLogs->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_8->addWidget(searchLogs);
|
|
|
|
horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_8->addItem(horizontalSpacer_6);
|
|
|
|
|
|
JournalSearchLayout->addLayout(horizontalLayout_8);
|
|
|
|
horizontalLayout_7 = new QHBoxLayout();
|
|
horizontalLayout_7->setSpacing(10);
|
|
horizontalLayout_7->setObjectName("horizontalLayout_7");
|
|
horizontalLayout_7->setContentsMargins(25, -1, -1, -1);
|
|
timeIntervalJournal = new QComboBox(journalTab);
|
|
timeIntervalJournal->setObjectName("timeIntervalJournal");
|
|
sizePolicy3.setHeightForWidth(timeIntervalJournal->sizePolicy().hasHeightForWidth());
|
|
timeIntervalJournal->setSizePolicy(sizePolicy3);
|
|
timeIntervalJournal->setMinimumSize(QSize(488, 60));
|
|
timeIntervalJournal->setMaximumSize(QSize(480, 60));
|
|
timeIntervalJournal->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_7->addWidget(timeIntervalJournal);
|
|
|
|
statusJournal = new QComboBox(journalTab);
|
|
statusJournal->setObjectName("statusJournal");
|
|
sizePolicy3.setHeightForWidth(statusJournal->sizePolicy().hasHeightForWidth());
|
|
statusJournal->setSizePolicy(sizePolicy3);
|
|
statusJournal->setMinimumSize(QSize(270, 60));
|
|
statusJournal->setMaximumSize(QSize(270, 60));
|
|
statusJournal->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_7->addWidget(statusJournal);
|
|
|
|
sortJournal = new QComboBox(journalTab);
|
|
sortJournal->setObjectName("sortJournal");
|
|
sizePolicy3.setHeightForWidth(sortJournal->sizePolicy().hasHeightForWidth());
|
|
sortJournal->setSizePolicy(sizePolicy3);
|
|
sortJournal->setMinimumSize(QSize(270, 60));
|
|
sortJournal->setMaximumSize(QSize(270, 60));
|
|
sortJournal->setStyleSheet(QString::fromUtf8("QComboBox::drop-down {\n"
|
|
" border: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox::down-arrow {\n"
|
|
" image: url(:/visual/res/svg/chevron-down.png);\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox {\n"
|
|
" border: 2px solid #DCD174;\n"
|
|
" background: transparent;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 24px;\n"
|
|
" font-weight: 400;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView {\n"
|
|
" border: 2px solid #DCD174; \n"
|
|
" background: white; \n"
|
|
" selection-color: red;\n"
|
|
" selection-background-color: blue;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item {\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 50px;\n"
|
|
" font-weight: 400;\n"
|
|
" text-align: left;\n"
|
|
" padding: 5px;\n"
|
|
" color: #13385F;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QComboBox QAbstractItemView::item:hover {\n"
|
|
" background-color: #13385F; \n"
|
|
" selection-color: white;\n"
|
|
" outline: 0px;;\n"
|
|
"}\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_7->addWidget(sortJournal);
|
|
|
|
searchJournal = new QLineEdit(journalTab);
|
|
searchJournal->setObjectName("searchJournal");
|
|
sizePolicy3.setHeightForWidth(searchJournal->sizePolicy().hasHeightForWidth());
|
|
searchJournal->setSizePolicy(sizePolicy3);
|
|
searchJournal->setMinimumSize(QSize(480, 60));
|
|
searchJournal->setMaximumSize(QSize(480, 60));
|
|
searchJournal->setStyleSheet(QString::fromUtf8("width: 778px;\n"
|
|
"height: 60px;\n"
|
|
"border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 26px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #a6a6a6;\n"
|
|
"\n"
|
|
"\n"
|
|
"\n"
|
|
""));
|
|
|
|
horizontalLayout_7->addWidget(searchJournal);
|
|
|
|
horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_7->addItem(horizontalSpacer_7);
|
|
|
|
|
|
JournalSearchLayout->addLayout(horizontalLayout_7);
|
|
|
|
|
|
verticalLayout_3->addLayout(JournalSearchLayout);
|
|
|
|
JournalDataLayout = new QHBoxLayout();
|
|
JournalDataLayout->setSpacing(0);
|
|
JournalDataLayout->setObjectName("JournalDataLayout");
|
|
verticalLayout_5 = new QVBoxLayout();
|
|
verticalLayout_5->setSpacing(0);
|
|
verticalLayout_5->setObjectName("verticalLayout_5");
|
|
verticalLayout_5->setContentsMargins(25, 15, -1, 82);
|
|
treeBorderJournal = new QWidget(journalTab);
|
|
treeBorderJournal->setObjectName("treeBorderJournal");
|
|
treeBorderJournal->setMinimumSize(QSize(272, 0));
|
|
treeBorderJournal->setMaximumSize(QSize(272, 16777215));
|
|
treeBorderJournal->setStyleSheet(QString::fromUtf8("QWidget#treeBorderJournal {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
verticalLayout_10 = new QVBoxLayout(treeBorderJournal);
|
|
verticalLayout_10->setSpacing(0);
|
|
verticalLayout_10->setObjectName("verticalLayout_10");
|
|
verticalLayout_10->setContentsMargins(0, 0, 0, 0);
|
|
treeJournal = new QTreeWidget(treeBorderJournal);
|
|
QTreeWidgetItem *__qtreewidgetitem1 = new QTreeWidgetItem();
|
|
__qtreewidgetitem1->setText(0, QString::fromUtf8("1"));
|
|
treeJournal->setHeaderItem(__qtreewidgetitem1);
|
|
treeJournal->setObjectName("treeJournal");
|
|
sizePolicy1.setHeightForWidth(treeJournal->sizePolicy().hasHeightForWidth());
|
|
treeJournal->setSizePolicy(sizePolicy1);
|
|
treeJournal->setStyleSheet(QString::fromUtf8(" QTreeView::branch:has-siblings:!adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/vline.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:has-siblings:adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/branch-more.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:!has-children:!has-siblings:adjoins-item {\n"
|
|
" border-image: url(:/png/res/png/branch-end.png) 0;\n"
|
|
" }\n"
|
|
" QTreeView::branch:has-children:!has-siblings:closed,\n"
|
|
" QTreeView::branch:closed:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(:/png/res/png/close.png);\n"
|
|
" }\n"
|
|
" QTreeView::branch:open:has-children:!has-siblings,\n"
|
|
" QTreeView::branch:open:has-children:has-siblings {\n"
|
|
" border-image: none;\n"
|
|
" image: url(:/png/res/png/open.png);\n"
|
|
" }\n"
|
|
"\n"
|
|
"QHeaderView {\n"
|
|
" min-height: 0px;\n"
|
|
" max-height: 0px;\n"
|
|
"}\n"
|
|
"\n"
|
|
" QTreeView {\n"
|
|
" background: transparent;\n"
|
|
" border: none;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 16px;\n"
|
|
" font-weight:"
|
|
" 500;\n"
|
|
" line-height: 19.36px;\n"
|
|
" text-align: left;\n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::indicator:unchecked {\n"
|
|
" border: 2px solid #e6e6e6; \n"
|
|
" background-color: transparent;\n"
|
|
" width: 18px;\n"
|
|
" height: 18px;\n"
|
|
" border-radius: 4px;\n"
|
|
" }\n"
|
|
" QTreeWidget::indicator:checked {\n"
|
|
" border: 2px solid #c7bf78; \n"
|
|
" background-color: rgba(220, 209, 116, 0.85); \n"
|
|
" width: 18px;\n"
|
|
" height: 18px;\n"
|
|
" border-radius: 4px;\n"
|
|
" image: url(:/png/res/png/checked.png);\n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::item {\n"
|
|
" color: #808080;\n"
|
|
" }\n"
|
|
" QTreeWidget::item:open {\n"
|
|
" color: #404040;\n"
|
|
" }\n"
|
|
" QTreeWidget::item:!has-children {\n"
|
|
" color: #808080; \n"
|
|
" }\n"
|
|
"\n"
|
|
" QTreeWidget::item:selected {\n"
|
|
" background: transparent;\n"
|
|
" }\n"
|
|
""));
|
|
|
|
verticalLayout_10->addWidget(treeJournal);
|
|
|
|
|
|
verticalLayout_5->addWidget(treeBorderJournal);
|
|
|
|
|
|
JournalDataLayout->addLayout(verticalLayout_5);
|
|
|
|
verticalLayout_9 = new QVBoxLayout();
|
|
verticalLayout_9->setSpacing(0);
|
|
verticalLayout_9->setObjectName("verticalLayout_9");
|
|
verticalLayout_9->setContentsMargins(15, 15, 25, -1);
|
|
paginationBorderJournal = new QWidget(journalTab);
|
|
paginationBorderJournal->setObjectName("paginationBorderJournal");
|
|
QSizePolicy sizePolicy5(QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Preferred);
|
|
sizePolicy5.setHorizontalStretch(0);
|
|
sizePolicy5.setVerticalStretch(0);
|
|
sizePolicy5.setHeightForWidth(paginationBorderJournal->sizePolicy().hasHeightForWidth());
|
|
paginationBorderJournal->setSizePolicy(sizePolicy5);
|
|
paginationBorderJournal->setStyleSheet(QString::fromUtf8("QWidget#paginationBorderJournal {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
verticalLayout_11 = new QVBoxLayout(paginationBorderJournal);
|
|
verticalLayout_11->setSpacing(0);
|
|
verticalLayout_11->setObjectName("verticalLayout_11");
|
|
verticalLayout_11->setContentsMargins(0, 0, 0, 0);
|
|
titleBarJournal = new QWidget(paginationBorderJournal);
|
|
titleBarJournal->setObjectName("titleBarJournal");
|
|
sizePolicy.setHeightForWidth(titleBarJournal->sizePolicy().hasHeightForWidth());
|
|
titleBarJournal->setSizePolicy(sizePolicy);
|
|
titleBarJournal->setMinimumSize(QSize(0, 60));
|
|
titleBarJournal->setStyleSheet(QString::fromUtf8("QWidget#titleBarJournal {\n"
|
|
" border: 2px solid #E5E7EB;\n"
|
|
" border-radius: 5px;\n"
|
|
" background-color: transparent;\n"
|
|
"}\n"
|
|
""));
|
|
horizontalLayout_2 = new QHBoxLayout(titleBarJournal);
|
|
horizontalLayout_2->setSpacing(70);
|
|
horizontalLayout_2->setObjectName("horizontalLayout_2");
|
|
horizontalLayout_2->setContentsMargins(25, 0, 25, 0);
|
|
label_10 = new QLabel(titleBarJournal);
|
|
label_10->setObjectName("label_10");
|
|
label_10->setMinimumSize(QSize(100, 27));
|
|
label_10->setMaximumSize(QSize(230, 27));
|
|
label_10->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_2->addWidget(label_10);
|
|
|
|
label_15 = new QLabel(titleBarJournal);
|
|
label_15->setObjectName("label_15");
|
|
label_15->setMinimumSize(QSize(100, 27));
|
|
label_15->setMaximumSize(QSize(250, 27));
|
|
label_15->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_2->addWidget(label_15);
|
|
|
|
label_13 = new QLabel(titleBarJournal);
|
|
label_13->setObjectName("label_13");
|
|
label_13->setMinimumSize(QSize(220, 27));
|
|
label_13->setMaximumSize(QSize(220, 27));
|
|
label_13->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_2->addWidget(label_13);
|
|
|
|
label_12 = new QLabel(titleBarJournal);
|
|
label_12->setObjectName("label_12");
|
|
label_12->setMinimumSize(QSize(150, 27));
|
|
label_12->setMaximumSize(QSize(100, 27));
|
|
label_12->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_2->addWidget(label_12);
|
|
|
|
label_11 = new QLabel(titleBarJournal);
|
|
label_11->setObjectName("label_11");
|
|
label_11->setMinimumSize(QSize(150, 27));
|
|
label_11->setMaximumSize(QSize(120, 27));
|
|
label_11->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 22px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_2->addWidget(label_11);
|
|
|
|
|
|
verticalLayout_11->addWidget(titleBarJournal);
|
|
|
|
scrollAreaJournal = new QScrollArea(paginationBorderJournal);
|
|
scrollAreaJournal->setObjectName("scrollAreaJournal");
|
|
scrollAreaJournal->setStyleSheet(QString::fromUtf8("QScrollArea#scrollAreaJournal {\n"
|
|
" background: transparent; \n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar:vertical { \n"
|
|
" background: #ebebeb; width: 10px; border-radius: 5px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::handle:vertical { \n"
|
|
" background: #6d6d6d; \n"
|
|
" border-radius: 5px; \n"
|
|
" min-height: 20px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { \n"
|
|
" border: none; \n"
|
|
" background: none; \n"
|
|
" color: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical { \n"
|
|
" background: transparent; \n"
|
|
" border: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { \n"
|
|
" background: transparent; \n"
|
|
"}\n"
|
|
""));
|
|
scrollAreaJournal->setWidgetResizable(true);
|
|
scrollWidgetJournal = new QWidget();
|
|
scrollWidgetJournal->setObjectName("scrollWidgetJournal");
|
|
scrollWidgetJournal->setGeometry(QRect(0, 0, 1238, 375));
|
|
scrollWidgetJournal->setStyleSheet(QString::fromUtf8("QWidget#scrollWidgetJournal{\n"
|
|
" background: transparent\n"
|
|
"}"));
|
|
scrollLayoutJournal = new QVBoxLayout(scrollWidgetJournal);
|
|
scrollLayoutJournal->setSpacing(0);
|
|
scrollLayoutJournal->setObjectName("scrollLayoutJournal");
|
|
scrollLayoutJournal->setContentsMargins(0, 0, 0, 0);
|
|
scrollAreaJournal->setWidget(scrollWidgetJournal);
|
|
|
|
verticalLayout_11->addWidget(scrollAreaJournal);
|
|
|
|
|
|
verticalLayout_9->addWidget(paginationBorderJournal);
|
|
|
|
paginationBarJournalLayout = new QHBoxLayout();
|
|
paginationBarJournalLayout->setObjectName("paginationBarJournalLayout");
|
|
paginationBarJournalLayout->setContentsMargins(-1, 20, -1, 22);
|
|
|
|
verticalLayout_9->addLayout(paginationBarJournalLayout);
|
|
|
|
|
|
JournalDataLayout->addLayout(verticalLayout_9);
|
|
|
|
|
|
verticalLayout_3->addLayout(JournalDataLayout);
|
|
|
|
tabWidget->addTab(journalTab, QString());
|
|
settingsTab = new QWidget();
|
|
settingsTab->setObjectName("settingsTab");
|
|
sizePolicy2.setHeightForWidth(settingsTab->sizePolicy().hasHeightForWidth());
|
|
settingsTab->setSizePolicy(sizePolicy2);
|
|
settingsTab->setStyleSheet(QString::fromUtf8("#settingsTab {\n"
|
|
" image: url(:/visual/res/svg/fema-wing.svg);\n"
|
|
" background-color: #ffffff; \n"
|
|
" image-position: bottom right;\n"
|
|
"}"));
|
|
verticalLayout_15 = new QVBoxLayout(settingsTab);
|
|
verticalLayout_15->setSpacing(0);
|
|
verticalLayout_15->setObjectName("verticalLayout_15");
|
|
verticalLayout_15->setContentsMargins(25, 30, 0, 0);
|
|
serverButtonSettings = new QPushButton(settingsTab);
|
|
serverButtonSettings->setObjectName("serverButtonSettings");
|
|
serverButtonSettings->setMinimumSize(QSize(600, 40));
|
|
serverButtonSettings->setMaximumSize(QSize(600, 40));
|
|
serverButtonSettings->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #e0f2f7;\n"
|
|
" border-color: #1A4A73;\n"
|
|
" color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
" color: white; \n"
|
|
"}"));
|
|
|
|
verticalLayout_15->addWidget(serverButtonSettings);
|
|
|
|
widget = new QWidget(settingsTab);
|
|
widget->setObjectName("widget");
|
|
QSizePolicy sizePolicy6(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Fixed);
|
|
sizePolicy6.setHorizontalStretch(0);
|
|
sizePolicy6.setVerticalStretch(0);
|
|
sizePolicy6.setHeightForWidth(widget->sizePolicy().hasHeightForWidth());
|
|
widget->setSizePolicy(sizePolicy6);
|
|
widget->setMinimumSize(QSize(600, 80));
|
|
widget->setMaximumSize(QSize(600, 16777215));
|
|
verticalLayout_16 = new QVBoxLayout(widget);
|
|
verticalLayout_16->setObjectName("verticalLayout_16");
|
|
scrollAreaServers = new QScrollArea(widget);
|
|
scrollAreaServers->setObjectName("scrollAreaServers");
|
|
scrollAreaServers->setStyleSheet(QString::fromUtf8("QScrollArea#scrollAreaServers {\n"
|
|
" background: transparent; \n"
|
|
" border: none;\n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar:vertical { \n"
|
|
" background: #ebebeb; width: 10px; border-radius: 5px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::handle:vertical { \n"
|
|
" background: #6d6d6d; \n"
|
|
" border-radius: 5px; \n"
|
|
" min-height: 20px; \n"
|
|
"}\n"
|
|
" \n"
|
|
"QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { \n"
|
|
" border: none; \n"
|
|
" background: none; \n"
|
|
" color: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical { \n"
|
|
" background: transparent; \n"
|
|
" border: none; \n"
|
|
"} \n"
|
|
"\n"
|
|
"QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { \n"
|
|
" background: transparent; \n"
|
|
"}\n"
|
|
""));
|
|
scrollAreaServers->setWidgetResizable(true);
|
|
scrollAreaWidgetContents = new QWidget();
|
|
scrollAreaWidgetContents->setObjectName("scrollAreaWidgetContents");
|
|
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 582, 62));
|
|
scrollAreaWidgetContents->setStyleSheet(QString::fromUtf8("background: transparent; "));
|
|
scrollAreaServersLayout = new QVBoxLayout(scrollAreaWidgetContents);
|
|
scrollAreaServersLayout->setSpacing(5);
|
|
scrollAreaServersLayout->setObjectName("scrollAreaServersLayout");
|
|
scrollAreaServersLayout->setContentsMargins(0, 0, 0, 0);
|
|
scrollAreaServers->setWidget(scrollAreaWidgetContents);
|
|
|
|
verticalLayout_16->addWidget(scrollAreaServers);
|
|
|
|
|
|
verticalLayout_15->addWidget(widget);
|
|
|
|
line = new QFrame(settingsTab);
|
|
line->setObjectName("line");
|
|
line->setMinimumSize(QSize(1250, 0));
|
|
line->setMaximumSize(QSize(922, 16777215));
|
|
line->setFrameShape(QFrame::Shape::HLine);
|
|
line->setFrameShadow(QFrame::Shadow::Sunken);
|
|
|
|
verticalLayout_15->addWidget(line);
|
|
|
|
horizontalLayout_16 = new QHBoxLayout();
|
|
horizontalLayout_16->setSpacing(50);
|
|
horizontalLayout_16->setObjectName("horizontalLayout_16");
|
|
label_17 = new QLabel(settingsTab);
|
|
label_17->setObjectName("label_17");
|
|
label_17->setMinimumSize(QSize(600, 40));
|
|
label_17->setMaximumSize(QSize(520, 40));
|
|
label_17->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_16->addWidget(label_17);
|
|
|
|
label_26 = new QLabel(settingsTab);
|
|
label_26->setObjectName("label_26");
|
|
QSizePolicy sizePolicy7(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Preferred);
|
|
sizePolicy7.setHorizontalStretch(0);
|
|
sizePolicy7.setVerticalStretch(40);
|
|
sizePolicy7.setHeightForWidth(label_26->sizePolicy().hasHeightForWidth());
|
|
label_26->setSizePolicy(sizePolicy7);
|
|
label_26->setMinimumSize(QSize(520, 40));
|
|
label_26->setMaximumSize(QSize(520, 40));
|
|
label_26->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_16->addWidget(label_26);
|
|
|
|
horizontalSpacer_24 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_16->addItem(horizontalSpacer_24);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_16);
|
|
|
|
horizontalLayout_14 = new QHBoxLayout();
|
|
horizontalLayout_14->setObjectName("horizontalLayout_14");
|
|
horizontalLayout_14->setContentsMargins(-1, 10, -1, 10);
|
|
label_18 = new QLabel(settingsTab);
|
|
label_18->setObjectName("label_18");
|
|
label_18->setMinimumSize(QSize(200, 0));
|
|
label_18->setMaximumSize(QSize(200, 16777215));
|
|
label_18->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_14->addWidget(label_18);
|
|
|
|
serialLineEdit = new QLineEdit(settingsTab);
|
|
serialLineEdit->setObjectName("serialLineEdit");
|
|
serialLineEdit->setMinimumSize(QSize(394, 0));
|
|
serialLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
serialLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_14->addWidget(serialLineEdit);
|
|
|
|
horizontalSpacer_25 = new QSpacerItem(38, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_14->addItem(horizontalSpacer_25);
|
|
|
|
label_27 = new QLabel(settingsTab);
|
|
label_27->setObjectName("label_27");
|
|
label_27->setMinimumSize(QSize(200, 0));
|
|
label_27->setMaximumSize(QSize(200, 16777215));
|
|
label_27->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_14->addWidget(label_27);
|
|
|
|
adresLineEdit = new QLineEdit(settingsTab);
|
|
adresLineEdit->setObjectName("adresLineEdit");
|
|
adresLineEdit->setMinimumSize(QSize(394, 0));
|
|
adresLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
adresLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_14->addWidget(adresLineEdit);
|
|
|
|
horizontalSpacer_12 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_14->addItem(horizontalSpacer_12);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_14);
|
|
|
|
horizontalLayout_13 = new QHBoxLayout();
|
|
horizontalLayout_13->setObjectName("horizontalLayout_13");
|
|
horizontalLayout_13->setContentsMargins(-1, -1, -1, 10);
|
|
label_19 = new QLabel(settingsTab);
|
|
label_19->setObjectName("label_19");
|
|
label_19->setMinimumSize(QSize(200, 0));
|
|
label_19->setMaximumSize(QSize(200, 16777215));
|
|
label_19->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_13->addWidget(label_19);
|
|
|
|
factoryLineEdit = new QLineEdit(settingsTab);
|
|
factoryLineEdit->setObjectName("factoryLineEdit");
|
|
factoryLineEdit->setMinimumSize(QSize(394, 0));
|
|
factoryLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
factoryLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_13->addWidget(factoryLineEdit);
|
|
|
|
horizontalSpacer_26 = new QSpacerItem(38, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_13->addItem(horizontalSpacer_26);
|
|
|
|
label_28 = new QLabel(settingsTab);
|
|
label_28->setObjectName("label_28");
|
|
label_28->setMinimumSize(QSize(200, 0));
|
|
label_28->setMaximumSize(QSize(200, 16777215));
|
|
label_28->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_13->addWidget(label_28);
|
|
|
|
userNameLineEdit = new QLineEdit(settingsTab);
|
|
userNameLineEdit->setObjectName("userNameLineEdit");
|
|
userNameLineEdit->setMinimumSize(QSize(394, 0));
|
|
userNameLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
userNameLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_13->addWidget(userNameLineEdit);
|
|
|
|
horizontalSpacer_13 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_13->addItem(horizontalSpacer_13);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_13);
|
|
|
|
horizontalLayout_12 = new QHBoxLayout();
|
|
horizontalLayout_12->setObjectName("horizontalLayout_12");
|
|
horizontalLayout_12->setContentsMargins(-1, -1, -1, 10);
|
|
label_20 = new QLabel(settingsTab);
|
|
label_20->setObjectName("label_20");
|
|
label_20->setMinimumSize(QSize(200, 0));
|
|
label_20->setMaximumSize(QSize(200, 16777215));
|
|
label_20->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_12->addWidget(label_20);
|
|
|
|
exhuyantLineEdit = new QLineEdit(settingsTab);
|
|
exhuyantLineEdit->setObjectName("exhuyantLineEdit");
|
|
exhuyantLineEdit->setMinimumSize(QSize(394, 0));
|
|
exhuyantLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
exhuyantLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_12->addWidget(exhuyantLineEdit);
|
|
|
|
horizontalSpacer_27 = new QSpacerItem(38, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_12->addItem(horizontalSpacer_27);
|
|
|
|
label_29 = new QLabel(settingsTab);
|
|
label_29->setObjectName("label_29");
|
|
label_29->setMinimumSize(QSize(200, 0));
|
|
label_29->setMaximumSize(QSize(200, 16777215));
|
|
label_29->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_12->addWidget(label_29);
|
|
|
|
userPasswordLineEdit = new QLineEdit(settingsTab);
|
|
userPasswordLineEdit->setObjectName("userPasswordLineEdit");
|
|
userPasswordLineEdit->setMinimumSize(QSize(394, 0));
|
|
userPasswordLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
userPasswordLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_12->addWidget(userPasswordLineEdit);
|
|
|
|
horizontalSpacer_14 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_12->addItem(horizontalSpacer_14);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_12);
|
|
|
|
horizontalLayout_11 = new QHBoxLayout();
|
|
horizontalLayout_11->setObjectName("horizontalLayout_11");
|
|
horizontalLayout_11->setContentsMargins(-1, -1, -1, 10);
|
|
label_21 = new QLabel(settingsTab);
|
|
label_21->setObjectName("label_21");
|
|
label_21->setMinimumSize(QSize(200, 0));
|
|
label_21->setMaximumSize(QSize(200, 16777215));
|
|
label_21->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_11->addWidget(label_21);
|
|
|
|
fleetLineEdit = new QLineEdit(settingsTab);
|
|
fleetLineEdit->setObjectName("fleetLineEdit");
|
|
fleetLineEdit->setMinimumSize(QSize(394, 0));
|
|
fleetLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
fleetLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_11->addWidget(fleetLineEdit);
|
|
|
|
horizontalSpacer_28 = new QSpacerItem(38, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_11->addItem(horizontalSpacer_28);
|
|
|
|
label_30 = new QLabel(settingsTab);
|
|
label_30->setObjectName("label_30");
|
|
label_30->setMinimumSize(QSize(200, 0));
|
|
label_30->setMaximumSize(QSize(200, 16777215));
|
|
label_30->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_11->addWidget(label_30);
|
|
|
|
argusSerialLineEdit = new QLineEdit(settingsTab);
|
|
argusSerialLineEdit->setObjectName("argusSerialLineEdit");
|
|
argusSerialLineEdit->setMinimumSize(QSize(394, 0));
|
|
argusSerialLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
argusSerialLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_11->addWidget(argusSerialLineEdit);
|
|
|
|
horizontalSpacer_15 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_11->addItem(horizontalSpacer_15);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_11);
|
|
|
|
horizontalLayout_10 = new QHBoxLayout();
|
|
horizontalLayout_10->setObjectName("horizontalLayout_10");
|
|
horizontalLayout_10->setContentsMargins(-1, -1, -1, 10);
|
|
label_22 = new QLabel(settingsTab);
|
|
label_22->setObjectName("label_22");
|
|
label_22->setMinimumSize(QSize(200, 0));
|
|
label_22->setMaximumSize(QSize(200, 16777215));
|
|
label_22->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_10->addWidget(label_22);
|
|
|
|
sideLineEdit = new QLineEdit(settingsTab);
|
|
sideLineEdit->setObjectName("sideLineEdit");
|
|
sideLineEdit->setMinimumSize(QSize(394, 0));
|
|
sideLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
sideLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_10->addWidget(sideLineEdit);
|
|
|
|
horizontalSpacer_21 = new QSpacerItem(38, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_10->addItem(horizontalSpacer_21);
|
|
|
|
label_31 = new QLabel(settingsTab);
|
|
label_31->setObjectName("label_31");
|
|
label_31->setStyleSheet(QString::fromUtf8("width: 488px;\n"
|
|
"height: 36px;\n"
|
|
"background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 30px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 36.31px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_10->addWidget(label_31);
|
|
|
|
horizontalSpacer_23 = new QSpacerItem(3, 20, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_10->addItem(horizontalSpacer_23);
|
|
|
|
exportButtonSettings = new QPushButton(settingsTab);
|
|
exportButtonSettings->setObjectName("exportButtonSettings");
|
|
exportButtonSettings->setMinimumSize(QSize(235, 40));
|
|
exportButtonSettings->setMaximumSize(QSize(235, 40));
|
|
exportButtonSettings->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #e0f2f7;\n"
|
|
" border-color: #1A4A73;\n"
|
|
" color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
" color: white; \n"
|
|
"}"));
|
|
|
|
horizontalLayout_10->addWidget(exportButtonSettings);
|
|
|
|
horizontalSpacer_29 = new QSpacerItem(3, 0, QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_10->addItem(horizontalSpacer_29);
|
|
|
|
importButtonSettings = new QPushButton(settingsTab);
|
|
importButtonSettings->setObjectName("importButtonSettings");
|
|
importButtonSettings->setMinimumSize(QSize(235, 40));
|
|
importButtonSettings->setMaximumSize(QSize(235, 40));
|
|
importButtonSettings->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_10->addWidget(importButtonSettings);
|
|
|
|
horizontalSpacer_16 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_10->addItem(horizontalSpacer_16);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_10);
|
|
|
|
horizontalLayout_9 = new QHBoxLayout();
|
|
horizontalLayout_9->setObjectName("horizontalLayout_9");
|
|
horizontalLayout_9->setContentsMargins(-1, -1, -1, 10);
|
|
label_23 = new QLabel(settingsTab);
|
|
label_23->setObjectName("label_23");
|
|
label_23->setMinimumSize(QSize(200, 0));
|
|
label_23->setMaximumSize(QSize(200, 16777215));
|
|
label_23->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_9->addWidget(label_23);
|
|
|
|
gosNumberLineEdit = new QLineEdit(settingsTab);
|
|
gosNumberLineEdit->setObjectName("gosNumberLineEdit");
|
|
gosNumberLineEdit->setMinimumSize(QSize(394, 0));
|
|
gosNumberLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
gosNumberLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_9->addWidget(gosNumberLineEdit);
|
|
|
|
horizontalSpacer_17 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_9->addItem(horizontalSpacer_17);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_9);
|
|
|
|
horizontalLayout_4 = new QHBoxLayout();
|
|
horizontalLayout_4->setObjectName("horizontalLayout_4");
|
|
horizontalLayout_4->setContentsMargins(-1, -1, -1, 10);
|
|
label_24 = new QLabel(settingsTab);
|
|
label_24->setObjectName("label_24");
|
|
label_24->setMinimumSize(QSize(200, 0));
|
|
label_24->setMaximumSize(QSize(200, 16777215));
|
|
label_24->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_4->addWidget(label_24);
|
|
|
|
factoryNumberLineEdit = new QLineEdit(settingsTab);
|
|
factoryNumberLineEdit->setObjectName("factoryNumberLineEdit");
|
|
factoryNumberLineEdit->setMinimumSize(QSize(394, 0));
|
|
factoryNumberLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
factoryNumberLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_4->addWidget(factoryNumberLineEdit);
|
|
|
|
horizontalSpacer_18 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_4->addItem(horizontalSpacer_18);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_4);
|
|
|
|
horizontalLayout_18 = new QHBoxLayout();
|
|
horizontalLayout_18->setObjectName("horizontalLayout_18");
|
|
horizontalLayout_18->setContentsMargins(-1, -1, -1, 10);
|
|
label_32 = new QLabel(settingsTab);
|
|
label_32->setObjectName("label_32");
|
|
label_32->setMinimumSize(QSize(200, 0));
|
|
label_32->setMaximumSize(QSize(200, 16777215));
|
|
label_32->setStyleSheet(QString::fromUtf8("background: transparent;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 29.05px;\n"
|
|
"text-align: left;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_18->addWidget(label_32);
|
|
|
|
groupLineEdit = new QLineEdit(settingsTab);
|
|
groupLineEdit->setObjectName("groupLineEdit");
|
|
groupLineEdit->setMinimumSize(QSize(394, 0));
|
|
groupLineEdit->setMaximumSize(QSize(394, 16777215));
|
|
groupLineEdit->setStyleSheet(QString::fromUtf8("border: 2px solid #DCD174;\n"
|
|
"font-family: Inter;\n"
|
|
"font-size: 20px;\n"
|
|
"font-weight: 400;\n"
|
|
"line-height: 31.47px;\n"
|
|
"text-align: left;\n"
|
|
"background: #00000000;\n"
|
|
"color: #13385F;\n"
|
|
""));
|
|
|
|
horizontalLayout_18->addWidget(groupLineEdit);
|
|
|
|
horizontalSpacer_30 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_18->addItem(horizontalSpacer_30);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_18);
|
|
|
|
horizontalLayout_17 = new QHBoxLayout();
|
|
horizontalLayout_17->setSpacing(15);
|
|
horizontalLayout_17->setObjectName("horizontalLayout_17");
|
|
horizontalLayout_17->setContentsMargins(-1, -1, -1, 10);
|
|
horizontalSpacer_22 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_17->addItem(horizontalSpacer_22);
|
|
|
|
cancelButtonSettings = new QPushButton(settingsTab);
|
|
cancelButtonSettings->setObjectName("cancelButtonSettings");
|
|
cancelButtonSettings->setMinimumSize(QSize(235, 40));
|
|
cancelButtonSettings->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" color: #13385F;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #e0f2f7;\n"
|
|
" border-color: #1A4A73;\n"
|
|
" color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
" color: white; \n"
|
|
"}"));
|
|
|
|
horizontalLayout_17->addWidget(cancelButtonSettings);
|
|
|
|
saveButtonSettings = new QPushButton(settingsTab);
|
|
saveButtonSettings->setObjectName("saveButtonSettings");
|
|
saveButtonSettings->setMinimumSize(QSize(235, 40));
|
|
saveButtonSettings->setStyleSheet(QString::fromUtf8("QPushButton {\n"
|
|
" border-style: outset;\n"
|
|
" border-radius: 5px;\n"
|
|
" border-color: #13385F;\n"
|
|
" border-width: 1px;\n"
|
|
" background-color: #13385F;\n"
|
|
" color: white;\n"
|
|
" font-family: Inter;\n"
|
|
" font-size: 22px;\n"
|
|
" font-weight: 500;\n"
|
|
" line-height: 26.63px;\n"
|
|
" text-align: center;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:hover {\n"
|
|
" background-color: #1A4A73;\n"
|
|
" border-color: #1A4A73;\n"
|
|
"}\n"
|
|
"\n"
|
|
"QPushButton:pressed {\n"
|
|
" background-color: #102E47;\n"
|
|
" border-color: #102E47;\n"
|
|
"}"));
|
|
|
|
horizontalLayout_17->addWidget(saveButtonSettings);
|
|
|
|
horizontalSpacer_20 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
|
|
|
|
horizontalLayout_17->addItem(horizontalSpacer_20);
|
|
|
|
|
|
verticalLayout_15->addLayout(horizontalLayout_17);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
|
|
|
|
verticalLayout_15->addItem(verticalSpacer);
|
|
|
|
tabWidget->addTab(settingsTab, QString());
|
|
|
|
gridLayout_4->addWidget(tabWidget, 0, 0, 1, 1);
|
|
|
|
MainWindow->setCentralWidget(centralwidget);
|
|
statusbar = new QStatusBar(MainWindow);
|
|
statusbar->setObjectName("statusbar");
|
|
MainWindow->setStatusBar(statusbar);
|
|
|
|
retranslateUi(MainWindow);
|
|
|
|
tabWidget->setCurrentIndex(4);
|
|
|
|
|
|
QMetaObject::connectSlotsByName(MainWindow);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QMainWindow *MainWindow)
|
|
{
|
|
MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "FemaLocal", nullptr));
|
|
group->setText(QCoreApplication::translate("MainWindow", "\320\223\321\200\321\203\320\277\320\277\320\260:", nullptr));
|
|
showHidden->setText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\272\320\260\320\267\320\260\321\202\321\214 \321\201\320\272\321\200\321\213\321\202\321\213\320\265", nullptr));
|
|
search->setText(QString());
|
|
search->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\270\321\201\320\272...", nullptr));
|
|
tabWidget->setTabText(tabWidget->indexOf(sensorsTab), QCoreApplication::translate("MainWindow", "\320\224\320\260\321\202\321\207\320\270\320\272\320\270", nullptr));
|
|
TimeIntrval->setText(QCoreApplication::translate("MainWindow", "\320\222\321\200\320\265\320\274\320\265\320\275\320\275\320\276\320\271 \320\277\321\200\320\276\320\274\320\265\320\266\321\203\321\202\320\276\320\272:", nullptr));
|
|
updateTreeButtonIncident->setText(QCoreApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214 \320\264\320\265\321\200\320\265\320\262\320\276", nullptr));
|
|
searchIncidents->setText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\270\321\201\320\272", nullptr));
|
|
searchIncedents->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\270\321\201\320\272...", nullptr));
|
|
label->setText(QCoreApplication::translate("MainWindow", "\320\223\321\200\321\203\320\277\320\277\320\260", nullptr));
|
|
label_5->setText(QCoreApplication::translate("MainWindow", "\320\224\320\260\321\202\321\207\320\270\320\272", nullptr));
|
|
label_6->setText(QCoreApplication::translate("MainWindow", "\320\224\320\260\321\202\320\260", nullptr));
|
|
label_8->setText(QCoreApplication::translate("MainWindow", "\320\222\321\200\320\265\320\274\321\217", nullptr));
|
|
label_9->setText(QString());
|
|
tabWidget->setTabText(tabWidget->indexOf(incidentsTab), QCoreApplication::translate("MainWindow", "\320\230\320\275\321\206\320\270\320\264\320\265\320\275\321\202\321\213", nullptr));
|
|
label_7->setText(QCoreApplication::translate("MainWindow", "\320\224\320\260\321\202\321\207\320\270\320\272:", nullptr));
|
|
realTimeButtonStatistic->setText(QCoreApplication::translate("MainWindow", "\320\222 \321\200\320\265\320\260\320\273\321\214\320\275\320\276\320\274 \320\262\321\200\320\265\320\274\320\265\320\275\320\270", nullptr));
|
|
archiveButtonStatistic->setText(QCoreApplication::translate("MainWindow", "\320\230\320\267 \320\260\321\200\321\205\320\270\320\262\320\260", nullptr));
|
|
label_14->setText(QCoreApplication::translate("MainWindow", "\320\235\320\260\321\207\320\260\320\273\320\276 \320\277\321\200\320\276\320\274\320\265\320\266\321\203\321\202\320\272\320\260:", nullptr));
|
|
label_16->setText(QCoreApplication::translate("MainWindow", "\320\232\320\276\320\275\320\265\321\206 \320\277\321\200\320\276\320\274\320\265\320\266\321\203\321\202\320\272\320\260:", nullptr));
|
|
showStatisticButton->setText(QCoreApplication::translate("MainWindow", "\320\236\321\202\320\276\320\261\321\200\320\260\320\267\320\270\321\202\321\214 \320\264\320\260\320\275\320\275\321\213\320\265", nullptr));
|
|
tabWidget->setTabText(tabWidget->indexOf(statisticsTab), QCoreApplication::translate("MainWindow", "\320\241\321\202\320\260\321\202\320\270\321\201\321\202\320\270\320\272\320\260", nullptr));
|
|
label_4->setText(QCoreApplication::translate("MainWindow", "\320\222\321\200\320\265\320\274\320\265\320\275\320\275\320\276\320\271 \320\277\321\200\320\276\320\274\320\265\320\266\321\203\321\202\320\276\320\272:", nullptr));
|
|
label_3->setText(QCoreApplication::translate("MainWindow", "\320\241\321\202\320\260\321\202\321\203\321\201:", nullptr));
|
|
label_2->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\321\200\321\202\320\270\321\200\320\276\320\262\320\272\320\260", nullptr));
|
|
updateTreeButtonJournal->setText(QCoreApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214 \320\264\320\265\321\200\320\265\320\262\320\276", nullptr));
|
|
searchLogs->setText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\270\321\201\320\272", nullptr));
|
|
searchJournal->setPlaceholderText(QCoreApplication::translate("MainWindow", "\320\237\320\276\320\270\321\201\320\272...", nullptr));
|
|
label_10->setText(QCoreApplication::translate("MainWindow", "\320\222\321\200\320\265\320\274\321\217", nullptr));
|
|
label_15->setText(QCoreApplication::translate("MainWindow", "\320\233\320\276\320\263", nullptr));
|
|
label_13->setText(QCoreApplication::translate("MainWindow", "\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\320\265\320\273\321\214", nullptr));
|
|
label_12->setText(QCoreApplication::translate("MainWindow", "\320\240\320\260\320\267\320\264\320\265\320\273", nullptr));
|
|
label_11->setText(QCoreApplication::translate("MainWindow", "\320\241\321\202\320\260\321\202\321\203\321\201", nullptr));
|
|
tabWidget->setTabText(tabWidget->indexOf(journalTab), QCoreApplication::translate("MainWindow", "\320\226\321\203\321\200\320\275\320\260\320\273", nullptr));
|
|
serverButtonSettings->setText(QCoreApplication::translate("MainWindow", "\320\224\320\276\320\261\320\260\320\262\320\270\321\202\321\214 \321\201\320\265\321\200\320\262\320\265\321\200", nullptr));
|
|
label_17->setText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\262\320\265\321\200\321\213", nullptr));
|
|
label_26->setText(QCoreApplication::translate("MainWindow", "\320\220\321\200\320\263\321\203\321\201", nullptr));
|
|
label_18->setText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\270\320\271\320\275\321\213\320\271 \320\275\320\276\320\274\320\265\321\200", nullptr));
|
|
label_27->setText(QCoreApplication::translate("MainWindow", "\320\220\320\264\321\200\320\265\321\201 \321\201\320\265\321\200\320\262\320\265\321\200\320\260", nullptr));
|
|
label_19->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\262\320\276\320\264 \320\270\320\267\320\263\320\276\321\202\320\276\320\262\320\270\321\202\320\265\320\273\321\214", nullptr));
|
|
label_28->setText(QCoreApplication::translate("MainWindow", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217", nullptr));
|
|
label_20->setText(QCoreApplication::translate("MainWindow", "\320\255\320\272\321\201\320\277\320\273\321\203\320\260\321\202\320\260\320\275\321\202", nullptr));
|
|
label_29->setText(QCoreApplication::translate("MainWindow", "\320\237\320\260\321\200\320\276\320\273\321\214 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217", nullptr));
|
|
label_21->setText(QCoreApplication::translate("MainWindow", "\320\242\321\200\320\260\320\275\321\201\320\277\320\276\321\200\321\202\320\275\321\213\320\271 \320\277\320\260\321\200\320\272", nullptr));
|
|
label_30->setText(QCoreApplication::translate("MainWindow", "\320\241\320\265\321\200\320\270\320\271\320\275\321\213\320\271 \320\275\320\276\320\274\320\265\321\200", nullptr));
|
|
label_22->setText(QCoreApplication::translate("MainWindow", "\320\221\320\276\321\200\321\202\320\276\320\262\320\276\320\271 \320\275\320\276\320\274\320\265\321\200", nullptr));
|
|
label_31->setText(QCoreApplication::translate("MainWindow", "\320\232\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217", nullptr));
|
|
exportButtonSettings->setText(QCoreApplication::translate("MainWindow", "\320\255\320\272\321\201\320\277\320\276\321\200\321\202", nullptr));
|
|
importButtonSettings->setText(QCoreApplication::translate("MainWindow", "\320\230\320\274\320\277\320\276\321\200\321\202", nullptr));
|
|
label_23->setText(QCoreApplication::translate("MainWindow", "\320\223\320\276\321\201.\320\275\320\276\320\274\320\265\321\200", nullptr));
|
|
label_24->setText(QCoreApplication::translate("MainWindow", "\320\227\320\260\320\262\320\276\320\264\321\201\320\272\320\276\320\271 \320\275\320\276\320\274\320\265\321\200", nullptr));
|
|
label_32->setText(QCoreApplication::translate("MainWindow", "\320\223\321\200\321\203\320\277\320\277\320\260", nullptr));
|
|
cancelButtonSettings->setText(QCoreApplication::translate("MainWindow", "\320\236\321\202\320\274\320\265\320\275\320\260", nullptr));
|
|
saveButtonSettings->setText(QCoreApplication::translate("MainWindow", "\320\241\320\276\321\205\321\200\320\260\320\275\320\270\321\202\321\214", nullptr));
|
|
tabWidget->setTabText(tabWidget->indexOf(settingsTab), QCoreApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class MainWindow: public Ui_MainWindow {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_MAINWINDOW_H
|