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

« back to all changes in this revision

Viewing changes to python/plugins/osm/ui_files/OsmSaveDlg.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
<ui version="4.0" >
 
2
 <class>OsmSaveDlg</class>
 
3
 <widget class="QDialog" name="OsmSaveDlg" >
 
4
  <property name="windowModality" >
 
5
   <enum>Qt::ApplicationModal</enum>
 
6
  </property>
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>370</width>
 
12
    <height>206</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Save OSM</string>
 
17
  </property>
 
18
  <property name="toolTip" >
 
19
   <string/>
 
20
  </property>
 
21
  <property name="whatsThis" >
 
22
   <string/>
 
23
  </property>
 
24
  <property name="modal" >
 
25
   <bool>true</bool>
 
26
  </property>
 
27
  <layout class="QVBoxLayout" >
 
28
   <item>
 
29
    <layout class="QGridLayout" >
 
30
     <item row="0" column="0" colspan="2" >
 
31
      <widget class="QLabel" name="label" >
 
32
       <property name="text" >
 
33
        <string>Where to save:</string>
 
34
       </property>
 
35
       <property name="indent" >
 
36
        <number>-1</number>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
     <item row="1" column="0" >
 
41
      <widget class="QLineEdit" name="OSMFileEdit" />
 
42
     </item>
 
43
     <item row="1" column="1" >
 
44
      <widget class="QPushButton" name="browseOSMButton" >
 
45
       <property name="maximumSize" >
 
46
        <size>
 
47
         <width>50</width>
 
48
         <height>16777215</height>
 
49
        </size>
 
50
       </property>
 
51
       <property name="text" >
 
52
        <string>...</string>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
    </layout>
 
57
   </item>
 
58
   <item>
 
59
    <widget class="QLabel" name="label_2" >
 
60
     <property name="text" >
 
61
      <string>Features to save:</string>
 
62
     </property>
 
63
    </widget>
 
64
   </item>
 
65
   <item>
 
66
    <layout class="QHBoxLayout" >
 
67
     <property name="leftMargin" >
 
68
      <number>15</number>
 
69
     </property>
 
70
     <property name="rightMargin" >
 
71
      <number>0</number>
 
72
     </property>
 
73
     <property name="bottomMargin" >
 
74
      <number>10</number>
 
75
     </property>
 
76
     <item>
 
77
      <layout class="QVBoxLayout" >
 
78
       <item>
 
79
        <widget class="QCheckBox" name="chkPoints" >
 
80
         <property name="text" >
 
81
          <string>Points</string>
 
82
         </property>
 
83
         <property name="checked" >
 
84
          <bool>true</bool>
 
85
         </property>
 
86
        </widget>
 
87
       </item>
 
88
       <item>
 
89
        <widget class="QCheckBox" name="chkLines" >
 
90
         <property name="text" >
 
91
          <string>Lines</string>
 
92
         </property>
 
93
         <property name="checked" >
 
94
          <bool>true</bool>
 
95
         </property>
 
96
        </widget>
 
97
       </item>
 
98
       <item>
 
99
        <widget class="QCheckBox" name="chkPolygons" >
 
100
         <property name="text" >
 
101
          <string>Polygons</string>
 
102
         </property>
 
103
         <property name="checked" >
 
104
          <bool>true</bool>
 
105
         </property>
 
106
        </widget>
 
107
       </item>
 
108
      </layout>
 
109
     </item>
 
110
     <item>
 
111
      <layout class="QVBoxLayout" >
 
112
       <item>
 
113
        <widget class="QCheckBox" name="chkRelations" >
 
114
         <property name="text" >
 
115
          <string>Relations</string>
 
116
         </property>
 
117
         <property name="checked" >
 
118
          <bool>true</bool>
 
119
         </property>
 
120
        </widget>
 
121
       </item>
 
122
       <item>
 
123
        <widget class="QCheckBox" name="chkTags" >
 
124
         <property name="text" >
 
125
          <string>Tags</string>
 
126
         </property>
 
127
         <property name="checked" >
 
128
          <bool>true</bool>
 
129
         </property>
 
130
        </widget>
 
131
       </item>
 
132
       <item>
 
133
        <spacer>
 
134
         <property name="orientation" >
 
135
          <enum>Qt::Vertical</enum>
 
136
         </property>
 
137
         <property name="sizeHint" >
 
138
          <size>
 
139
           <width>20</width>
 
140
           <height>40</height>
 
141
          </size>
 
142
         </property>
 
143
        </spacer>
 
144
       </item>
 
145
      </layout>
 
146
     </item>
 
147
     <item>
 
148
      <spacer>
 
149
       <property name="orientation" >
 
150
        <enum>Qt::Horizontal</enum>
 
151
       </property>
 
152
       <property name="sizeHint" >
 
153
        <size>
 
154
         <width>40</width>
 
155
         <height>20</height>
 
156
        </size>
 
157
       </property>
 
158
      </spacer>
 
159
     </item>
 
160
     <item>
 
161
      <layout class="QVBoxLayout" >
 
162
       <item>
 
163
        <spacer>
 
164
         <property name="orientation" >
 
165
          <enum>Qt::Vertical</enum>
 
166
         </property>
 
167
         <property name="sizeHint" >
 
168
          <size>
 
169
           <width>20</width>
 
170
           <height>40</height>
 
171
          </size>
 
172
         </property>
 
173
        </spacer>
 
174
       </item>
 
175
       <item>
 
176
        <widget class="QDialogButtonBox" name="buttonBox" >
 
177
         <property name="maximumSize" >
 
178
          <size>
 
179
           <width>110</width>
 
180
           <height>16777215</height>
 
181
          </size>
 
182
         </property>
 
183
         <property name="baseSize" >
 
184
          <size>
 
185
           <width>110</width>
 
186
           <height>0</height>
 
187
          </size>
 
188
         </property>
 
189
         <property name="orientation" >
 
190
          <enum>Qt::Horizontal</enum>
 
191
         </property>
 
192
         <property name="standardButtons" >
 
193
          <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
194
         </property>
 
195
        </widget>
 
196
       </item>
 
197
      </layout>
 
198
     </item>
 
199
    </layout>
 
200
   </item>
 
201
  </layout>
 
202
 </widget>
 
203
 <tabstops>
 
204
  <tabstop>OSMFileEdit</tabstop>
 
205
  <tabstop>browseOSMButton</tabstop>
 
206
 </tabstops>
 
207
 <resources/>
 
208
 <connections>
 
209
  <connection>
 
210
   <sender>buttonBox</sender>
 
211
   <signal>rejected()</signal>
 
212
   <receiver>OsmSaveDlg</receiver>
 
213
   <slot>reject()</slot>
 
214
   <hints>
 
215
    <hint type="sourcelabel" >
 
216
     <x>316</x>
 
217
     <y>260</y>
 
218
    </hint>
 
219
    <hint type="destinationlabel" >
 
220
     <x>286</x>
 
221
     <y>274</y>
 
222
    </hint>
 
223
   </hints>
 
224
  </connection>
 
225
 </connections>
 
226
</ui>