2024-11-24 09:48:52 +00:00
|
|
|
<?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>
|
2024-11-28 08:02:59 +00:00
|
|
|
<width>1632</width>
|
|
|
|
<height>896</height>
|
2024-11-24 09:48:52 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2024-11-24 21:46:29 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>1150</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>
|
2024-11-24 09:48:52 +00:00
|
|
|
<property name="windowTitle">
|
2024-11-24 21:46:29 +00:00
|
|
|
<string>FemaLocal</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2024-11-28 08:02:59 +00:00
|
|
|
<string notr="true"/>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::TabShape::Rounded</enum>
|
2024-11-24 09:48:52 +00:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2024-11-24 21:46:29 +00:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2024-11-28 08:02:59 +00:00
|
|
|
<string notr="true">QWidget{
|
|
|
|
background: #dcd174;
|
|
|
|
}
|
|
|
|
</string>
|
2024-11-24 21:46:29 +00:00
|
|
|
</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>
|
2024-11-24 09:48:52 +00:00
|
|
|
</property>
|
2024-11-24 21:46:29 +00:00
|
|
|
<property name="spacing">
|
2024-11-24 09:48:52 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2024-11-24 21:46:29 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QTabBar::tab{
|
|
|
|
background: #dcd174;
|
|
|
|
width: 222px;
|
|
|
|
height: 44px;
|
|
|
|
opacity: 0px;
|
|
|
|
border: 1px solid #dcd174;
|
|
|
|
padding: 18px 0px;
|
|
|
|
color: white;
|
|
|
|
font-family: Inter;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::pane {
|
|
|
|
border-image: url(:/visual/res/svg/fema-wing.svg);
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2024-11-28 08:02:59 +00:00
|
|
|
<number>0</number>
|
2024-11-24 09:48:52 +00:00
|
|
|
</property>
|
2024-11-24 21:46:29 +00:00
|
|
|
<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: #ffffff;
|
|
|
|
image-position: bottom right;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Датчики</string>
|
|
|
|
</attribute>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>
|
2024-11-24 21:46:29 +00:00
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>
|
2024-11-24 21:46:29 +00:00
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<widget class="QLabel" name="group">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<property name="minimumSize">
|
2024-11-24 21:46:29 +00:00
|
|
|
<size>
|
2024-11-28 08:02:59 +00:00
|
|
|
<width>488</width>
|
|
|
|
<height>36</height>
|
2024-11-24 21:46:29 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>
|
2024-11-24 21:46:29 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Показать скрытые</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2024-11-24 21:46:29 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<spacer name="horizontalSpacer">
|
2024-11-24 21:46:29 +00:00
|
|
|
<property name="orientation">
|
2024-11-28 08:02:59 +00:00
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2024-11-28 08:02:59 +00:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2024-11-24 21:46:29 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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>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;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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>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;
|
|
|
|
}</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>
|
2024-11-24 21:46:29 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<layout class="QHBoxLayout" name="searchLayout">
|
2024-11-24 21:46:29 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SizeConstraint::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2024-11-24 21:46:29 +00:00
|
|
|
<item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<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">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>Поиск...</string>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
2024-11-28 08:02:59 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
2024-11-24 21:46:29 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2024-11-28 08:02:59 +00:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2024-11-24 21:46:29 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2024-11-28 08:02:59 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="sensorsLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2024-11-24 21:46:29 +00:00
|
|
|
</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;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Инциденты</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8"/>
|
|
|
|
</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="QGridLayout" name="gridLayout_7"/>
|
|
|
|
</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="QGridLayout" name="gridLayout_5"/>
|
|
|
|
</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="QGridLayout" name="gridLayout_6"/>
|
|
|
|
</widget>
|
2024-11-24 09:48:52 +00:00
|
|
|
</widget>
|
2024-11-24 21:46:29 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2024-11-24 09:48:52 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|