QtHPConnect/hp_infodialog.ui
2019-02-10 15:43:00 +02:00

136 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>hp_infoDialog</class>
<widget class="QFrame" name="hp_infoDialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>439</width>
<height>126</height>
</rect>
</property>
<property name="windowTitle">
<string>HP Prime Data</string>
</property>
<property name="windowIcon">
<iconset resource="qthpconnect.qrc">
<normaloff>:/icons/about_32x32.png</normaloff>:/icons/about_32x32.png</iconset>
</property>
<widget class="QLabel" name="labelser">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>121</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Serial number:</string>
</property>
</widget>
<widget class="QLabel" name="serialnum">
<property name="geometry">
<rect>
<x>200</x>
<y>60</y>
<width>191</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QLabel" name="labelopp">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>171</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Operational system version:</string>
</property>
</widget>
<widget class="QLabel" name="labelapp">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>121</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Application version:</string>
</property>
</widget>
<widget class="QLabel" name="appver">
<property name="geometry">
<rect>
<x>200</x>
<y>20</y>
<width>191</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QLabel" name="oppver">
<property name="geometry">
<rect>
<x>200</x>
<y>40</y>
<width>191</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>330</x>
<y>80</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
</widget>
<resources>
<include location="qthpconnect.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>hp_infoDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>373</x>
<y>96</y>
</hint>
<hint type="destinationlabel">
<x>223</x>
<y>61</y>
</hint>
</hints>
</connection>
</connections>
</ui>