Subversion Repositories public

Rev

Rev 274 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
274 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>shapeWidgetBase</class>
4
 <widget class="QDialog" name="shapeWidgetBase">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>600</width>
278 andreas 10
    <height>214</height>
274 andreas 11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>600</width>
22
    <height>100</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Shape file settings</string>
27
  </property>
28
  <property name="windowIcon">
29
   <iconset>
30
    <normaloff>hi16-app-sportwatcher.png</normaloff>hi16-app-sportwatcher.png</iconset>
31
  </property>
32
  <property name="toolTip">
33
   <string>Allows to set everything needed for a set of shape files</string>
34
  </property>
35
  <property name="locale">
36
   <locale language="English" country="UnitedStates"/>
37
  </property>
38
  <layout class="QGridLayout" name="gridLayout">
39
   <item row="0" column="0">
40
    <widget class="QLabel" name="label">
41
     <property name="text">
42
      <string>Path to shape file set</string>
43
     </property>
44
    </widget>
45
   </item>
278 andreas 46
   <item row="0" column="1" colspan="3">
274 andreas 47
    <widget class="KUrlRequester" name="edShapeFileSet">
48
     <property name="toolTip">
49
      <string>This Line contains the path to the directory with the shape files, containing the map.</string>
50
     </property>
51
     <property name="whatsThis">
52
      <string>An input line, containing the path to the shape files.</string>
53
     </property>
54
    </widget>
55
   </item>
56
   <item row="1" column="0">
57
    <widget class="QLabel" name="label_2">
58
     <property name="text">
59
      <string>Path to Mapnik plugin directory</string>
60
     </property>
61
    </widget>
62
   </item>
278 andreas 63
   <item row="1" column="1" colspan="3">
274 andreas 64
    <widget class="KUrlRequester" name="edPluginPath">
65
     <property name="toolTip">
66
      <string>Path to the directory containing the plugins for Mapnik.</string>
67
     </property>
68
     <property name="whatsThis">
69
      <string>An edit line containing the path to the Mapnik plugin directory.</string>
70
     </property>
71
    </widget>
72
   </item>
73
   <item row="2" column="0">
74
    <widget class="QLabel" name="label_3">
75
     <property name="text">
76
      <string>Path to Mapnik font directory</string>
77
     </property>
78
    </widget>
79
   </item>
278 andreas 80
   <item row="2" column="1" colspan="3">
274 andreas 81
    <widget class="KUrlRequester" name="edFontPath">
82
     <property name="toolTip">
83
      <string>Contains the path to a font directory with true type fonts used to draw the labels of the map.</string>
84
     </property>
85
     <property name="whatsThis">
86
      <string>Input line containing the path to a font directory.</string>
87
     </property>
88
    </widget>
89
   </item>
90
   <item row="3" column="0">
91
    <widget class="QLabel" name="label_4">
92
     <property name="text">
93
      <string>Name and path to description file</string>
94
     </property>
95
    </widget>
96
   </item>
278 andreas 97
   <item row="3" column="1" colspan="3">
274 andreas 98
    <widget class="KUrlRequester" name="edXmlFile">
99
     <property name="toolTip">
100
      <string>Contains the file name of a file, describing the contents of the shape file.</string>
101
     </property>
102
     <property name="whatsThis">
103
      <string>Input line containing the name of a file describing the contents of shape files.</string>
104
     </property>
105
    </widget>
106
   </item>
278 andreas 107
   <item row="4" column="0">
108
    <widget class="QLabel" name="label_5">
109
     <property name="text">
110
      <string>If map file is projected:</string>
111
     </property>
112
    </widget>
113
   </item>
114
   <item row="4" column="1">
115
    <widget class="QRadioButton" name="rbForward">
116
     <property name="toolTip">
117
      <string>Forward if mapfile is projected.</string>
118
     </property>
119
     <property name="whatsThis">
120
      <string>Makes a forward projection if the mapfile is projected.</string>
121
     </property>
122
     <property name="text">
123
      <string>Forwarded</string>
124
     </property>
125
    </widget>
126
   </item>
127
   <item row="4" column="3">
128
    <spacer name="horizontalSpacer_2">
129
     <property name="orientation">
130
      <enum>Qt::Horizontal</enum>
131
     </property>
132
     <property name="sizeHint" stdset="0">
133
      <size>
134
       <width>206</width>
135
       <height>20</height>
136
      </size>
137
     </property>
138
    </spacer>
139
   </item>
140
   <item row="5" column="0" colspan="4">
274 andreas 141
    <widget class="QDialogButtonBox" name="buttonBox">
142
     <property name="orientation">
143
      <enum>Qt::Horizontal</enum>
144
     </property>
145
     <property name="standardButtons">
146
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
147
     </property>
148
    </widget>
149
   </item>
278 andreas 150
   <item row="4" column="2">
151
    <widget class="QRadioButton" name="rbInverse">
152
     <property name="toolTip">
153
      <string>Inverse if map file is geographic.</string>
154
     </property>
155
     <property name="statusTip">
156
      <string/>
157
     </property>
158
     <property name="whatsThis">
159
      <string>Makes an inverse projection if the map file is geographic.</string>
160
     </property>
161
     <property name="text">
162
      <string>Inversed</string>
163
     </property>
164
    </widget>
165
   </item>
274 andreas 166
  </layout>
167
 </widget>
168
 <customwidgets>
169
  <customwidget>
170
   <class>KUrlRequester</class>
171
   <extends>QFrame</extends>
172
   <header>kurlrequester.h</header>
173
  </customwidget>
174
 </customwidgets>
175
 <resources/>
176
 <connections>
177
  <connection>
178
   <sender>buttonBox</sender>
179
   <signal>accepted()</signal>
180
   <receiver>shapeWidgetBase</receiver>
181
   <slot>accept()</slot>
182
   <hints>
183
    <hint type="sourcelabel">
278 andreas 184
     <x>257</x>
185
     <y>204</y>
274 andreas 186
    </hint>
187
    <hint type="destinationlabel">
188
     <x>157</x>
278 andreas 189
     <y>213</y>
274 andreas 190
    </hint>
191
   </hints>
192
  </connection>
193
  <connection>
194
   <sender>buttonBox</sender>
195
   <signal>rejected()</signal>
196
   <receiver>shapeWidgetBase</receiver>
197
   <slot>reject()</slot>
198
   <hints>
199
    <hint type="sourcelabel">
278 andreas 200
     <x>325</x>
201
     <y>204</y>
274 andreas 202
    </hint>
203
    <hint type="destinationlabel">
204
     <x>286</x>
278 andreas 205
     <y>213</y>
274 andreas 206
    </hint>
207
   </hints>
208
  </connection>
278 andreas 209
  <connection>
210
   <sender>rbForward</sender>
211
   <signal>clicked(bool)</signal>
212
   <receiver>shapeWidgetBase</receiver>
213
   <slot>slotForwarded(bool)</slot>
214
   <hints>
215
    <hint type="sourcelabel">
216
     <x>232</x>
217
     <y>151</y>
218
    </hint>
219
    <hint type="destinationlabel">
220
     <x>155</x>
221
     <y>165</y>
222
    </hint>
223
   </hints>
224
  </connection>
225
  <connection>
226
   <sender>rbInverse</sender>
227
   <signal>clicked(bool)</signal>
228
   <receiver>shapeWidgetBase</receiver>
229
   <slot>slotInversed(bool)</slot>
230
   <hints>
231
    <hint type="sourcelabel">
232
     <x>348</x>
233
     <y>150</y>
234
    </hint>
235
    <hint type="destinationlabel">
236
     <x>405</x>
237
     <y>152</y>
238
    </hint>
239
   </hints>
240
  </connection>
274 andreas 241
 </connections>
278 andreas 242
 <slots>
243
  <slot>slotForwarded(bool)</slot>
244
  <slot>slotInversed(bool)</slot>
245
 </slots>
274 andreas 246
</ui>