127 lines
3.3 KiB
XML
127 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SettingsWidget</class>
|
|
<widget class="QWidget" name="SettingsWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1182</width>
|
|
<height>709</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QPushButton" name="serial_port_debugging_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1050</x>
|
|
<y>446</y>
|
|
<width>100</width>
|
|
<height>70</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 12pt "微软雅黑";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>串口调试</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="classifier_btn">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1050</x>
|
|
<y>146</y>
|
|
<width>100</width>
|
|
<height>70</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 12pt "微软雅黑";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>分类器</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="password_setting_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1050</x>
|
|
<y>346</y>
|
|
<width>100</width>
|
|
<height>70</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 12pt "微软雅黑";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>密码设置</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="operational_log_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1050</x>
|
|
<y>246</y>
|
|
<width>100</width>
|
|
<height>70</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 12pt "微软雅黑";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>操作记录</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStackedWidget" name="settings_stacked_widget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>1021</width>
|
|
<height>691</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="ClassifierWidget" name="classifier_page"/>
|
|
<widget class="OperationalLogWidget" name="operational_log_page"/>
|
|
<widget class="PasswordSettingWidget" name="password_setting_page"/>
|
|
<widget class="SerialPortDebuggingWindow" name="serial_port_debugging_page"/>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ClassifierWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>classifierwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>OperationalLogWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>operationallogwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>PasswordSettingWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>passwordsettingwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SerialPortDebuggingWindow</class>
|
|
<extends>QWidget</extends>
|
|
<header>serialportdebuggingwindow.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|