code_app/app/twaintest/mainwindow.ui

202 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>706</width>
<height>506</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_setCap">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Set Capbility:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_scan">
<property name="geometry">
<rect>
<x>290</x>
<y>400</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Scan</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_setCap">
<property name="geometry">
<rect>
<x>430</x>
<y>210</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Set Cap</string>
</property>
</widget>
<widget class="QLabel" name="label_deviceStatus">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>361</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Device Status:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_capType">
<property name="geometry">
<rect>
<x>160</x>
<y>140</y>
<width>231</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_capType">
<property name="geometry">
<rect>
<x>50</x>
<y>140</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Capbility Type:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_resetCap">
<property name="geometry">
<rect>
<x>560</x>
<y>220</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Reset Capbility</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_setCapContent">
<property name="geometry">
<rect>
<x>160</x>
<y>210</y>
<width>231</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_setCapContent">
<property name="geometry">
<rect>
<x>40</x>
<y>220</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Set cap Content:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_setCap">
<property name="geometry">
<rect>
<x>160</x>
<y>70</y>
<width>231</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_getCap">
<property name="geometry">
<rect>
<x>430</x>
<y>290</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Get Cap</string>
</property>
</widget>
<widget class="QLabel" name="label_getCapContent">
<property name="geometry">
<rect>
<x>40</x>
<y>300</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Get cap Content:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_getCapContent">
<property name="geometry">
<rect>
<x>160</x>
<y>290</y>
<width>231</width>
<height>41</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>706</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_scan">
<property name="title">
<string>menu_scan</string>
</property>
<addaction name="act_selectDevice"/>
</widget>
<addaction name="menu_scan"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="act_selectDevice">
<property name="text">
<string>act_selectDevice</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>