89 lines
2.0 KiB
Plaintext
89 lines
2.0 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<ui version="4.0">
|
|||
|
|
<class>Dialog</class>
|
|||
|
|
<widget class="QDialog" name="Dialog">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>0</x>
|
|||
|
|
<y>0</y>
|
|||
|
|
<width>461</width>
|
|||
|
|
<height>84</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="windowTitle">
|
|||
|
|
<string>IEEE754转换工具</string>
|
|||
|
|
</property>
|
|||
|
|
<widget class="QWidget" name="">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>10</x>
|
|||
|
|
<y>35</y>
|
|||
|
|
<width>446</width>
|
|||
|
|
<height>23</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|||
|
|
<item>
|
|||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|||
|
|
<item>
|
|||
|
|
<widget class="QLabel" name="label">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>16进制表示</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
<item>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|||
|
|
</item>
|
|||
|
|
</layout>
|
|||
|
|
</item>
|
|||
|
|
<item>
|
|||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|||
|
|
<item>
|
|||
|
|
<widget class="QLabel" name="label_2">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>float值</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
<item>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
|||
|
|
</item>
|
|||
|
|
</layout>
|
|||
|
|
</item>
|
|||
|
|
</layout>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QWidget" name="">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>10</x>
|
|||
|
|
<y>10</y>
|
|||
|
|
<width>216</width>
|
|||
|
|
<height>18</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|||
|
|
<item>
|
|||
|
|
<widget class="QRadioButton" name="radioButton">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>单精度(32位)</string>
|
|||
|
|
</property>
|
|||
|
|
<property name="checked">
|
|||
|
|
<bool>true</bool>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
<item>
|
|||
|
|
<widget class="QRadioButton" name="radioButton_2">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>双精度(64位)</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
</layout>
|
|||
|
|
</widget>
|
|||
|
|
</widget>
|
|||
|
|
<resources/>
|
|||
|
|
<connections/>
|
|||
|
|
</ui>
|