qt5
Last change
on this file since 6df32f2 was
bf3bbb9,
checked in by kirilma <kirilma@…>, 12 years ago
|
save output from updater QT designer
update all ui files to the output format of the new Qt Designer (version: 4.5.3really4.5.2-0ubuntu1)
to avoid unrelated changes in SCM later
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MapWindow</class> |
---|
4 | <widget class="QDialog" name="MapWindow"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>298</width> |
---|
10 | <height>179</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Dialog</string> |
---|
21 | </property> |
---|
22 | <layout class="QGridLayout" name="gridLayout"> |
---|
23 | <item row="0" column="0"> |
---|
24 | <widget class="QLabel" name="map"> |
---|
25 | <property name="sizePolicy"> |
---|
26 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
---|
27 | <horstretch>0</horstretch> |
---|
28 | <verstretch>0</verstretch> |
---|
29 | </sizepolicy> |
---|
30 | </property> |
---|
31 | <property name="text"> |
---|
32 | <string>Map goes here</string> |
---|
33 | </property> |
---|
34 | <property name="alignment"> |
---|
35 | <set>Qt::AlignCenter</set> |
---|
36 | </property> |
---|
37 | </widget> |
---|
38 | </item> |
---|
39 | </layout> |
---|
40 | </widget> |
---|
41 | <resources/> |
---|
42 | <connections/> |
---|
43 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.