53 lines
1.2 KiB
XML
53 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>showCRC</class>
|
||
<widget class="QDialog" name="showCRC">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>255</width>
|
||
<height>116</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Контрольная сумма</string>
|
||
</property>
|
||
<widget class="pushbuttonmod" name="pushButton">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>70</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>ОК</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>30</y>
|
||
<width>201</width>
|
||
<height>16</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>
|