code_production/app/HGPdtJsonTool/mainwindow.ui

368 lines
8.0 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>1013</width>
<height>738</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLineEdit" name="lineEdit_pid">
<property name="geometry">
<rect>
<x>840</x>
<y>20</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_OEM">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>780</x>
<y>20</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>PID:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_fwVersion">
<property name="geometry">
<rect>
<x>380</x>
<y>90</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>31</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>OEM:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_vid">
<property name="geometry">
<rect>
<x>610</x>
<y>20</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>270</x>
<y>90</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Firmware Version:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>550</x>
<y>20</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>VID:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_generate">
<property name="geometry">
<rect>
<x>450</x>
<y>620</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_deviceModel">
<property name="geometry">
<rect>
<x>130</x>
<y>90</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>40</x>
<y>90</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Device model:</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>750</x>
<y>90</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Disk size:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_cpuSize">
<property name="geometry">
<rect>
<x>610</x>
<y>90</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>280</x>
<y>160</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Speed mode(PPM):</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_speedMode">
<property name="geometry">
<rect>
<x>380</x>
<y>160</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>530</x>
<y>160</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Sleep time:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_lockDevice">
<property name="geometry">
<rect>
<x>840</x>
<y>160</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>520</x>
<y>90</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>CPU size:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_diskSize">
<property name="geometry">
<rect>
<x>840</x>
<y>90</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_sleepTime">
<property name="geometry">
<rect>
<x>610</x>
<y>160</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>750</x>
<y>160</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Lock device:</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>621</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_deviceType">
<property name="geometry">
<rect>
<x>380</x>
<y>20</y>
<width>131</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>300</x>
<y>20</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Device type:</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>971</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_selectAll">
<property name="geometry">
<rect>
<x>20</x>
<y>580</y>
<width>77</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>SelectAll</string>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser_testContent">
<property name="geometry">
<rect>
<x>650</x>
<y>260</y>
<width>341</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>40</x>
<y>160</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Motor version:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_motorVersion">
<property name="geometry">
<rect>
<x>130</x>
<y>160</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1013</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>