code_app/app/fwupgrade/mainwindow.ui

411 lines
11 KiB
Plaintext
Raw Normal View History

2022-11-10 02:22:58 +00:00
<?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>
2022-11-10 09:23:16 +00:00
<width>740</width>
<height>497</height>
2022-11-10 02:22:58 +00:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2022-11-10 09:23:16 +00:00
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>update firmware</string>
</attribute>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>103</x>
<y>40</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>device list</string>
</property>
</widget>
<widget class="QLabel" name="labelDevInfo">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>401</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QComboBox" name="comboDevList">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>391</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>90</x>
<y>110</y>
<width>501</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>online upgrade</string>
</property>
<widget class="QComboBox" name="comboVersionList">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>271</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btnGetVersionList">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>get version list</string>
</property>
</widget>
<widget class="QPushButton" name="btnDownloadUpgrade">
<property name="geometry">
<rect>
<x>400</x>
<y>70</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>download and upgrade</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>version list</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>90</x>
<y>250</y>
<width>501</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>local upgrade</string>
</property>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>file path</string>
</property>
</widget>
<widget class="QLineEdit" name="editFilePath">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>271</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btnOpenFilePath">
<property name="geometry">
<rect>
<x>394</x>
<y>30</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>open file path</string>
</property>
</widget>
<widget class="QPushButton" name="btnUpgrade">
<property name="geometry">
<rect>
<x>394</x>
<y>70</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>upgrade</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>manager tools</string>
</attribute>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>103</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>device list</string>
</property>
</widget>
<widget class="QComboBox" name="comboDevList2">
<property name="geometry">
<rect>
<x>200</x>
<y>50</y>
<width>361</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>110</x>
<y>120</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>roll count:</string>
</property>
</widget>
<widget class="QLabel" name="labelRollCount">
<property name="geometry">
<rect>
<x>200</x>
<y>120</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="labelScanCount">
<property name="geometry">
<rect>
<x>200</x>
<y>150</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>110</x>
<y>150</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>scan count:</string>
</property>
</widget>
<widget class="QPushButton" name="btnClearRollCount">
<property name="geometry">
<rect>
<x>200</x>
<y>200</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>clear roll count</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>password change</string>
</attribute>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>180</x>
<y>90</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>old password</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>new password</string>
</property>
</widget>
<widget class="QLineEdit" name="editOldPassword">
<property name="geometry">
<rect>
<x>290</x>
<y>90</y>
<width>191</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editNewPassword">
<property name="geometry">
<rect>
<x>290</x>
<y>140</y>
<width>191</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btnModifyPassword">
<property name="geometry">
<rect>
<x>350</x>
<y>250</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>modify password</string>
</property>
</widget>
<widget class="QLineEdit" name="editNewPassword_2">
<property name="geometry">
<rect>
<x>290</x>
<y>190</y>
<width>191</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>180</x>
<y>190</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>confirm new password</string>
</property>
</widget>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
2022-11-10 02:22:58 +00:00
<item>
2022-11-10 09:23:16 +00:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
2022-11-10 02:22:58 +00:00
</item>
<item>
2022-11-10 09:23:16 +00:00
<widget class="QPushButton" name="btnExit">
<property name="text">
<string>exit</string>
</property>
</widget>
2022-11-10 02:22:58 +00:00
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-11-10 09:23:16 +00:00
<width>740</width>
2022-11-10 02:22:58 +00:00
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>