|
1 | | -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsSVGDiagramFactoryWidgetBase</class> |
3 | | - <widget class="QWidget" name="QgsSVGDiagramFactoryWidgetBase" > |
4 | | - <property name="geometry" > |
| 4 | + <widget class="QWidget" name="QgsSVGDiagramFactoryWidgetBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect> |
6 | 7 | <x>0</x> |
7 | 8 | <y>0</y> |
8 | 9 | <width>351</width> |
9 | 10 | <height>342</height> |
10 | 11 | </rect> |
11 | 12 | </property> |
12 | | - <property name="windowTitle" > |
| 13 | + <property name="windowTitle"> |
13 | 14 | <string>Form</string> |
14 | 15 | </property> |
15 | | - <layout class="QGridLayout" > |
16 | | - <item row="0" column="0" > |
17 | | - <widget class="QGroupBox" name="mSearchDirectoriesGroupBox" > |
18 | | - <property name="sizePolicy" > |
19 | | - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
| 16 | + <layout class="QGridLayout"> |
| 17 | + <property name="margin"> |
| 18 | + <number>0</number> |
| 19 | + </property> |
| 20 | + <item row="0" column="0"> |
| 21 | + <widget class="QGroupBox" name="mSearchDirectoriesGroupBox"> |
| 22 | + <property name="sizePolicy"> |
| 23 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
20 | 24 | <horstretch>0</horstretch> |
21 | 25 | <verstretch>0</verstretch> |
22 | 26 | </sizepolicy> |
23 | 27 | </property> |
24 | | - <property name="title" > |
| 28 | + <property name="title"> |
25 | 29 | <string>Search directories</string> |
26 | 30 | </property> |
27 | | - <layout class="QGridLayout" > |
28 | | - <item row="0" column="0" > |
| 31 | + <layout class="QGridLayout"> |
| 32 | + <item row="0" column="0"> |
29 | 33 | <spacer> |
30 | | - <property name="orientation" > |
| 34 | + <property name="orientation"> |
31 | 35 | <enum>Qt::Horizontal</enum> |
32 | 36 | </property> |
33 | | - <property name="sizeHint" > |
| 37 | + <property name="sizeHint" stdset="0"> |
34 | 38 | <size> |
35 | 39 | <width>101</width> |
36 | 40 | <height>20</height> |
37 | 41 | </size> |
38 | 42 | </property> |
39 | 43 | </spacer> |
40 | 44 | </item> |
41 | | - <item row="0" column="1" > |
42 | | - <widget class="QPushButton" name="mAddDirectoryButton" > |
43 | | - <property name="text" > |
| 45 | + <item row="0" column="1"> |
| 46 | + <widget class="QPushButton" name="mAddDirectoryButton"> |
| 47 | + <property name="text"> |
44 | 48 | <string>Add...</string> |
45 | 49 | </property> |
46 | 50 | </widget> |
47 | 51 | </item> |
48 | | - <item row="0" column="2" > |
49 | | - <widget class="QPushButton" name="mRemoveDirectoryButton" > |
50 | | - <property name="text" > |
| 52 | + <item row="0" column="2"> |
| 53 | + <widget class="QPushButton" name="mRemoveDirectoryButton"> |
| 54 | + <property name="text"> |
51 | 55 | <string>Remove</string> |
52 | 56 | </property> |
53 | 57 | </widget> |
54 | 58 | </item> |
55 | | - <item row="1" column="0" colspan="3" > |
56 | | - <widget class="QComboBox" name="mSearchDirectoriesComboBox" > |
57 | | - <property name="sizePolicy" > |
58 | | - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
| 59 | + <item row="1" column="0" colspan="3"> |
| 60 | + <widget class="QComboBox" name="mSearchDirectoriesComboBox"> |
| 61 | + <property name="sizePolicy"> |
| 62 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
59 | 63 | <horstretch>0</horstretch> |
60 | 64 | <verstretch>0</verstretch> |
61 | 65 | </sizepolicy> |
|
65 | 69 | </layout> |
66 | 70 | </widget> |
67 | 71 | </item> |
68 | | - <item row="1" column="0" > |
69 | | - <widget class="QGroupBox" name="mPreviewGroupBox" > |
70 | | - <property name="sizePolicy" > |
71 | | - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
| 72 | + <item row="1" column="0"> |
| 73 | + <widget class="QGroupBox" name="mPreviewGroupBox"> |
| 74 | + <property name="sizePolicy"> |
| 75 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
72 | 76 | <horstretch>0</horstretch> |
73 | 77 | <verstretch>0</verstretch> |
74 | 78 | </sizepolicy> |
75 | 79 | </property> |
76 | | - <property name="title" > |
| 80 | + <property name="title"> |
77 | 81 | <string>SVG Preview</string> |
78 | 82 | </property> |
79 | | - <layout class="QGridLayout" > |
80 | | - <item row="0" column="0" > |
81 | | - <widget class="QListWidget" name="mPreviewListWidget" > |
82 | | - <property name="movement" > |
| 83 | + <layout class="QGridLayout"> |
| 84 | + <item row="0" column="0"> |
| 85 | + <widget class="QListWidget" name="mPreviewListWidget"> |
| 86 | + <property name="movement"> |
83 | 87 | <enum>QListView::Free</enum> |
84 | 88 | </property> |
85 | | - <property name="flow" > |
| 89 | + <property name="flow"> |
86 | 90 | <enum>QListView::LeftToRight</enum> |
87 | 91 | </property> |
88 | | - <property name="isWrapping" stdset="0" > |
| 92 | + <property name="isWrapping" stdset="0"> |
89 | 93 | <bool>true</bool> |
90 | 94 | </property> |
91 | | - <property name="gridSize" > |
| 95 | + <property name="gridSize"> |
92 | 96 | <size> |
93 | 97 | <width>30</width> |
94 | 98 | <height>30</height> |
95 | 99 | </size> |
96 | 100 | </property> |
97 | | - <property name="viewMode" > |
| 101 | + <property name="viewMode"> |
98 | 102 | <enum>QListView::IconMode</enum> |
99 | 103 | </property> |
100 | | - <property name="wordWrap" > |
| 104 | + <property name="wordWrap"> |
101 | 105 | <bool>true</bool> |
102 | 106 | </property> |
103 | 107 | </widget> |
104 | 108 | </item> |
105 | 109 | </layout> |
106 | 110 | </widget> |
107 | 111 | </item> |
108 | | - <item row="2" column="0" > |
109 | | - <layout class="QHBoxLayout" > |
110 | | - <property name="spacing" > |
| 112 | + <item row="2" column="0"> |
| 113 | + <layout class="QHBoxLayout"> |
| 114 | + <property name="spacing"> |
111 | 115 | <number>6</number> |
112 | 116 | </property> |
113 | | - <property name="leftMargin" > |
114 | | - <number>0</number> |
115 | | - </property> |
116 | | - <property name="topMargin" > |
117 | | - <number>0</number> |
118 | | - </property> |
119 | | - <property name="rightMargin" > |
120 | | - <number>0</number> |
121 | | - </property> |
122 | | - <property name="bottomMargin" > |
| 117 | + <property name="margin"> |
123 | 118 | <number>0</number> |
124 | 119 | </property> |
125 | 120 | <item> |
126 | | - <widget class="QLineEdit" name="mPictureLineEdit" /> |
| 121 | + <widget class="QLineEdit" name="mPictureLineEdit"/> |
127 | 122 | </item> |
128 | 123 | <item> |
129 | | - <widget class="QPushButton" name="mPictureBrowseButton" > |
130 | | - <property name="sizePolicy" > |
131 | | - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
132 | | - <horstretch>0</horstretch> |
133 | | - <verstretch>0</verstretch> |
134 | | - </sizepolicy> |
135 | | - </property> |
136 | | - <property name="maximumSize" > |
137 | | - <size> |
138 | | - <width>150</width> |
139 | | - <height>32767</height> |
140 | | - </size> |
141 | | - </property> |
142 | | - <property name="text" > |
143 | | - <string>Browse...</string> |
| 124 | + <widget class="QToolButton" name="mPictureBrowseButton"> |
| 125 | + <property name="text"> |
| 126 | + <string>...</string> |
144 | 127 | </property> |
145 | 128 | </widget> |
146 | 129 | </item> |
|
0 commit comments