mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 07:23:03 +08:00
1856 lines
59 KiB
XML
1856 lines
59 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>ALConfigWidget</class>
|
||
<widget class="QWidget" name="ALConfigWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>520</width>
|
||
<height>700</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>520</width>
|
||
<height>700</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>520</width>
|
||
<height>700</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>编辑配置 - AutoLibrary</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="ALConfigWidgetLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QTabWidget" name="ConfigTabWidget">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>110</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1313</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="movable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="UserConfigWidget">
|
||
<attribute name="title">
|
||
<string>用户设置</string>
|
||
</attribute>
|
||
<layout class="QHBoxLayout" name="UserConfigWidgetLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QGroupBox" name="UserListGroupBox">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>260</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>用户列表</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="UserListLayout">
|
||
<item>
|
||
<widget class="QListWidget" name="UserListWidget">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="isWrapping" stdset="0">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="viewMode">
|
||
<enum>QListView::ViewMode::ListMode</enum>
|
||
</property>
|
||
<property name="currentRow">
|
||
<number>-1</number>
|
||
</property>
|
||
<property name="sortingEnabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="UserListControlLayout">
|
||
<item>
|
||
<widget class="QPushButton" name="DelUserButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>删除用户</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="AddUserButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>添加用户</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="UserInfoGroupBox">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>用户信息</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="UserInfoLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QGroupBox" name="LoginInfoGroupBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>登录信息</string>
|
||
</property>
|
||
<property name="flat">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QGridLayout" name="LoginInfoLayout" columnstretch="0,0">
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="PasswordLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>密码:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<layout class="QHBoxLayout" name="PasswordLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLineEdit" name="PasswordEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="maxLength">
|
||
<number>10</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="ShowPasswordCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>显示</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="UsernameEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="maxLength">
|
||
<number>25</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="UsernameKabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>用户名:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="ReserveInfoGroupBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>470</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>480</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>预约信息</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="ReserveInfoLayout">
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item row="0" column="1">
|
||
<widget class="QLabel" name="DateLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>日期:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="7" column="1">
|
||
<widget class="QLabel" name="MaxBeginTimeDiffLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>最大时长偏差:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLabel" name="PlaceLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>地点:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="12" column="4">
|
||
<widget class="QDoubleSpinBox" name="ExpectDurationSpinBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>期望的预约时长,脚本会尽量满足</p></body></html></string>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>8.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="11" column="4">
|
||
<widget class="QCheckBox" name="PreferLateEndTimeCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>勾选此项,如果有多个与目标<span style=" font-weight:700; font-style:italic;">结束时间</span>相近的可选时间,选择时间最晚项</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>优先选择最晚</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="9" column="1">
|
||
<widget class="QLabel" name="EndTimeLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>结束时间:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="1">
|
||
<widget class="QLabel" name="BeginTimeLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>开始时间:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="4">
|
||
<widget class="QComboBox" name="FloorComboBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>二层</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>三层</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>四层</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>五层</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
</item>
|
||
<item row="10" column="1">
|
||
<widget class="QLabel" name="MaxEndTimeDiffLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>最大时长偏差:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="4">
|
||
<widget class="QTimeEdit" name="BeginTimeEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumTime">
|
||
<time>
|
||
<hour>23</hour>
|
||
<minute>0</minute>
|
||
<second>0</second>
|
||
</time>
|
||
</property>
|
||
<property name="minimumTime">
|
||
<time>
|
||
<hour>7</hour>
|
||
<minute>0</minute>
|
||
<second>0</second>
|
||
</time>
|
||
</property>
|
||
<property name="displayFormat">
|
||
<string>H:mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="4">
|
||
<widget class="QDateEdit" name="DateEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="date">
|
||
<date>
|
||
<year>2025</year>
|
||
<month>11</month>
|
||
<day>1</day>
|
||
</date>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="12" column="1">
|
||
<widget class="QLabel" name="ExpectDurationLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>期望时长:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="QLabel" name="RoomLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>区域:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="9" column="4">
|
||
<widget class="QTimeEdit" name="EndTimeEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumDate">
|
||
<date>
|
||
<year>2000</year>
|
||
<month>1</month>
|
||
<day>1</day>
|
||
</date>
|
||
</property>
|
||
<property name="maximumTime">
|
||
<time>
|
||
<hour>23</hour>
|
||
<minute>0</minute>
|
||
<second>0</second>
|
||
</time>
|
||
</property>
|
||
<property name="minimumTime">
|
||
<time>
|
||
<hour>7</hour>
|
||
<minute>0</minute>
|
||
<second>0</second>
|
||
</time>
|
||
</property>
|
||
<property name="displayFormat">
|
||
<string>H:mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="13" column="4">
|
||
<widget class="QCheckBox" name="SatisfyDurationCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>勾选此项,会优先满足预约时长限制,当座位紧张时可能会导致<span style=" font-weight:700; font-style:italic;">预约失败</span></p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>优先满足时长要求</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="7" column="4">
|
||
<widget class="QSpinBox" name="MaxBeginTimeDiffSpinBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>期望的<span style=" font-weight:700; font-style:italic;">开始时间</span>不可用时,按照该偏差范围寻找最近可选时间</p></body></html></string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>120</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QLabel" name="FloorLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>楼层:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="4">
|
||
<widget class="QComboBox" name="PlaceComboBox">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>图书馆</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
</item>
|
||
<item row="8" column="4">
|
||
<widget class="QCheckBox" name="PreferEarlyBeginTimeCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>勾选此项,如果有多个与目标<span style=" font-weight:700; font-style:italic;">开始时间</span>相近的可选时间,选择时间最早项</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>优先选择最早</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="10" column="4">
|
||
<widget class="QSpinBox" name="MaxEndTimeDiffSpinBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>期望的<span style=" font-weight:700; font-style:italic;">结束时间</span>不可用时,按照该偏差范围寻找最近可选时间</p></body></html></string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>120</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="4">
|
||
<widget class="QComboBox" name="RoomComboBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="1">
|
||
<widget class="QLabel" name="SeatIDLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>座位号:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="4">
|
||
<layout class="QHBoxLayout" name="SeatIDLayout">
|
||
<item>
|
||
<widget class="QLineEdit" name="SeatIDEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>130</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="SelectSeatsButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>25</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>25</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset theme="edit-find"/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="SystemConfigWidget">
|
||
<attribute name="title">
|
||
<string>系统设置</string>
|
||
</attribute>
|
||
<layout class="QGridLayout" name="SystemConfigWidgetLayout">
|
||
<property name="leftMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item row="0" column="1" colspan="2">
|
||
<widget class="QGroupBox" name="LoginConfigGroupBox">
|
||
<property name="title">
|
||
<string>登录设置</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="LoginConfigLayout">
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="horizontalSpacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="verticalSpacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item row="0" column="0" colspan="2">
|
||
<widget class="QCheckBox" name="AutoCaptchaCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动识别验证码</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="LoginAttemptLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>登录尝试次数:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QSpinBox" name="LoginAttemptSpinBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>5</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QGroupBox" name="BrowserConfigGroupBox">
|
||
<property name="title">
|
||
<string>浏览器设置</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="BrowserConfigLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="BrowserTypeLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览器类型:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="BrowserTypeComboBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>脚本运行使用的浏览器类型</p></body></html></string>
|
||
</property>
|
||
<property name="whatsThis">
|
||
<string><html><head/><body><p><br/></p></body></html></string>
|
||
</property>
|
||
<property name="currentText">
|
||
<string>edge</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="maxVisibleItems">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="maxCount">
|
||
<number>3</number>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>edge</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>chrome</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>firefox</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="BrowserDriverLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>驱动路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="BrowserDriverLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLineEdit" name="BrowseBrowserDriverEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>300</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>详情请参阅根目录中的 manual.html</p></body></html></string>
|
||
</property>
|
||
<property name="whatsThis">
|
||
<string><html><head/><body><p><br/></p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="BrowseBrowserDriverButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="HeadlessCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>运行时不显示浏览器</p></body></html></string>
|
||
</property>
|
||
<property name="whatsThis">
|
||
<string><html><head/><body><p><br/></p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>无头模式</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QGroupBox" name="LibraryConfigGroupBox">
|
||
<property name="title">
|
||
<string>图书馆设置</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="LibraryConfigLayout">
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="horizontalSpacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="verticalSpacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="LoginUrlLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>登录URL:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<widget class="QLineEdit" name="HostUrlEdit">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>http://10.1.20.7</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="HostUrlLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="whatsThis">
|
||
<string><html><head/><body><p>无需更改</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>主机URL:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLineEdit" name="LoginUrlEdit">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>/login</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1" colspan="2">
|
||
<widget class="QGroupBox" name="RunModeConfigGroupBox">
|
||
<property name="title">
|
||
<string>运行模式</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="RunModeConfigLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>3</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QCheckBox" name="AutoReserveCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动预约</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="AutoCheckinCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动签到</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="AutoRenewalCheckBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动续约</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QFrame" name="SystemConfigSpaceFrame">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>270</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Plain</enum>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>0</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="OtherConfigWidget">
|
||
<attribute name="title">
|
||
<string>其它</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="OtherConfigWidgetLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QGroupBox" name="CurrentConfigGroupBox">
|
||
<property name="title">
|
||
<string>当前配置</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="CurrentConfigLayout">
|
||
<item row="1" column="0">
|
||
<widget class="QLineEdit" name="CurrentSystemConfigEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLineEdit" name="CurrentUserConfigEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="frame">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="CurrentSystemConfigLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>当前系统配置路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="CurrentUserConfigLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>当前用户配置路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QPushButton" name="BrowseCurrentSystemConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>;;;</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="QPushButton" name="BrowseCurrentUserConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="ExportConfigGroupBox">
|
||
<property name="title">
|
||
<string>导出路径</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="ExportConfigLayout">
|
||
<item row="3" column="0">
|
||
<widget class="QLineEdit" name="ExportUserConfigEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLineEdit" name="ExportSystemConfigEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="ExportSystemConfigLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>系统配置导出路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="QPushButton" name="BrowseExportUserConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="ExportUserConfigLabel">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>用户配置导出路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QPushButton" name="BrowseExportSystemConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>35</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QPushButton" name="ExportConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>导出配置文件</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
<zorder>ExportUserConfigEdit</zorder>
|
||
<zorder>ExportSystemConfigLabel</zorder>
|
||
<zorder>BrowseExportUserConfigButton</zorder>
|
||
<zorder>ExportUserConfigLabel</zorder>
|
||
<zorder>BrowseExportSystemConfigButton</zorder>
|
||
<zorder>ExportConfigButton</zorder>
|
||
<zorder>ExportSystemConfigEdit</zorder>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="OtherConfigSpaceFrame">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>200</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Plain</enum>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>0</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="ConfigControlLayout">
|
||
<property name="spacing">
|
||
<number>5</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QPushButton" name="CancelButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>取消</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="ControlSpaceFrame">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1280</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Plain</enum>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>0</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="NewConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>新建配置</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="LoadConfigButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>加载配置</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="ConfirmButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>80</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>确认</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|