1681 lines
42 KiB
XML
1681 lines
42 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>VisualizationPage</class>
|
||
<widget class="QFrame" name="VisualizationPage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1071</width>
|
||
<height>755</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QWidget#VisualizationPage
|
||
{
|
||
background-color: #f7f8fc
|
||
}
|
||
|
||
QPushButton#pbVisualizationMenuBarVoltage
|
||
{
|
||
border: 2px solid lightgrey;
|
||
border-top-left-radius: 15px;
|
||
background: white;
|
||
color: black;
|
||
font-size: 18px;
|
||
border-right-color: white;
|
||
}
|
||
|
||
/* border-top-left-radius: 20px;*/
|
||
QPushButton#pbVisualizationMenuBarAmperage,
|
||
#pbVisualizationMenuBarTemperatureBat,
|
||
#pbVisualizationMenuBarTemperatureBms,
|
||
#pbVisualizationMenuBarCells,
|
||
#pbVisualizationMenuBarCellsAll
|
||
{
|
||
border: 2px solid lightgrey;
|
||
background: white;
|
||
color: black;
|
||
font-size: 18px;
|
||
border-left-color: white;
|
||
border-right-color: white;
|
||
}
|
||
|
||
|
||
/*----------------------------------------------------------------------*/
|
||
|
||
QPushButton#pbVisualizationMenuBarVoltage:hover:checked,
|
||
#pbVisualizationMenuBarAmperage:hover:checked,
|
||
#pbVisualizationMenuBarTemperatureBat:hover:checked,
|
||
#pbVisualizationMenuBarTemperatureBms:hover:checked,
|
||
#pbVisualizationMenuBarCells:hover:checked,
|
||
#pbVisualizationMenuBarCellsAll:hover:checked
|
||
{
|
||
/*background-color: #01673a;*/
|
||
border-bottom-color:#009352;
|
||
color:#009352;
|
||
}
|
||
|
||
|
||
QPushButton#pbVisualizationMenuBarVoltage:!hover:checked,
|
||
#pbVisualizationMenuBarAmperage:!hover:checked,
|
||
#pbVisualizationMenuBarTemperatureBat:!hover:checked,
|
||
#pbVisualizationMenuBarTemperatureBms:!hover:checked,
|
||
#pbVisualizationMenuBarCells:!hover:checked,
|
||
#pbVisualizationMenuBarCellsAll:!hover:checked
|
||
{
|
||
/*background-color: #01673a;*/
|
||
border-bottom-color: #009352;
|
||
color:#009352;
|
||
}
|
||
|
||
|
||
QPushButton#pbVisualizationMenuBarVoltage:hover:!checked,
|
||
#pbVisualizationMenuBarAmperage:hover:!checked,
|
||
#pbVisualizationMenuBarTemperatureBat:hover:!checked,
|
||
#pbVisualizationMenuBarTemperatureBms:hover:!checked,
|
||
#pbVisualizationMenuBarCells:hover:!checked,
|
||
#pbVisualizationMenuBarCellsAll:hover:!checked
|
||
{
|
||
/*background-color: #009352;*/
|
||
/*background-color: #028249;*/
|
||
border-bottom-color: lightgrey;
|
||
color:black;
|
||
}
|
||
</string>
|
||
</property>
|
||
<widget class="QLabel" name="lbCenterTabName">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>30</y>
|
||
<width>291</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>26</pointsize>
|
||
<weight>75</weight>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Визуализация</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTabWidget" name="tabWidgetVisualizationContent">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>170</y>
|
||
<width>1001</width>
|
||
<height>551</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QTabBar::tab
|
||
{
|
||
height: 0px;
|
||
}
|
||
|
||
QTabWidget::pane
|
||
{
|
||
border: 2px solid lightgrey;
|
||
background: white;
|
||
border-bottom-left-radius: 15px;
|
||
border-bottom-right-radius: 15px;
|
||
}
|
||
|
||
</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>5</number>
|
||
</property>
|
||
<widget class="QWidget" name="tabVoltage">
|
||
<attribute name="title">
|
||
<string>Напряжение</string>
|
||
</attribute>
|
||
<widget class="QChartView" name="chartViewVoltage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>981</width>
|
||
<height>441</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVTime">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>470</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>0 мин 0 с</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVThirdLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: yellow;
|
||
color: yellow;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMinLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>V</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVFirstLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>500</y>
|
||
<width>151</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string> Значение</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVFirstLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: red;
|
||
color: red;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVSecondLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: green;
|
||
color: green;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMaxLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>V</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMinLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>1,77</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVThirdLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Минимальное</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVSecondLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Среднее</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMidLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>3,01</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMidLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>V</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbVMaxLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>4,20</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tabAmperage">
|
||
<attribute name="title">
|
||
<string>Ток</string>
|
||
</attribute>
|
||
<widget class="QChartView" name="chartViewAmperage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>981</width>
|
||
<height>441</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbATime">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>470</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>0 мин 0 с</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAFirstLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: red;
|
||
color: red;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbASecondLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Средний</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMinLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>А</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMidLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>А</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMinLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>1,77</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAThirdLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: yellow;
|
||
color: yellow;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMaxLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>А</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMidLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>3,01</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAMaxLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>4,20</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAFirstLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>500</y>
|
||
<width>151</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Значение</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbASecondLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: green;
|
||
color: green;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbAThirdLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Минимальный</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tabTemperature">
|
||
<attribute name="title">
|
||
<string>Температура</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="lbTSecondLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: green;
|
||
color: green;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QChartView" name="chartViewTemperature">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>981</width>
|
||
<height>441</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMinLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>1,77</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMaxLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>4,20</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTFirstLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>500</y>
|
||
<width>151</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Максимальная</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTFirstLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: red;
|
||
color: red;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTThirdLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Минимальная</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMidLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>3,01</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTThirdLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: yellow;
|
||
color: yellow;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTSecondLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Средняя</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTTime">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>470</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>0 мин 0 с</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCustomPlot" name="tempGraph" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>560</x>
|
||
<y>470</y>
|
||
<width>311</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="RtDataText" name="rtText" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>470</x>
|
||
<y>465</y>
|
||
<width>81</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTCurTemp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>810</x>
|
||
<y>10</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>00</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMinLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMidLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMaxLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="checkBox">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>530</y>
|
||
<width>70</width>
|
||
<height>17</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>CheckBox</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tabTemperatureBms">
|
||
<attribute name="title">
|
||
<string>Страница</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="lbTSecondLegendSubTitleBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Средняя
|
||
BMS</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMinLegendMeasureBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTThirdLegendColorLineBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: yellow;
|
||
color: yellow;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTSecondLegendColorLineBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: green;
|
||
color: green;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMaxLegendValBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>4,20</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QChartView" name="chartViewTemperatureBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>981</width>
|
||
<height>441</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTThirdLegendSubTitleBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Минимальная
|
||
BMS</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTCurTempBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>810</x>
|
||
<y>10</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>00</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMidLegendMeasureBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTFirstLegendSubTitleBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>500</y>
|
||
<width>151</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Максимальная
|
||
BMS</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMinLegendValBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>1,77</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTFirstLegendColorLineBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: red;
|
||
color: red;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMidLegendValBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>3,01</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbTMaxLegendMeasureBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>°C</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tabCells">
|
||
<attribute name="title">
|
||
<string>Страница</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="lbCTime">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>470</y>
|
||
<width>171</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>0 мин 0 с</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCFirstLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: red;
|
||
color: red;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCSecondLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Среднее</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMinLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMinLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>1,77</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCThirdLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: yellow;
|
||
color: yellow;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMidLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QChartView" name="chartViewCells">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>981</width>
|
||
<height>441</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMaxLegendMeasure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMidLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>3,01</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCMaxLegendVal">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>470</y>
|
||
<width>61</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: black;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>4,20</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCThirdLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>500</y>
|
||
<width>131</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Минимальное</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCSecondLegendColorLine">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>480</y>
|
||
<width>31</width>
|
||
<height>3</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background: green;
|
||
color: green;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-------------</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lbCFirstLegendSubTitle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>500</y>
|
||
<width>151</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> font-size: 18px;
|
||
color: gray;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Максимальное</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tabCellsAll">
|
||
<attribute name="title">
|
||
<string>Страница</string>
|
||
</attribute>
|
||
<widget class="QChartView" name="chartViewCellsAll">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>781</width>
|
||
<height>521</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background:white;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QListWidget" name="listwgtCells">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>10</y>
|
||
<width>181</width>
|
||
<height>521</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pbPlus">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>530</y>
|
||
<width>51</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>+</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarAmperage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>230</x>
|
||
<y>90</y>
|
||
<width>101</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Ток</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarTemperatureBat">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>90</y>
|
||
<width>151</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Температура
|
||
батареи</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarVoltage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>90</y>
|
||
<width>201</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Напряжение</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="labLeftTabListBackground">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>90</y>
|
||
<width>1001</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>14</pointsize>
|
||
<weight>50</weight>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> background-color:#FFFFFF;
|
||
border: 2px solid lightgrey;
|
||
border-top-left-radius: 15px;
|
||
border-top-right-radius: 15px;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarCells">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>630</x>
|
||
<y>90</y>
|
||
<width>151</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Ячейки</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarTemperatureBms">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>90</y>
|
||
<width>151</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Температура
|
||
BMS</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="CustomLeftTabBarButton" name="pbVisualizationMenuBarCellsAll">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>780</x>
|
||
<y>90</y>
|
||
<width>151</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Ячейки
|
||
список</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<zorder>lbCenterTabName</zorder>
|
||
<zorder>tabWidgetVisualizationContent</zorder>
|
||
<zorder>labLeftTabListBackground</zorder>
|
||
<zorder>pbVisualizationMenuBarVoltage</zorder>
|
||
<zorder>pbVisualizationMenuBarTemperatureBat</zorder>
|
||
<zorder>pbVisualizationMenuBarAmperage</zorder>
|
||
<zorder>pbVisualizationMenuBarCells</zorder>
|
||
<zorder>pbVisualizationMenuBarTemperatureBms</zorder>
|
||
<zorder>pbVisualizationMenuBarCellsAll</zorder>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>CustomLeftTabBarButton</class>
|
||
<extends>QPushButton</extends>
|
||
<header location="global">customlefttabbarbutton.h</header>
|
||
</customwidget>
|
||
<customwidget>
|
||
<class>QChartView</class>
|
||
<extends>QGraphicsView</extends>
|
||
<header>QtCharts</header>
|
||
</customwidget>
|
||
<customwidget>
|
||
<class>RtDataText</class>
|
||
<extends>QWidget</extends>
|
||
<header>widgets/rtdatatext.h</header>
|
||
<container>1</container>
|
||
</customwidget>
|
||
<customwidget>
|
||
<class>QCustomPlot</class>
|
||
<extends>QWidget</extends>
|
||
<header>widgets/qcustomplot.h</header>
|
||
<container>1</container>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|