4249 lines
124 KiB
XML
4249 lines
124 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MainWindow</class>
|
||
<widget class="QMainWindow" name="MainWindow">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1580</width>
|
||
<height>750</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1580</width>
|
||
<height>750</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="baseSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>FemaLocal</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QMainWindow#MainWindow{
|
||
background: white;
|
||
}
|
||
|
||
</string>
|
||
</property>
|
||
<property name="tabShape">
|
||
<enum>QTabWidget::TabShape::Rounded</enum>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#centralwidget{
|
||
background: #dcd174;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_4">
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item row="0" column="0">
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QTabWidget {
|
||
border: none;
|
||
}
|
||
|
||
QTabBar::tab{
|
||
background: #dcd174;
|
||
width: 222px;
|
||
height: 44px;
|
||
opacity: 0px;
|
||
border: 1px solid #dcd174;
|
||
padding: 18px 0px;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 36px;
|
||
font-weight: 500;
|
||
line-height: 43.57px;
|
||
text-align: left;
|
||
}
|
||
|
||
QTabBar::tab:selected {
|
||
background: #dcd174;
|
||
font-size: 36px;
|
||
font-weight: 900;
|
||
line-height: 43.57px;
|
||
text-align: left;
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>2</number>
|
||
</property>
|
||
<widget class="QWidget" name="sensorsTab">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">#sensorsTab {
|
||
image: url(:/visual/res/svg/fema-wing.svg);
|
||
background-color: white;
|
||
image-position: bottom right;
|
||
border: none;
|
||
}</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Датчики</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="SensorsTabLayout">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="nameLayout">
|
||
<property name="spacing">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetFixedSize</enum>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="group">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>36</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Группа:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="showHidden">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>275</width>
|
||
<height>36</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 275px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Показать скрытые</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="selectLayout">
|
||
<property name="spacing">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetFixedSize</enum>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QComboBox" name="groupSelect">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="showHiddenSelect">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>275</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="searchLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetFixedSize</enum>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLineEdit" name="search">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>778</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QLineEdit {
|
||
width: 778px;
|
||
height: 60px;
|
||
border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 26px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #a6a6a6;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>Поиск...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="sensorsLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="incidentsTab">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">#incidentsTab {
|
||
image: url(:/visual/res/svg/fema-wing.svg);
|
||
background-color: #ffffff;
|
||
image-position: bottom right;
|
||
border: none;
|
||
}</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Инциденты</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="IncidentsSearchLayout">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="IncidentsSearchTextLayout">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="TimeIntrval">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Временной промежуток:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="updateTreeButtonIncident">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Обновить дерево</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_10">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>68</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="searchIncidents">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Поиск</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_8">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QComboBox" name="timeIntervalIncedents">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="searchIncedents">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 778px;
|
||
height: 60px;
|
||
border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 26px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #a6a6a6;
|
||
|
||
|
||
|
||
</string>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>Поиск...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="IncidentsDataLayout">
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>82</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="treeBorderIncidents" native="true">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>272</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>272</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#treeBorderIncidents {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QTreeWidget" name="treeIncidents">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> QTreeView::branch:has-siblings:!adjoins-item {
|
||
border-image: url(:/png/res/png/vline.png) 0;
|
||
}
|
||
QTreeView::branch:has-siblings:adjoins-item {
|
||
border-image: url(:/png/res/png/branch-more.png) 0;
|
||
}
|
||
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
||
border-image: url(:/png/res/png/branch-end.png) 0;
|
||
}
|
||
QTreeView::branch:has-children:!has-siblings:closed,
|
||
QTreeView::branch:closed:has-children:has-siblings {
|
||
border-image: none;
|
||
image: url(:/png/res/png/close.png);
|
||
}
|
||
QTreeView::branch:open:has-children:!has-siblings,
|
||
QTreeView::branch:open:has-children:has-siblings {
|
||
border-image: none;
|
||
image: url(:/png/res/png/open.png);
|
||
}
|
||
|
||
QHeaderView {
|
||
min-height: 0px;
|
||
max-height: 0px;
|
||
}
|
||
|
||
QTreeView {
|
||
background: transparent;
|
||
border: none;
|
||
font-family: Inter;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
line-height: 19.36px;
|
||
text-align: left;
|
||
}
|
||
|
||
QTreeWidget::indicator:unchecked {
|
||
border: 2px solid #e6e6e6;
|
||
background-color: transparent;
|
||
width: 18px;
|
||
height: 18px;
|
||
border-radius: 4px;
|
||
}
|
||
QTreeWidget::indicator:checked {
|
||
border: 2px solid #c7bf78;
|
||
background-color: rgba(220, 209, 116, 0.85);
|
||
width: 18px;
|
||
height: 18px;
|
||
border-radius: 4px;
|
||
image: url(:/png/res/png/checked.png);
|
||
}
|
||
|
||
QTreeWidget::item {
|
||
color: #808080;
|
||
}
|
||
QTreeWidget::item:open {
|
||
color: #404040;
|
||
}
|
||
QTreeWidget::item:!has-children {
|
||
color: #808080;
|
||
}
|
||
|
||
QTreeWidget::item:selected {
|
||
background: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<column>
|
||
<property name="text">
|
||
<string notr="true">1</string>
|
||
</property>
|
||
</column>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="paginationBorder" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#paginationBorder {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="paginationLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="titleBarIncidents" native="true">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#titleBarIncidents {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<property name="spacing">
|
||
<number>70</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Группа</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>350</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Датчик</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Дата</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_5">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>5</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>100</horstretch>
|
||
<verstretch>27</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Время</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_9">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>140</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>140</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollAreaIncidents">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1000</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QScrollArea#scrollAreaIncidents {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar:vertical {
|
||
background: #ebebeb; width: 10px; border-radius: 5px;
|
||
}
|
||
|
||
QScrollBar::handle:vertical {
|
||
background: #6d6d6d;
|
||
border-radius: 5px;
|
||
min-height: 20px;
|
||
}
|
||
|
||
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
|
||
border: none;
|
||
background: none;
|
||
color: none;
|
||
}
|
||
|
||
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
||
background: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollWidgetIncidents">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1234</width>
|
||
<height>370</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1000</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#scrollWidgetIncidents{
|
||
background: transparent
|
||
}</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="scrollLayoutIncidents">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="paginationBarIncedentsLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>20</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>22</number>
|
||
</property>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="statisticsTab">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">#statisticsTab {
|
||
image: url(:/visual/res/svg/fema-wing.svg);
|
||
background-color: #ffffff;
|
||
image-position: bottom right;
|
||
}</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Статистика</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
<property name="spacing">
|
||
<number>20</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>30</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>113</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>113</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Датчик:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="sensorSelectStatistic">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>579</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>579</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_11">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="chartNButtonsLayout">
|
||
<property name="spacing">
|
||
<number>30</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QPushButton" name="realTimeButtonStatistic">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>300</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>300</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: solid;
|
||
border-color: #d5cb7a;
|
||
border-width: 2px;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
border-top-left-radius: 5px;
|
||
border-bottom-left-radius: 5px;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>В реальном времени</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="archiveButtonStatistic">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>300</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>300</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: solid;
|
||
border-color: #d5cb7a;
|
||
border-width: 2px;
|
||
background-color: #d5cb7a;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
border-top-right-radius: 5px;
|
||
border-bottom-right-radius: 5px;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Из архива</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_12">
|
||
<item>
|
||
<widget class="QLabel" name="label_14">
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Начало промежутка:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDateTimeEdit" name="startSelectStatistic">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QDateTimeEdit {
|
||
border: 2px solid #d5cb7a;
|
||
border-radius: 5px;
|
||
font-family: Inter;
|
||
color: #a6a6a6;
|
||
font-size: 26px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: center;
|
||
background-color: transparent;
|
||
}
|
||
|
||
QDateTimeEdit::drop-down {
|
||
border: none;
|
||
width: 0px;
|
||
}
|
||
|
||
QDateTimeEdit::up-button, QDateTimeEdit::down-button {
|
||
border: none;
|
||
width: 0px;
|
||
height: 0px;
|
||
}</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_13">
|
||
<item>
|
||
<widget class="QLabel" name="label_16">
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Конец промежутка:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDateTimeEdit" name="endSelectStatistic">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QDateTimeEdit {
|
||
border: 2px solid #d5cb7a;
|
||
border-radius: 5px;
|
||
font-family: Inter;
|
||
color: #a6a6a6;
|
||
font-size: 26px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: center;
|
||
background: transparent;
|
||
}
|
||
|
||
QDateTimeEdit::drop-down {
|
||
border: none;
|
||
width: 0px;
|
||
}
|
||
|
||
QDateTimeEdit::up-button, QDateTimeEdit::down-button {
|
||
border: none;
|
||
width: 0px;
|
||
height: 0px;
|
||
}</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_14">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QPushButton" name="showStatisticButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Отобразить данные</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QWidget" name="pseudoChart" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="journalTab">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">#journalTab {
|
||
image: url(:/visual/res/svg/fema-wing.svg);
|
||
background-color: #ffffff;
|
||
image-position: bottom right;
|
||
}</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Журнал</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="JournalSearchLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Временной промежуток:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Статус:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Сортировка</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="updateTreeButtonJournal">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Обновить дерево</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_9">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>58</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="searchLogs">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>35</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Поиск</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_6">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QComboBox" name="timeIntervalJournal">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>488</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>480</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="statusJournal">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="sortJournal">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>270</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QComboBox::drop-down {
|
||
border: 0px;
|
||
}
|
||
|
||
QComboBox::down-arrow {
|
||
image: url(:/visual/res/svg/chevron-down.png);
|
||
}
|
||
|
||
QComboBox {
|
||
border: 2px solid #DCD174;
|
||
background: transparent;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 24px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
QComboBox QAbstractItemView {
|
||
border: 2px solid #DCD174;
|
||
background: white;
|
||
selection-color: red;
|
||
selection-background-color: blue;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item {
|
||
font-family: Inter;
|
||
font-size: 50px;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
padding: 5px;
|
||
color: #13385F;
|
||
outline: 0px;;
|
||
}
|
||
|
||
QComboBox QAbstractItemView::item:hover {
|
||
background-color: #13385F;
|
||
selection-color: white;
|
||
outline: 0px;;
|
||
}
|
||
|
||
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="searchJournal">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>480</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>480</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 778px;
|
||
height: 60px;
|
||
border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 26px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #a6a6a6;
|
||
|
||
|
||
|
||
</string>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>Поиск...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_7">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="JournalDataLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>82</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="treeBorderJournal" native="true">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>272</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>272</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#treeBorderJournal {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_10">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QTreeWidget" name="treeJournal">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> QTreeView::branch:has-siblings:!adjoins-item {
|
||
border-image: url(:/png/res/png/vline.png) 0;
|
||
}
|
||
QTreeView::branch:has-siblings:adjoins-item {
|
||
border-image: url(:/png/res/png/branch-more.png) 0;
|
||
}
|
||
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
||
border-image: url(:/png/res/png/branch-end.png) 0;
|
||
}
|
||
QTreeView::branch:has-children:!has-siblings:closed,
|
||
QTreeView::branch:closed:has-children:has-siblings {
|
||
border-image: none;
|
||
image: url(:/png/res/png/close.png);
|
||
}
|
||
QTreeView::branch:open:has-children:!has-siblings,
|
||
QTreeView::branch:open:has-children:has-siblings {
|
||
border-image: none;
|
||
image: url(:/png/res/png/open.png);
|
||
}
|
||
|
||
QHeaderView {
|
||
min-height: 0px;
|
||
max-height: 0px;
|
||
}
|
||
|
||
QTreeView {
|
||
background: transparent;
|
||
border: none;
|
||
font-family: Inter;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
line-height: 19.36px;
|
||
text-align: left;
|
||
}
|
||
|
||
QTreeWidget::indicator:unchecked {
|
||
border: 2px solid #e6e6e6;
|
||
background-color: transparent;
|
||
width: 18px;
|
||
height: 18px;
|
||
border-radius: 4px;
|
||
}
|
||
QTreeWidget::indicator:checked {
|
||
border: 2px solid #c7bf78;
|
||
background-color: rgba(220, 209, 116, 0.85);
|
||
width: 18px;
|
||
height: 18px;
|
||
border-radius: 4px;
|
||
image: url(:/png/res/png/checked.png);
|
||
}
|
||
|
||
QTreeWidget::item {
|
||
color: #808080;
|
||
}
|
||
QTreeWidget::item:open {
|
||
color: #404040;
|
||
}
|
||
QTreeWidget::item:!has-children {
|
||
color: #808080;
|
||
}
|
||
|
||
QTreeWidget::item:selected {
|
||
background: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<column>
|
||
<property name="text">
|
||
<string notr="true">1</string>
|
||
</property>
|
||
</column>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_9">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="paginationBorderJournal" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#paginationBorderJournal {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_11">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QWidget" name="titleBarJournal" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>60</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#titleBarJournal {
|
||
border: 2px solid #E5E7EB;
|
||
border-radius: 5px;
|
||
background-color: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<property name="spacing">
|
||
<number>70</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_10">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>230</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Время</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_15">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Лог</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_13">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Отправитель</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_12">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Раздел</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_11">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>27</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Статус</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollAreaJournal">
|
||
<property name="styleSheet">
|
||
<string notr="true">QScrollArea#scrollAreaJournal {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar:vertical {
|
||
background: #ebebeb; width: 10px; border-radius: 5px;
|
||
}
|
||
|
||
QScrollBar::handle:vertical {
|
||
background: #6d6d6d;
|
||
border-radius: 5px;
|
||
min-height: 20px;
|
||
}
|
||
|
||
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
|
||
border: none;
|
||
background: none;
|
||
color: none;
|
||
}
|
||
|
||
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
||
background: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollWidgetJournal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1240</width>
|
||
<height>376</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#scrollWidgetJournal{
|
||
background: transparent
|
||
}</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="scrollLayoutJournal">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="paginationBarJournalLayout">
|
||
<property name="topMargin">
|
||
<number>20</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>22</number>
|
||
</property>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="settingsTab">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">#settingsTab {
|
||
image: url(:/visual/res/svg/fema-wing.svg);
|
||
background-color: #ffffff;
|
||
image-position: bottom right;
|
||
}</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Настройки</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_15">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>25</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>30</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QPushButton" name="serverButtonSettings">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #e0f2f7;
|
||
border-color: #1A4A73;
|
||
color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
color: white;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Добавить сервер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QWidget" name="widget" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_16">
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollAreaServers">
|
||
<property name="styleSheet">
|
||
<string notr="true">QScrollArea#scrollAreaServers {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar:vertical {
|
||
background: #ebebeb; width: 10px; border-radius: 5px;
|
||
}
|
||
|
||
QScrollBar::handle:vertical {
|
||
background: #6d6d6d;
|
||
border-radius: 5px;
|
||
min-height: 20px;
|
||
}
|
||
|
||
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
|
||
border: none;
|
||
background: none;
|
||
color: none;
|
||
}
|
||
|
||
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical {
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
||
background: transparent;
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>582</width>
|
||
<height>62</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent; </string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="scrollAreaServersLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="Line" name="line">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1250</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>922</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_16">
|
||
<property name="spacing">
|
||
<number>50</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_17">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>600</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>520</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Серверы</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_26">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>40</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>520</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>520</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Аргус</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_24">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
||
<property name="topMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_18">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Серийный номер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="serialLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_25">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>38</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_27">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Адрес сервера</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="adresLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_12">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_19">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Завод изготовитель</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="factoryLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_26">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>38</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_28">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Имя пользователя</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="userNameLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_13">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Эксплуатант</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="exhuyantLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_27">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>38</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_29">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Пароль пользователя</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="userPasswordLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_14">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_21">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Транспортный парк</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="fleetLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_28">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>38</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_30">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Серийный номер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="argusSerialLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_15">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_22">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Бортовой номер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="sideLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_21">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>38</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_31">
|
||
<property name="styleSheet">
|
||
<string notr="true">width: 488px;
|
||
height: 36px;
|
||
background: transparent;
|
||
font-family: Inter;
|
||
font-size: 30px;
|
||
font-weight: 400;
|
||
line-height: 36.31px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Конфигурация</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_23">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>3</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="exportButtonSettings">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #e0f2f7;
|
||
border-color: #1A4A73;
|
||
color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
color: white;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Экспорт</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_29">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>3</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="importButtonSettings">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Импорт</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_16">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_23">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Гос.номер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="gosNumberLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_17">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_24">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Заводской номер</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="factoryNumberLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_18">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_32">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: transparent;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 29.05px;
|
||
text-align: left;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Группа</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="groupLineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>394</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 2px solid #DCD174;
|
||
font-family: Inter;
|
||
font-size: 20px;
|
||
font-weight: 400;
|
||
line-height: 31.47px;
|
||
text-align: left;
|
||
background: #00000000;
|
||
color: #13385F;
|
||
</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_30">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
||
<property name="spacing">
|
||
<number>15</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>10</number>
|
||
</property>
|
||
<item>
|
||
<spacer name="horizontalSpacer_22">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="cancelButtonSettings">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
color: #13385F;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #e0f2f7;
|
||
border-color: #1A4A73;
|
||
color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
color: white;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Отмена</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="saveButtonSettings">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>235</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QPushButton {
|
||
border-style: outset;
|
||
border-radius: 5px;
|
||
border-color: #13385F;
|
||
border-width: 1px;
|
||
background-color: #13385F;
|
||
color: white;
|
||
font-family: Inter;
|
||
font-size: 22px;
|
||
font-weight: 500;
|
||
line-height: 26.63px;
|
||
text-align: center;
|
||
}
|
||
|
||
QPushButton:hover {
|
||
background-color: #1A4A73;
|
||
border-color: #1A4A73;
|
||
}
|
||
|
||
QPushButton:pressed {
|
||
background-color: #102E47;
|
||
border-color: #102E47;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Сохранить</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_20">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QStatusBar" name="statusbar"/>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|