code_production/app/HGProductionTool/mainwindow.ui

88 lines
2.1 KiB
Plaintext
Raw Normal View History

2022-12-14 06:39:22 +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>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<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="menu_device">
<property name="title">
<string>menu_device</string>
</property>
<addaction name="act_newDevice"/>
<addaction name="act_close"/>
</widget>
<widget class="QMenu" name="menu_user">
<property name="title">
<string>menu_user</string>
</property>
<addaction name="act_manage"/>
<addaction name="act_changePwd"/>
<addaction name="separator"/>
<addaction name="act_export"/>
2022-12-14 12:28:25 +00:00
<addaction name="act_upload"/>
2022-12-14 06:39:22 +00:00
<addaction name="separator"/>
<addaction name="act_logOut"/>
</widget>
<addaction name="menu_device"/>
<addaction name="menu_user"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="act_newDevice">
<property name="text">
<string>act_newDevice</string>
</property>
</action>
<action name="act_manage">
<property name="text">
<string>act_manage</string>
</property>
</action>
<action name="act_changePwd">
<property name="text">
<string>act_changePwd</string>
</property>
</action>
<action name="act_export">
<property name="text">
<string>act_export</string>
</property>
</action>
<action name="act_logOut">
<property name="text">
<string>act_logOut</string>
</property>
</action>
<action name="act_close">
<property name="text">
<string>act_close</string>
</property>
</action>
2022-12-14 12:28:25 +00:00
<action name="act_upload">
<property name="text">
<string>act_upload</string>
</property>
</action>
2022-12-14 06:39:22 +00:00
</widget>
<resources/>
<connections/>
</ui>