forked from Januarylovelulu/Popkart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainwindow.ui
468 lines (468 loc) · 11.7 KB
/
mainwindow.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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<?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>605</width>
<height>635</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>291</width>
<height>561</height>
</rect>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="changeCar">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
<y>140</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>查找车辆代码</string>
</property>
<property name="shortcut">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="carCode">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>320</x>
<y>10</y>
<width>271</width>
<height>55</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>输入数字切换,名字查代码</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="startGame">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
<y>510</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>开始游戏</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>320</x>
<y>140</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="maxCount">
<number>2147483640</number>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</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>
<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>
<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>
<item>
<property name="text">
<string>更改印记</string>
</property>
</item>
<item>
<property name="text">
<string>更改名喷</string>
</property>
</item>
</widget>
<widget class="QLabel" name="adPicture">
<property name="geometry">
<rect>
<x>320</x>
<y>222</y>
<width>270</width>
<height>270</height>
</rect>
</property>
<property name="text">
<string>游戏分辨率</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="seamlessTurnOn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>320</x>
<y>510</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>打开无缝</string>
</property>
</widget>
<widget class="QLineEdit" name="carChangeShow">
<property name="geometry">
<rect>
<x>320</x>
<y>83</y>
<width>271</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_icon">
<property name="geometry">
<rect>
<x>255</x>
<y>10</y>
<width>46</width>
<height>46</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<zorder>adPicture</zorder>
<zorder>textBrowser</zorder>
<zorder>changeCar</zorder>
<zorder>carCode</zorder>
<zorder>startGame</zorder>
<zorder>comboBox</zorder>
<zorder>seamlessTurnOn</zorder>
<zorder>carChangeShow</zorder>
<zorder>label_icon</zorder>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>605</width>
<height>17</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>菜单</string>
</property>
<addaction name="separator"/>
<addaction name="changeVersion"/>
<addaction name="separator"/>
<addaction name="enterChatRoom"/>
<addaction name="separator"/>
<addaction name="changeBackgroundPic"/>
<addaction name="separator"/>
<addaction name="searchQuestion"/>
<addaction name="separator"/>
<addaction name="minishow"/>
<addaction name="separator"/>
<addaction name="quit"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>改装(重置)</string>
</property>
<addaction name="separator"/>
<addaction name="startRefit"/>
<addaction name="separator"/>
<addaction name="startRepair"/>
<addaction name="separator"/>
<addaction name="resetPPConfig"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>截图/视频</string>
</property>
<addaction name="separator"/>
<addaction name="screenShotPath"/>
<addaction name="separator"/>
<addaction name="vedioPath"/>
<addaction name="separator"/>
<addaction name="shadowPath"/>
<addaction name="separator"/>
<addaction name="shadowDelete"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menu_4">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>设置选项</string>
</property>
<addaction name="separator"/>
<addaction name="setting"/>
<addaction name="separator"/>
<addaction name="changeShortcut"/>
<addaction name="separator"/>
<addaction name="seamlessSetting"/>
<addaction name="separator"/>
<addaction name="gameDPI"/>
<addaction name="separator"/>
<addaction name="update"/>
<addaction name="separator"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
</widget>
<action name="openPath">
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="icon">
<iconset>
<normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/normal.png</normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/normal.png</iconset>
</property>
<property name="text">
<string>选择运行文件</string>
</property>
</action>
<action name="changeBackgroundPic">
<property name="checkable">
<bool>false</bool>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/press.png</normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/press.png</iconset>
</property>
<property name="text">
<string>更换背景图片</string>
</property>
</action>
<action name="startRefit">
<property name="icon">
<iconset>
<normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/normal.png</normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/normal.png</iconset>
</property>
<property name="text">
<string>改装器</string>
</property>
</action>
<action name="startRepair">
<property name="icon">
<iconset>
<normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/press.png</normaloff>../build-Popkart-Desktop_Qt_5_9_1_MSVC2015_64bit-Release/Log/press.png</iconset>
</property>
<property name="text">
<string>重置改装</string>
</property>
</action>
<action name="screenShotPath">
<property name="text">
<string>截图文件夹</string>
</property>
</action>
<action name="vedioPath">
<property name="text">
<string>视频文件夹</string>
</property>
</action>
<action name="shadowPath">
<property name="text">
<string>影子文件夹</string>
</property>
</action>
<action name="shadowDelete">
<property name="text">
<string>删除影子</string>
</property>
</action>
<action name="setting">
<property name="text">
<string>设置选项</string>
</property>
</action>
<action name="changeShortcut">
<property name="text">
<string>快捷键更改</string>
</property>
</action>
<action name="seamlessSetting">
<property name="text">
<string>无缝设置</string>
</property>
</action>
<action name="gameDPI">
<property name="text">
<string>游戏分辨率</string>
</property>
</action>
<action name="searchQuestion">
<property name="text">
<string>问题搜索(帮助)</string>
</property>
</action>
<action name="changeVersion">
<property name="text">
<string>切换游戏版本</string>
</property>
</action>
<action name="minishow">
<property name="text">
<string>最小化到托盘</string>
</property>
</action>
<action name="quit">
<property name="text">
<string>退出启动器</string>
</property>
</action>
<action name="resetPPConfig">
<property name="text">
<string>重置PPConfig</string>
</property>
</action>
<action name="update">
<property name="text">
<string>检查更新</string>
</property>
</action>
<action name="enterChatRoom">
<property name="text">
<string>进入聊天室</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>