105 lines
2.2 KiB
XML
105 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>tempZar</class>
|
|
<widget class="QDialog" name="tempZar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>221</width>
|
|
<height>154</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Ввод температуры заряда</string>
|
|
</property>
|
|
<widget class="pushbuttonmod" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>110</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ввод</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>201</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>17</x>
|
|
<y>20</y>
|
|
<width>101</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Температура</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>26</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>158</x>
|
|
<y>27</y>
|
|
<width>21</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>°С</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="pushbuttonmod" name="pushButton_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>110</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Отказ</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>pushbuttonmod</class>
|
|
<extends>QPushButton</extends>
|
|
<header location="global">pushbuttonmod.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|