-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCelestian.ui
291 lines (287 loc) · 6.78 KB
/
Celestian.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CelestianClass</class>
<widget class="QMainWindow" name="CelestianClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>669</width>
<height>522</height>
</rect>
</property>
<property name="windowTitle">
<string>Celestian</string>
</property>
<property name="styleSheet">
<string notr="true">/* 主窗口背景 */
QWidget {
background-color: #2E3440; /* 深灰色背景 */
color: #ECEFF4; /* 浅灰色文字 */
font-family: "Segoe UI", "Microsoft YaHei", Arial;
font-size: 12px;
}
/* 按钮样式 */
QPushButton {
background-color: #4C566A; /* 中灰色按钮背景 */
color: #ECEFF4; /* 浅灰色按钮文字 */
border: 1px solid #81A1C1; /* 边框颜色 */
border-radius: 8px; /* 圆角 */
padding: 8px 16px; /* 内边距 */
}
QPushButton:hover {
background-color: #5E81AC; /* 鼠标悬停时变为蓝色 */
border-color: #88C0D0; /* 边框颜色变浅 */
}
QPushButton:pressed {
background-color: #3B4252; /* 按下时变为深灰色 */
}
/* 列表样式 */
QListWidget {
background-color: #3B4252; /* 列表背景色 */
border: 1px solid #4C566A; /* 边框 */
color: #ECEFF4; /* 列表文字颜色 */
padding: 4px;
border-radius: 4px;
}
QListWidget::item {
padding: 8px; /* 列表项内边距 */
}
QListWidget::item:selected {
background-color: #5E81AC; /* 选中项背景色 */
color: #ECEFF4; /* 选中项文字颜色 */
}
/* 状态指示器 */
QLabel#statusIndicator {
background-color: #A3BE8C; /* 绿色表示正常运行 */
border-radius: 8px;
width: 24px;
height: 24px;
}
QLabel {
font-size: 20px; /* 设置为 16px */
color: #ECEFF4; /* 浅灰色字体 */
}
</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>371</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>20</x>
<y>400</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>刷新列表</string>
</property>
</widget>
<widget class="QPushButton" name="practice">
<property name="geometry">
<rect>
<x>170</x>
<y>20</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>启动修仙</string>
</property>
</widget>
<widget class="QPushButton" name="pack">
<property name="geometry">
<rect>
<x>170</x>
<y>80</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>丹药背包操作</string>
</property>
</widget>
<widget class="QPushButton" name="act">
<property name="geometry">
<rect>
<x>170</x>
<y>140</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>采药</string>
</property>
</widget>
<widget class="QPushButton" name="communityTask">
<property name="geometry">
<rect>
<x>170</x>
<y>200</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>获取宗门任务</string>
</property>
</widget>
<widget class="QPushButton" name="dailyTask">
<property name="geometry">
<rect>
<x>170</x>
<y>260</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>每日悬赏令</string>
</property>
</widget>
<widget class="QPushButton" name="market">
<property name="geometry">
<rect>
<x>170</x>
<y>320</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>坊市操作</string>
</property>
</widget>
<widget class="QPushButton" name="buyPotuon">
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>快速购买当前突破丹药</string>
</property>
</widget>
<widget class="QPushButton" name="bank">
<property name="geometry">
<rect>
<x>400</x>
<y>80</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>灵庄操作</string>
</property>
</widget>
<widget class="QPushButton" name="signIn">
<property name="geometry">
<rect>
<x>400</x>
<y>140</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>签到</string>
</property>
</widget>
<widget class="QLabel" name="statusIndicator">
<property name="geometry">
<rect>
<x>60</x>
<y>470</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: red;
border-radius: 10px;
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>440</y>
<width>121</width>
<height>26</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>121</width>
<height>26</height>
</size>
</property>
<property name="font">
<font>
<family>Segoe UI</family>
<pointsize>-1</pointsize>
</font>
</property>
<property name="text">
<string>系统运行状态</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>150</x>
<y>400</y>
<width>461</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="Celestian.qrc"/>
</resources>
<connections/>
</ui>