Skip to content

Commit b1a2748

Browse files
committed
Modify UI
1 parent 9a61c37 commit b1a2748

File tree

8 files changed

+499
-380
lines changed

8 files changed

+499
-380
lines changed

App/Client/ParameterDlgSettings.ui

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,56 @@
2727
<normaloff>:/image/Option</normaloff>:/image/Option</iconset>
2828
</property>
2929
<property name="currentIndex">
30-
<number>1</number>
30+
<number>0</number>
3131
</property>
3232
<widget class="QWidget" name="General">
3333
<attribute name="title">
3434
<string>General</string>
3535
</attribute>
36-
<layout class="QGridLayout" name="gridLayout_6">
36+
<layout class="QGridLayout" name="gridLayout_4">
37+
<item row="0" column="0">
38+
<layout class="QHBoxLayout" name="horizontalLayout_2">
39+
<item>
40+
<widget class="QLabel" name="label">
41+
<property name="sizePolicy">
42+
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
43+
<horstretch>0</horstretch>
44+
<verstretch>0</verstretch>
45+
</sizepolicy>
46+
</property>
47+
<property name="text">
48+
<string>Recent open file max count:</string>
49+
</property>
50+
</widget>
51+
</item>
52+
<item>
53+
<widget class="QSpinBox" name="sbRecentMenuMaxCount">
54+
<property name="sizePolicy">
55+
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
56+
<horstretch>0</horstretch>
57+
<verstretch>0</verstretch>
58+
</sizepolicy>
59+
</property>
60+
<property name="singleStep">
61+
<number>10</number>
62+
</property>
63+
</widget>
64+
</item>
65+
</layout>
66+
</item>
67+
<item row="1" column="0">
68+
<widget class="QCheckBox" name="cbResumLasterClose">
69+
<property name="sizePolicy">
70+
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
71+
<horstretch>0</horstretch>
72+
<verstretch>0</verstretch>
73+
</sizepolicy>
74+
</property>
75+
<property name="text">
76+
<string>Resume the operates when it was last closed at startup</string>
77+
</property>
78+
</widget>
79+
</item>
3780
<item row="2" column="0">
3881
<widget class="QCheckBox" name="cbFavoriteDoubleEdit">
3982
<property name="sizePolicy">
@@ -76,49 +119,6 @@
76119
</property>
77120
</spacer>
78121
</item>
79-
<item row="1" column="0">
80-
<widget class="QCheckBox" name="cbResumLasterClose">
81-
<property name="sizePolicy">
82-
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
83-
<horstretch>0</horstretch>
84-
<verstretch>0</verstretch>
85-
</sizepolicy>
86-
</property>
87-
<property name="text">
88-
<string>Resume the operates when it was last closed at startup</string>
89-
</property>
90-
</widget>
91-
</item>
92-
<item row="0" column="0">
93-
<layout class="QHBoxLayout" name="horizontalLayout_2">
94-
<item>
95-
<widget class="QLabel" name="label">
96-
<property name="sizePolicy">
97-
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
98-
<horstretch>0</horstretch>
99-
<verstretch>0</verstretch>
100-
</sizepolicy>
101-
</property>
102-
<property name="text">
103-
<string>Recent open file max count:</string>
104-
</property>
105-
</widget>
106-
</item>
107-
<item>
108-
<widget class="QSpinBox" name="sbRecentMenuMaxCount">
109-
<property name="sizePolicy">
110-
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
111-
<horstretch>0</horstretch>
112-
<verstretch>0</verstretch>
113-
</sizepolicy>
114-
</property>
115-
<property name="singleStep">
116-
<number>10</number>
117-
</property>
118-
</widget>
119-
</item>
120-
</layout>
121-
</item>
122122
</layout>
123123
</widget>
124124
<widget class="QWidget" name="tab">

0 commit comments

Comments
 (0)