code_app/app/scantool/dialog_add.ui

118 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-04-23 09:44:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_Add</class>
<widget class="QDialog" name="Dialog_Add">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>411</width>
<height>310</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>80</x>
<y>110</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>扫描按钮:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>80</x>
<y>70</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>设备类型:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBoxDeviceType">
<property name="geometry">
<rect>
<x>160</x>
<y>70</y>
<width>171</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBoxButtonType">
<property name="geometry">
<rect>
<x>160</x>
<y>110</y>
<width>171</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButtonDeviceConfig">
<property name="geometry">
<rect>
<x>80</x>
<y>160</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>设备配置</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonSaveParam">
<property name="geometry">
<rect>
<x>220</x>
<y>160</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>保存设置</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonOK">
<property name="geometry">
<rect>
<x>230</x>
<y>270</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonCancel">
<property name="geometry">
<rect>
<x>320</x>
<y>270</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>