Subversion Repositories public

Rev

Go to most recent revision | Details | 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>
10
    <height>190</height>
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>
46
   <item row="0" column="1">
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>
63
   <item row="1" column="1">
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>
80
   <item row="2" column="1">
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>
97
   <item row="3" column="1">
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>
107
   <item row="4" column="0" colspan="2">
108
    <widget class="QDialogButtonBox" name="buttonBox">
109
     <property name="orientation">
110
      <enum>Qt::Horizontal</enum>
111
     </property>
112
     <property name="standardButtons">
113
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
114
     </property>
115
    </widget>
116
   </item>
117
  </layout>
118
 </widget>
119
 <customwidgets>
120
  <customwidget>
121
   <class>KUrlRequester</class>
122
   <extends>QFrame</extends>
123
   <header>kurlrequester.h</header>
124
  </customwidget>
125
 </customwidgets>
126
 <resources/>
127
 <connections>
128
  <connection>
129
   <sender>buttonBox</sender>
130
   <signal>accepted()</signal>
131
   <receiver>shapeWidgetBase</receiver>
132
   <slot>accept()</slot>
133
   <hints>
134
    <hint type="sourcelabel">
135
     <x>248</x>
136
     <y>254</y>
137
    </hint>
138
    <hint type="destinationlabel">
139
     <x>157</x>
140
     <y>274</y>
141
    </hint>
142
   </hints>
143
  </connection>
144
  <connection>
145
   <sender>buttonBox</sender>
146
   <signal>rejected()</signal>
147
   <receiver>shapeWidgetBase</receiver>
148
   <slot>reject()</slot>
149
   <hints>
150
    <hint type="sourcelabel">
151
     <x>316</x>
152
     <y>260</y>
153
    </hint>
154
    <hint type="destinationlabel">
155
     <x>286</x>
156
     <y>274</y>
157
    </hint>
158
   </hints>
159
  </connection>
160
 </connections>
161
</ui>