-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhq_map.ui
85 lines (85 loc) · 1.91 KB
/
hq_map.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>form</class>
<widget class="QWidget" name="form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>866</width>
<height>642</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>866</width>
<height>642</height>
</size>
</property>
<property name="windowTitle">
<string>Heroquest Map</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>11</x>
<y>11</y>
<width>844</width>
<height>620</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>844</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="lineWidth">
<number>5</number>
</property>
<property name="midLineWidth">
<number>5</number>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../heroquest_legends/HQL_Map.png</pixmap>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
<widget class="QPushButton" name="pushButton_pov3">
<property name="geometry">
<rect>
<x>410</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);
font: 10pt "MS Shell Dlg 2";</string>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>