1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ITrkToRteDialog</class>
4 <widget class="QDialog" name="ITrkToRteDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>447</width>
10    <height>213</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Convert to Route</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QGridLayout" name="gridLayout">
19     <item row="0" column="0">
20      <widget class="QLabel" name="labelProject">
21       <property name="text">
22        <string>Project</string>
23       </property>
24      </widget>
25     </item>
26     <item row="0" column="1" colspan="2">
27      <widget class="QLabel" name="labelProjectName">
28       <property name="text">
29        <string/>
30       </property>
31      </widget>
32     </item>
33     <item row="0" column="3">
34      <widget class="QPushButton" name="pushButtonProject">
35       <property name="toolTip">
36        <string>Change Project</string>
37       </property>
38       <property name="text">
39        <string/>
40       </property>
41       <property name="icon">
42        <iconset resource="../../resources.qrc">
43         <normaloff>:/icons/32x32/GpxProject.png</normaloff>:/icons/32x32/GpxProject.png</iconset>
44       </property>
45      </widget>
46     </item>
47     <item row="1" column="0">
48      <widget class="QLabel" name="labeName">
49       <property name="text">
50        <string>Name</string>
51       </property>
52      </widget>
53     </item>
54     <item row="1" column="1" colspan="2">
55      <widget class="QLineEdit" name="lineEditRouteName"/>
56     </item>
57     <item row="2" column="1">
58      <widget class="QCheckBox" name="checkBoxSubPoints">
59       <property name="sizePolicy">
60        <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
61         <horstretch>0</horstretch>
62         <verstretch>0</verstretch>
63        </sizepolicy>
64       </property>
65       <property name="text">
66        <string/>
67       </property>
68      </widget>
69     </item>
70     <item row="2" column="2">
71      <widget class="QLabel" name="label">
72       <property name="text">
73        <string>Include sub-points of tracks in converted route.</string>
74       </property>
75      </widget>
76     </item>
77     <item row="3" column="2" colspan="2">
78      <widget class="QLabel" name="labelComment">
79       <property name="sizePolicy">
80        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
81         <horstretch>0</horstretch>
82         <verstretch>0</verstretch>
83        </sizepolicy>
84       </property>
85       <property name="text">
86        <string>Enabling this feature leads to routes with many points. Not recommended for devices which have only limited space for saving route points.</string>
87       </property>
88       <property name="wordWrap">
89        <bool>true</bool>
90       </property>
91       <property name="margin">
92        <number>0</number>
93       </property>
94      </widget>
95     </item>
96    </layout>
97   </item>
98   <item>
99    <spacer name="verticalSpacer">
100     <property name="orientation">
101      <enum>Qt::Vertical</enum>
102     </property>
103     <property name="sizeHint" stdset="0">
104      <size>
105       <width>20</width>
106       <height>40</height>
107      </size>
108     </property>
109    </spacer>
110   </item>
111   <item>
112    <widget class="QDialogButtonBox" name="buttonBox">
113     <property name="orientation">
114      <enum>Qt::Horizontal</enum>
115     </property>
116     <property name="standardButtons">
117      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
118     </property>
119    </widget>
120   </item>
121  </layout>
122 </widget>
123 <resources>
124  <include location="../../resources.qrc"/>
125 </resources>
126 <connections>
127  <connection>
128   <sender>buttonBox</sender>
129   <signal>accepted()</signal>
130   <receiver>ITrkToRteDialog</receiver>
131   <slot>accept()</slot>
132   <hints>
133    <hint type="sourcelabel">
134     <x>248</x>
135     <y>254</y>
136    </hint>
137    <hint type="destinationlabel">
138     <x>157</x>
139     <y>274</y>
140    </hint>
141   </hints>
142  </connection>
143  <connection>
144   <sender>buttonBox</sender>
145   <signal>rejected()</signal>
146   <receiver>ITrkToRteDialog</receiver>
147   <slot>reject()</slot>
148   <hints>
149    <hint type="sourcelabel">
150     <x>316</x>
151     <y>260</y>
152    </hint>
153    <hint type="destinationlabel">
154     <x>286</x>
155     <y>274</y>
156    </hint>
157   </hints>
158  </connection>
159 </connections>
160</ui>
161