|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<ui version="4.0"> |
| 1 | +<ui version="4.0" > |
3 | 2 | <class>QgsComposerManagerBase</class>
|
4 |
| - <widget class="QDialog" name="QgsComposerManagerBase"> |
5 |
| - <property name="geometry"> |
| 3 | + <widget class="QDialog" name="QgsComposerManagerBase" > |
| 4 | + <property name="geometry" > |
6 | 5 | <rect>
|
7 | 6 | <x>0</x>
|
8 | 7 | <y>0</y>
|
9 |
| - <width>333</width> |
10 |
| - <height>198</height> |
| 8 | + <width>346</width> |
| 9 | + <height>203</height> |
11 | 10 | </rect>
|
12 | 11 | </property>
|
13 |
| - <property name="windowTitle"> |
| 12 | + <property name="windowTitle" > |
14 | 13 | <string>Composer manager</string>
|
15 | 14 | </property>
|
16 |
| - <layout class="QGridLayout" name="gridLayout"> |
17 |
| - <item row="0" column="0" rowspan="5"> |
18 |
| - <widget class="QListWidget" name="mComposerListWidget"/> |
| 15 | + <layout class="QGridLayout" name="gridLayout" > |
| 16 | + <item rowspan="5" row="0" column="0" > |
| 17 | + <widget class="QListWidget" name="mComposerListWidget" /> |
19 | 18 | </item>
|
20 |
| - <item row="0" column="1"> |
21 |
| - <widget class="QPushButton" name="mAddButton"> |
22 |
| - <property name="text"> |
23 |
| - <string>Add</string> |
| 19 | + <item row="0" column="1" > |
| 20 | + <widget class="QPushButton" name="mShowPushButton" > |
| 21 | + <property name="text" > |
| 22 | + <string>Show</string> |
24 | 23 | </property>
|
25 | 24 | </widget>
|
26 | 25 | </item>
|
27 |
| - <item row="1" column="1"> |
28 |
| - <widget class="QPushButton" name="mRemoveButton"> |
29 |
| - <property name="text"> |
| 26 | + <item row="1" column="1" > |
| 27 | + <widget class="QPushButton" name="mRemoveButton" > |
| 28 | + <property name="text" > |
30 | 29 | <string>Remove</string>
|
31 | 30 | </property>
|
32 | 31 | </widget>
|
33 | 32 | </item>
|
34 |
| - <item row="2" column="1"> |
35 |
| - <widget class="QPushButton" name="mRenamePushButton"> |
36 |
| - <property name="text"> |
| 33 | + <item row="2" column="1" > |
| 34 | + <widget class="QPushButton" name="mRenamePushButton" > |
| 35 | + <property name="text" > |
37 | 36 | <string>Rename</string>
|
38 | 37 | </property>
|
39 | 38 | </widget>
|
40 | 39 | </item>
|
41 |
| - <item row="3" column="1"> |
42 |
| - <widget class="QPushButton" name="mShowPushButton"> |
43 |
| - <property name="text"> |
44 |
| - <string>Show</string> |
| 40 | + <item row="3" column="1" > |
| 41 | + <widget class="QPushButton" name="mAddButton" > |
| 42 | + <property name="text" > |
| 43 | + <string>Add</string> |
45 | 44 | </property>
|
46 | 45 | </widget>
|
47 | 46 | </item>
|
48 |
| - <item row="4" column="1"> |
49 |
| - <spacer name="verticalSpacer"> |
50 |
| - <property name="orientation"> |
| 47 | + <item row="4" column="1" > |
| 48 | + <spacer name="verticalSpacer" > |
| 49 | + <property name="orientation" > |
51 | 50 | <enum>Qt::Vertical</enum>
|
52 | 51 | </property>
|
53 |
| - <property name="sizeHint" stdset="0"> |
| 52 | + <property name="sizeHint" stdset="0" > |
54 | 53 | <size>
|
55 | 54 | <width>20</width>
|
56 | 55 | <height>50</height>
|
57 | 56 | </size>
|
58 | 57 | </property>
|
59 | 58 | </spacer>
|
60 | 59 | </item>
|
61 |
| - <item row="5" column="0" colspan="2"> |
62 |
| - <widget class="QDialogButtonBox" name="mButtonBox"> |
63 |
| - <property name="orientation"> |
| 60 | + <item row="5" column="0" colspan="2" > |
| 61 | + <widget class="QDialogButtonBox" name="mButtonBox" > |
| 62 | + <property name="orientation" > |
64 | 63 | <enum>Qt::Horizontal</enum>
|
65 | 64 | </property>
|
66 |
| - <property name="standardButtons"> |
| 65 | + <property name="standardButtons" > |
67 | 66 | <set>QDialogButtonBox::Close</set>
|
68 | 67 | </property>
|
69 | 68 | </widget>
|
|
78 | 77 | <receiver>QgsComposerManagerBase</receiver>
|
79 | 78 | <slot>accept()</slot>
|
80 | 79 | <hints>
|
81 |
| - <hint type="sourcelabel"> |
| 80 | + <hint type="sourcelabel" > |
82 | 81 | <x>251</x>
|
83 | 82 | <y>193</y>
|
84 | 83 | </hint>
|
85 |
| - <hint type="destinationlabel"> |
| 84 | + <hint type="destinationlabel" > |
86 | 85 | <x>157</x>
|
87 | 86 | <y>274</y>
|
88 | 87 | </hint>
|
|
94 | 93 | <receiver>QgsComposerManagerBase</receiver>
|
95 | 94 | <slot>reject()</slot>
|
96 | 95 | <hints>
|
97 |
| - <hint type="sourcelabel"> |
| 96 | + <hint type="sourcelabel" > |
98 | 97 | <x>251</x>
|
99 | 98 | <y>193</y>
|
100 | 99 | </hint>
|
101 |
| - <hint type="destinationlabel"> |
| 100 | + <hint type="destinationlabel" > |
102 | 101 | <x>286</x>
|
103 | 102 | <y>274</y>
|
104 | 103 | </hint>
|
|
0 commit comments