Files
CuboBmsTool/bmssettingswidget.ui
2022-08-01 21:53:36 +03:00

2136 lines
52 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BmsSettingsWidget</class>
<widget class="QFrame" name="BmsSettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>715</width>
<height>3225</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>715</width>
<height>3225</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"> /*#f7f8fc;*/
/*QFrame#BmsSettingsWidget
{
background-color: red;
}
*/
/* This Does NOT Work here Must be Set in Parent Widget
QGroupBox#gbSerialNumber,
QGroupBox#gbConfiguration,
QGroupBox#gbSoc,
QGroupBox#gbRestrictions,
QGroupBox#gbCellsConfiguration,
QGroupBox#gbBalancingConfiguration,
QGroupBox#gbOutputsSettings,
QGroupBox#gbZeroPoint {
background-color:white;
border-radius:10px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
}
*/
</string>
</property>
<widget class="QLabel" name="lbCenterTabName">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>351</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>Настройка BMS</string>
</property>
</widget>
<widget class="QGroupBox" name="gbSerialNumber">
<property name="geometry">
<rect>
<x>29</x>
<y>90</y>
<width>671</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbSerialNumber">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>331</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Серийный номер</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editSerialNumber">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>360</x>
<y>40</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>CV00000001</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>240</y>
<width>671</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLineEdit" name="editCellsNumber">
<property name="geometry">
<rect>
<x>360</x>
<y>140</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>8</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Конфигурация</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editGroupsNumber">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbGroupsNumber">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>281</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Количество плат</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbCellsNumber">
<property name="geometry">
<rect>
<x>360</x>
<y>90</y>
<width>281</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Количество ячеек</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbSoc">
<property name="geometry">
<rect>
<x>30</x>
<y>490</y>
<width>671</width>
<height>261</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbBatteryCapacity">
<property name="geometry">
<rect>
<x>360</x>
<y>90</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Ёмкость
батареи</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbSoc">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>601</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>SOC</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editBatteryCapacity">
<property name="geometry">
<rect>
<x>360</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>144</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbCellsInParallelGroup">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Количество параллельно
включённых ячеек</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editCellsInParallelGroup">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbRestrictions">
<property name="geometry">
<rect>
<x>30</x>
<y>770</y>
<width>671</width>
<height>361</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbRestrictions">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Ограничения</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editMaxVoltageCharge">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>80</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbMaxCircuitLoad">
<property name="geometry">
<rect>
<x>360</x>
<y>100</y>
<width>281</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Максимальный ток нагрузки, А</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbMaxVoltageCharge">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>281</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Максимальный ток заряда, А</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editMaxCircuitLoad">
<property name="geometry">
<rect>
<x>360</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>600</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbMaxTemperature">
<property name="geometry">
<rect>
<x>30</x>
<y>220</y>
<width>281</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Максимальная температура, С</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editMaxTemperature">
<property name="geometry">
<rect>
<x>30</x>
<y>270</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>80</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbCellsConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>1150</y>
<width>671</width>
<height>411</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbCellsConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Конфигурация ячеек</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editMinVoltageWhenWeTurnLoadOff">
<property name="geometry">
<rect>
<x>30</x>
<y>170</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>2,5</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbSuchVoltageWhenWeTurnLoadOn">
<property name="geometry">
<rect>
<x>360</x>
<y>100</y>
<width>281</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Верхний порог
отключения, V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>Напряжение включения
нагрузки, V</cstring>
</property>
</widget>
<widget class="QLabel" name="lbMinVoltageWhenWeTurnLoadOff">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>281</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Нижний порог
отключения, V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>Минимальное напряжение
(отключение нагрузки), V</cstring>
</property>
</widget>
<widget class="QLineEdit" name="editSuchVoltageWhenWeTurnLoadOn">
<property name="geometry">
<rect>
<x>360</x>
<y>170</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>2,75</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbSuchVoltageWhenWeTurnChargeOn">
<property name="geometry">
<rect>
<x>30</x>
<y>250</y>
<width>281</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Нижний порог включения
(должен быть выше отключения), V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>Напряжение включения
заряда, V</cstring>
</property>
</widget>
<widget class="QLineEdit" name="editSuchVoltageWhenWeTurnChargeOn">
<property name="geometry">
<rect>
<x>30</x>
<y>320</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>3,4</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbMaxVoltageWhenWeTurnChargeOff">
<property name="geometry">
<rect>
<x>360</x>
<y>250</y>
<width>281</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Нижний порог включения
(должен быть выше отключения), V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>Максимальное напряжение
(отключение заряда), V</cstring>
</property>
</widget>
<widget class="QLineEdit" name="editMaxVoltageWhenWeTurnChargeOff">
<property name="geometry">
<rect>
<x>360</x>
<y>320</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>3,6</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbBalancingConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>1580</y>
<width>671</width>
<height>381</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbVoltageDifferenceThreshold">
<property name="geometry">
<rect>
<x>360</x>
<y>90</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Дельта напряжения ячеек для
старта балансировки, V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbBalancingConfiguration">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Конфигурация балансировки</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editVoltageDifferenceThreshold">
<property name="geometry">
<rect>
<x>360</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>0,06</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbVoltageBalancingStart">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Напряжение старта
балансировки, V</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editVoltageBalancingStart">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>3,0</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editCellBalancingInterval">
<property name="geometry">
<rect>
<x>30</x>
<y>290</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>4000</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbCellBalancingInterval">
<property name="geometry">
<rect>
<x>30</x>
<y>230</y>
<width>611</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Интервал балансировки
ячейки, мс</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbOutputsSettings">
<property name="geometry">
<rect>
<x>30</x>
<y>1980</y>
<width>671</width>
<height>961</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbOutputsSettings">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>22</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#009352;
font-weight:bold;</string>
</property>
<property name="text">
<string>Настройка выходов</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbSocValueEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>290</y>
<width>611</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Изменение значения при SOC</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editSocValueEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>350</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>0,06</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editTemperatureIfLessThenCloseOver">
<property name="geometry">
<rect>
<x>30</x>
<y>610</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editTemperatureIfMoeeThenOpenOver">
<property name="geometry">
<rect>
<x>350</x>
<y>610</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbTemperatureIfLessThenCloseOver">
<property name="geometry">
<rect>
<x>30</x>
<y>550</y>
<width>281</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Замыкается при t&lt;, C</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbTemperatureIfMoeeThenOpenOver">
<property name="geometry">
<rect>
<x>350</x>
<y>550</y>
<width>281</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Размыкается при t&gt;, C</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editTemperatureIfLessThenCloseUnder">
<property name="geometry">
<rect>
<x>30</x>
<y>870</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>50</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editTemperatureIfMoeeThenOpenUnder">
<property name="geometry">
<rect>
<x>350</x>
<y>870</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>30</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbTemperatureIfLessThenCloseUnder">
<property name="geometry">
<rect>
<x>30</x>
<y>810</y>
<width>311</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Замыкается при t&lt;, C</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbTemperatureIfMoeeThenOpenUnder">
<property name="geometry">
<rect>
<x>350</x>
<y>810</y>
<width>281</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Размыкается при t&gt;, C</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>180</y>
<width>611</width>
<height>1</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:lightgrey;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>440</y>
<width>611</width>
<height>1</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:lightgrey;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>30</x>
<y>700</y>
<width>611</width>
<height>1</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:lightgrey;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lbOutputsSettings4TemperaturesUnder">
<property name="geometry">
<rect>
<x>30</x>
<y>740</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:lightgrey;
font-weight:bold;
font-size: 14px;
border-radius: 6px;</string>
</property>
<property name="text">
<string>№ 4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbOutputsSettingsNumber3TemperaturesOver">
<property name="geometry">
<rect>
<x>30</x>
<y>470</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:lightgrey;
font-weight:bold;
font-size: 14px;
border-radius: 6px;</string>
</property>
<property name="text">
<string>№ 3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbOutputsSettingsNumber2">
<property name="geometry">
<rect>
<x>30</x>
<y>210</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:lightgrey;
font-weight:bold;
font-size: 14px;
border-radius: 6px;</string>
</property>
<property name="text">
<string>№ 2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbOutputsSettingsNumber1">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true"> background-color:lightgrey;
font-weight:bold;
font-size: 14px;
border-radius: 6px;</string>
</property>
<property name="text">
<string>№ 1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QCheckBox" name="cboxUseToManageStorageDevice">
<property name="geometry">
<rect>
<x>110</x>
<y>100</y>
<width>391</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator {
width: 20px;
height: 20px;
border: 1px solid grey;
background: white;
border-radius:3px;
}
QCheckBox::indicator:checked {
image: url(:/res/checkbox_checked.png);
border-color: green;
background: green;
color:white;
}
QCheckBox {
font-weight:bold;
font-size: 14px;
}</string>
</property>
<property name="text">
<string>Использовать для управления ЗУ</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="cboxNormallyClosed">
<property name="geometry">
<rect>
<x>110</x>
<y>210</y>
<width>391</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator {
width: 20px;
height: 20px;
border: 1px solid grey;
background: white;
border-radius:3px;
}
QCheckBox::indicator:checked {
image: url(:/res/checkbox_checked.png);
border-color: green;
background: green;
color:white;
}
QCheckBox {
font-weight:bold;
font-size: 14px;
}</string>
</property>
<property name="text">
<string>Нормально замкнут</string>
</property>
</widget>
<widget class="QCheckBox" name="cboxTemperatureSettingsOver">
<property name="geometry">
<rect>
<x>110</x>
<y>470</y>
<width>391</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator {
width: 20px;
height: 20px;
border: 1px solid grey;
background: white;
border-radius:3px;
}
QCheckBox::indicator:checked {
image: url(:/res/checkbox_checked.png);
border-color: green;
background: green;
color:white;
}
QCheckBox {
font-weight:bold;
font-size: 14px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="cboxTemperatureSettingsUnder">
<property name="geometry">
<rect>
<x>110</x>
<y>740</y>
<width>391</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator {
width: 20px;
height: 20px;
border: 1px solid grey;
background: white;
border-radius:3px;
}
QCheckBox::indicator:checked {
image: url(:/res/checkbox_checked.png);
border-color: green;
background: green;
color:white;
}
QCheckBox {
font-weight:bold;
font-size: 14px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="gbZeroPoint">
<property name="geometry">
<rect>
<x>30</x>
<y>2960</y>
<width>671</width>
<height>241</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lbPointZeroDetectorValue">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>321</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe WP SemiLight</family>
<pointsize>13</pointsize>
<weight>75</weight>
<bold>true</bold>
<underline>false</underline>
<kerning>false</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Значение датчика тока «0»</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editPointZeroDetectorValue">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"> color: black;
font-size:18px;
border-color: lightgrey;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding-left: 18px;
</string>
</property>
<property name="text">
<string>1,451</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pbCalibrateZeroPoint">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>201</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#pbCalibrateZeroPoint
{
color:white;
background-color:#009352;
font-weight:bold;
font-size: 14px;
border-color: #009352;
border-style: solid;
border-width: 1px;
border-radius: 6px;
}
QPushButton#pbCalibrateZeroPoint:hover:pressed
{
background-color:#01673a;
}
</string>
</property>
<property name="text">
<string>Калибровать «0»</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pbWriteToNonVolatileBmsMemory">
<property name="geometry">
<rect>
<x>300</x>
<y>3110</y>
<width>391</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">/*
QPushButton#pbWriteIntoNonVolatileMemoryOfBsm
{
color:black;
background-color:#f7f8fc;
font-weight:bold;
font-size: 14px;
border-color: #009352;
border-style: solid;
border-width: 1px;
border-radius: 6px;
}
QPushButton#pbWriteIntoNonVolatileMemoryOfBsm:hover:pressed
{
background-color:lightgrey;
}
*/
QPushButton#pbWriteToNonVolatileBmsMemory
{
background-color:#009352;
color:white;
font-weight:bold;
font-size: 14px;
border-color: #009352;
border-style: solid;
border-width: 1px;
border-radius: 6px;
}
QPushButton#pbWriteToNonVolatileBmsMemory:hover:pressed
{
background-color:#01673a;
}
QPushButton#pbWriteToNonVolatileBmsMemory:hover:!pressed
{
/* background-color: #01673a;*/
}
</string>
</property>
<property name="text">
<string>Записать в энергонезависимую память BMS</string>
</property>
</widget>
<widget class="QPushButton" name="pbWriteCurrentValuesToBms">
<property name="geometry">
<rect>
<x>370</x>
<y>3030</y>
<width>321</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">/*
QPushButton#pbWriteCurrentValuesIntoBsm
{
color:white;
background-color:#009352;
font-weight:bold;
font-size: 14px;
border-color: #009352;
border-style: solid;
border-width: 1px;
border-radius: 6px;
}
QPushButton#pbWriteCurrentValuesIntoBsm:hover:pressed
{
background-color:#01673a;
}
*/
QPushButton#pbWriteCurrentValuesToBms
{
color:black;
background-color: #f7f8fc; /* white;*/
font-weight:bold;
font-size: 14px;
border-color: #009352;
border-style: solid;
border-width: 1px;
border-radius: 6px;
}
QPushButton#pbWriteCurrentValuesToBms:hover:pressed
{
background-color:lightgrey;
}
QPushButton#pbWriteCurrentValuesToBms:hover:!pressed
{
/* background-color: #0FF73a;*/
}
</string>
</property>
<property name="text">
<string>Записать текущие значения в BMS</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>