qt5
Last change
on this file since 59c6cfe was
59c6cfe,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
started work on displaying map
- implemented mapwindow
- map is hard-coded for now
TODO: finish getting map path from the event
|
-
Property mode set to
100644
|
File size:
727 bytes
|
Line | |
---|
1 | <ui version="4.0" > |
---|
2 | <class>MapWindow</class> |
---|
3 | <widget class="QDialog" name="MapWindow" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>298</width> |
---|
9 | <height>179</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Dialog</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <widget class="QLabel" name="map" > |
---|
18 | <property name="text" > |
---|
19 | <string>Map goes here</string> |
---|
20 | </property> |
---|
21 | <property name="alignment" > |
---|
22 | <set>Qt::AlignCenter</set> |
---|
23 | </property> |
---|
24 | </widget> |
---|
25 | </item> |
---|
26 | </layout> |
---|
27 | <zorder>map</zorder> |
---|
28 | <zorder>toolButton</zorder> |
---|
29 | </widget> |
---|
30 | <resources/> |
---|
31 | <connections/> |
---|
32 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.