~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/ui/qgscomposerscalebarwidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QgsComposerScaleBarWidgetBase</class>
 
4
 <widget class="QWidget" name="QgsComposerScaleBarWidgetBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>325</width>
 
10
    <height>537</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>Barscale Options</string>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout">
 
23
   <property name="margin">
 
24
    <number>0</number>
 
25
   </property>
 
26
   <item row="0" column="0">
 
27
    <widget class="QToolBox" name="toolBox">
 
28
     <property name="currentIndex">
 
29
      <number>0</number>
 
30
     </property>
 
31
     <widget class="QWidget" name="page">
 
32
      <property name="geometry">
 
33
       <rect>
 
34
        <x>0</x>
 
35
        <y>0</y>
 
36
        <width>307</width>
 
37
        <height>616</height>
 
38
       </rect>
 
39
      </property>
 
40
      <attribute name="label">
 
41
       <string>Scale bar</string>
 
42
      </attribute>
 
43
      <layout class="QGridLayout" name="gridLayout_2">
 
44
       <item row="0" column="0">
 
45
        <widget class="QLabel" name="mSegmentSizeLabel">
 
46
         <property name="text">
 
47
          <string>Segment size (map units)</string>
 
48
         </property>
 
49
         <property name="wordWrap">
 
50
          <bool>true</bool>
 
51
         </property>
 
52
         <property name="buddy">
 
53
          <cstring>mSegmentSizeSpinBox</cstring>
 
54
         </property>
 
55
        </widget>
 
56
       </item>
 
57
       <item row="1" column="0">
 
58
        <widget class="QDoubleSpinBox" name="mSegmentSizeSpinBox">
 
59
         <property name="decimals">
 
60
          <number>4</number>
 
61
         </property>
 
62
         <property name="maximum">
 
63
          <double>9999999999999.000000000000000</double>
 
64
         </property>
 
65
        </widget>
 
66
       </item>
 
67
       <item row="2" column="0">
 
68
        <widget class="QLabel" name="mMapUnitsPerBarUnitLabel">
 
69
         <property name="text">
 
70
          <string>Map units per bar unit</string>
 
71
         </property>
 
72
         <property name="wordWrap">
 
73
          <bool>true</bool>
 
74
         </property>
 
75
         <property name="buddy">
 
76
          <cstring>mMapUnitsPerBarUnitSpinBox</cstring>
 
77
         </property>
 
78
        </widget>
 
79
       </item>
 
80
       <item row="3" column="0">
 
81
        <widget class="QDoubleSpinBox" name="mMapUnitsPerBarUnitSpinBox">
 
82
         <property name="maximum">
 
83
          <double>9999999999999.000000000000000</double>
 
84
         </property>
 
85
        </widget>
 
86
       </item>
 
87
       <item row="4" column="0">
 
88
        <widget class="QSpinBox" name="mNumberOfSegmentsSpinBox">
 
89
         <property name="suffix">
 
90
          <string> Right segments</string>
 
91
         </property>
 
92
        </widget>
 
93
       </item>
 
94
       <item row="5" column="0">
 
95
        <widget class="QSpinBox" name="mSegmentsLeftSpinBox">
 
96
         <property name="suffix">
 
97
          <string> Left segments</string>
 
98
         </property>
 
99
        </widget>
 
100
       </item>
 
101
       <item row="6" column="0">
 
102
        <widget class="QLabel" name="mStyleLabel">
 
103
         <property name="text">
 
104
          <string>Style</string>
 
105
         </property>
 
106
         <property name="buddy">
 
107
          <cstring>mStyleComboBox</cstring>
 
108
         </property>
 
109
        </widget>
 
110
       </item>
 
111
       <item row="7" column="0">
 
112
        <widget class="QComboBox" name="mStyleComboBox"/>
 
113
       </item>
 
114
       <item row="8" column="0">
 
115
        <widget class="QLabel" name="mMapLabel">
 
116
         <property name="sizePolicy">
 
117
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
118
           <horstretch>0</horstretch>
 
119
           <verstretch>0</verstretch>
 
120
          </sizepolicy>
 
121
         </property>
 
122
         <property name="text">
 
123
          <string>Map</string>
 
124
         </property>
 
125
         <property name="wordWrap">
 
126
          <bool>true</bool>
 
127
         </property>
 
128
         <property name="buddy">
 
129
          <cstring>mMapComboBox</cstring>
 
130
         </property>
 
131
        </widget>
 
132
       </item>
 
133
       <item row="9" column="0">
 
134
        <widget class="QComboBox" name="mMapComboBox">
 
135
         <property name="enabled">
 
136
          <bool>true</bool>
 
137
         </property>
 
138
         <property name="sizePolicy">
 
139
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
140
           <horstretch>0</horstretch>
 
141
           <verstretch>0</verstretch>
 
142
          </sizepolicy>
 
143
         </property>
 
144
        </widget>
 
145
       </item>
 
146
       <item row="10" column="0">
 
147
        <widget class="QSpinBox" name="mHeightSpinBox">
 
148
         <property name="suffix">
 
149
          <string> mm</string>
 
150
         </property>
 
151
         <property name="prefix">
 
152
          <string>Height </string>
 
153
         </property>
 
154
        </widget>
 
155
       </item>
 
156
       <item row="11" column="0">
 
157
        <widget class="QDoubleSpinBox" name="mLineWidthSpinBox">
 
158
         <property name="sizePolicy">
 
159
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
160
           <horstretch>0</horstretch>
 
161
           <verstretch>0</verstretch>
 
162
          </sizepolicy>
 
163
         </property>
 
164
         <property name="prefix">
 
165
          <string>Line width </string>
 
166
         </property>
 
167
         <property name="suffix">
 
168
          <string> mm</string>
 
169
         </property>
 
170
         <property name="minimum">
 
171
          <double>0.010000000000000</double>
 
172
         </property>
 
173
         <property name="singleStep">
 
174
          <double>0.100000000000000</double>
 
175
         </property>
 
176
         <property name="value">
 
177
          <double>0.200000000000000</double>
 
178
         </property>
 
179
        </widget>
 
180
       </item>
 
181
       <item row="12" column="0">
 
182
        <widget class="QDoubleSpinBox" name="mLabelBarSpaceSpinBox">
 
183
         <property name="prefix">
 
184
          <string>Label space </string>
 
185
         </property>
 
186
         <property name="suffix">
 
187
          <string> mm</string>
 
188
         </property>
 
189
        </widget>
 
190
       </item>
 
191
       <item row="13" column="0">
 
192
        <widget class="QDoubleSpinBox" name="mBoxSizeSpinBox">
 
193
         <property name="prefix">
 
194
          <string>Box space </string>
 
195
         </property>
 
196
         <property name="suffix">
 
197
          <string> mm</string>
 
198
         </property>
 
199
        </widget>
 
200
       </item>
 
201
       <item row="14" column="0">
 
202
        <widget class="QLabel" name="mUnitLabelLabel">
 
203
         <property name="text">
 
204
          <string>Unit label</string>
 
205
         </property>
 
206
         <property name="wordWrap">
 
207
          <bool>true</bool>
 
208
         </property>
 
209
         <property name="buddy">
 
210
          <cstring>mUnitLabelLineEdit</cstring>
 
211
         </property>
 
212
        </widget>
 
213
       </item>
 
214
       <item row="15" column="0">
 
215
        <widget class="QLineEdit" name="mUnitLabelLineEdit"/>
 
216
       </item>
 
217
       <item row="16" column="0">
 
218
        <widget class="QPushButton" name="mFontButton">
 
219
         <property name="sizePolicy">
 
220
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
221
           <horstretch>0</horstretch>
 
222
           <verstretch>0</verstretch>
 
223
          </sizepolicy>
 
224
         </property>
 
225
         <property name="text">
 
226
          <string>Font...</string>
 
227
         </property>
 
228
        </widget>
 
229
       </item>
 
230
       <item row="17" column="0">
 
231
        <widget class="QPushButton" name="mColorPushButton">
 
232
         <property name="text">
 
233
          <string>Color...</string>
 
234
         </property>
 
235
        </widget>
 
236
       </item>
 
237
       <item row="18" column="0">
 
238
        <spacer name="verticalSpacer">
 
239
         <property name="orientation">
 
240
          <enum>Qt::Vertical</enum>
 
241
         </property>
 
242
         <property name="sizeHint" stdset="0">
 
243
          <size>
 
244
           <width>20</width>
 
245
           <height>40</height>
 
246
          </size>
 
247
         </property>
 
248
        </spacer>
 
249
       </item>
 
250
      </layout>
 
251
     </widget>
 
252
    </widget>
 
253
   </item>
 
254
  </layout>
 
255
 </widget>
 
256
 <layoutdefault spacing="6" margin="11"/>
 
257
 <resources/>
 
258
 <connections/>
 
259
</ui>