code_app/app/twaintest/mainwindow.ui

212 lines
4.7 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>800</width>
<height>600</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>30</x>
<y>80</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Set Capbility:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_setCap">
<property name="geometry">
<rect>
<x>130</x>
<y>70</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_scan">
<property name="geometry">
<rect>
<x>310</x>
<y>450</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>240</x>
<y>200</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>30</x>
<y>30</y>
<width>331</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>130</x>
<y>130</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_capType">
<property name="geometry">
<rect>
<x>20</x>
<y>130</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>370</x>
<y>210</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>410</x>
<y>70</y>
<width>231</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_setCapContent">
<property name="geometry">
<rect>
<x>330</x>
<y>80</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Content:</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Get Capbility:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_getCap">
<property name="geometry">
<rect>
<x>130</x>
<y>310</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_setCapContent_2">
<property name="geometry">
<rect>
<x>330</x>
<y>320</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Content:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_GetCapContent">
<property name="geometry">
<rect>
<x>410</x>
<y>310</y>
<width>231</width>
<height>31</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuact_scan">
<property name="title">
<string>act_scan</string>
</property>
<addaction name="act_selectDevice"/>
</widget>
<addaction name="menuact_scan"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="act_selectDevice">
<property name="text">
<string>act_selectDevice</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>