code_production/app/HGPdtJsonTool/mainwindow.ui

345 lines
7.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>1008</width>
<height>753</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>740</x>
<y>40</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_OEM">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>161</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>680</x>
<y>40</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>440</x>
<y>90</y>
<width>161</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>740</x>
<y>10</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>330</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>680</x>
<y>10</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>430</x>
<y>640</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>161</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>650</x>
<y>110</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>740</x>
<y>80</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>30</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>130</x>
<y>160</y>
<width>161</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>360</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>740</x>
<y>160</y>
<width>161</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>650</x>
<y>80</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>740</x>
<y>110</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_sleepTime">
<property name="geometry">
<rect>
<x>440</x>
<y>160</y>
<width>161</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>650</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>280</y>
<width>621</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_deviceType">
<property name="geometry">
<rect>
<x>440</x>
<y>20</y>
<width>161</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>360</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>230</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>590</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>280</y>
<width>341</width>
<height>291</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1008</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>