-
Notifications
You must be signed in to change notification settings - Fork 0
/
widget.ui
473 lines (473 loc) · 12.2 KB
/
widget.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
469
470
471
472
473
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1554</width>
<height>1400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>865</width>
<height>1400</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QLabel" name="label_bg1">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>850</width>
<height>1333</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>850</width>
<height>1333</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>850</width>
<height>1333</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../../../new_image.jpg</pixmap>
</property>
</widget>
<widget class="QPushButton" name="pushButton0">
<property name="geometry">
<rect>
<x>600</x>
<y>1220</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>0校门</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton1">
<property name="geometry">
<rect>
<x>580</x>
<y>1010</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string> 1厚学楼</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton4">
<property name="geometry">
<rect>
<x>420</x>
<y>1125</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>4大礼堂</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton5">
<property name="geometry">
<rect>
<x>330</x>
<y>1070</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>5南苑</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton6">
<property name="geometry">
<rect>
<x>270</x>
<y>970</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>6西苑</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton9">
<property name="geometry">
<rect>
<x>440</x>
<y>915</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>9东苑</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton2">
<property name="geometry">
<rect>
<x>700</x>
<y>895</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>2体育馆</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton3">
<property name="geometry">
<rect>
<x>690</x>
<y>810</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>3浦江操场</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton10">
<property name="geometry">
<rect>
<x>380</x>
<y>710</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>10图书馆</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton8">
<property name="geometry">
<rect>
<x>120</x>
<y>580</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>8镜湖</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton7">
<property name="geometry">
<rect>
<x>310</x>
<y>510</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>7仁智</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton11">
<property name="geometry">
<rect>
<x>10</x>
<y>440</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>11亚青</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton12">
<property name="geometry">
<rect>
<x>310</x>
<y>220</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>12学府苑</string>
</property>
</widget>
<widget class="QLabel" name="label_bg2">
<property name="geometry">
<rect>
<x>870</x>
<y>10</y>
<width>640</width>
<height>569</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>569</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>640</width>
<height>569</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../../../top.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="label_text">
<property name="geometry">
<rect>
<x>880</x>
<y>20</y>
<width>620</width>
<height>555</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>620</width>
<height>555</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>620</width>
<height>555</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">
font: 75 9pt "Agency FB";
font: 9pt "微软雅黑";
font: 12pt "Agency FB"; </string>
</property>
<property name="text">
<string>南京工业大学(Nanjing Tech University),简称“南工”,位于江苏省南京市,由国家国防科技工业局、住房和城乡建设部与江苏省人民政府共建,入选国家“2011计划”、“111计划”、“卓越工程师教育培养计划”,是江苏高水平大学建设高峰计划A类建设高校、江苏省重点建设高校、江苏省综合改革试点高校、江苏省人才强校试点高校、国家首批深化创新创业教育改革示范高校、全国高校实践育人创新创业基地、专业学位研究生教育综合改革试点高校、江苏省落实“科技创新改革30条”试点高校。 [1-2] [78]
学校由原南京化工大学与原南京建筑工程学院于2001年合并组建而成。其一源头可追溯到创建于1902年的三江师范学堂,后历经两江师范学堂、南京高等师范学校、国立东南大学、国立第四中山大学、江苏大学、国立中央大学、国立南京大学、南京大学、南京工学院和南京化工学院等历史时期;另一源头可追溯到同济医工学堂于1915年创建的附设机师科,后历经国立同济大学附设高级职业学校、国立同济大学附设高级工业职业学校、同济高级工业学校、南京建筑工程学校等历史时期。</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>880</x>
<y>590</y>
<width>111</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_qi">
<property name="geometry">
<rect>
<x>880</x>
<y>670</y>
<width>141</width>
<height>101</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 36pt "Agency FB";
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_zhong">
<property name="geometry">
<rect>
<x>1060</x>
<y>670</y>
<width>141</width>
<height>101</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 36pt "Agency FB";
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_short">
<property name="geometry">
<rect>
<x>1230</x>
<y>660</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>输出最短路径</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_all">
<property name="geometry">
<rect>
<x>1390</x>
<y>660</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>输出所有路径</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_lujing">
<property name="geometry">
<rect>
<x>880</x>
<y>850</y>
<width>141</width>
<height>101</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 36pt "Agency FB";
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_deletelj">
<property name="geometry">
<rect>
<x>1230</x>
<y>840</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>去除景点路径</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_updatelj">
<property name="geometry">
<rect>
<x>1060</x>
<y>840</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>更新景点路径</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_addjd">
<property name="geometry">
<rect>
<x>880</x>
<y>1040</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>添加景点</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_deletejd">
<property name="geometry">
<rect>
<x>1060</x>
<y>1040</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>删除景点</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_addlj">
<property name="geometry">
<rect>
<x>1390</x>
<y>840</y>
<width>151</width>
<height>131</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Agency FB";</string>
</property>
<property name="text">
<string>新增景点路径</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>