1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IPrintDialog</class>
4 <widget class="QDialog" name="IPrintDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>500</width>
10    <height>450</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>200</width>
16    <height>200</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Print map...</string>
21  </property>
22  <layout class="QHBoxLayout" name="horizontalLayout">
23   <item>
24    <layout class="QVBoxLayout" name="verticalLayout_2">
25     <item>
26      <widget class="QFrame" name="frameImage">
27       <property name="frameShape">
28        <enum>QFrame::StyledPanel</enum>
29       </property>
30       <property name="frameShadow">
31        <enum>QFrame::Raised</enum>
32       </property>
33       <layout class="QVBoxLayout" name="verticalLayout_4">
34        <item>
35         <widget class="QLabel" name="label_2">
36          <property name="text">
37           <string>When saving online maps make sure that the map has been loaded into the cache for the extent to be saved.</string>
38          </property>
39          <property name="wordWrap">
40           <bool>true</bool>
41          </property>
42         </widget>
43        </item>
44        <item>
45         <spacer name="verticalSpacer">
46          <property name="orientation">
47           <enum>Qt::Vertical</enum>
48          </property>
49          <property name="sizeHint" stdset="0">
50           <size>
51            <width>20</width>
52            <height>40</height>
53           </size>
54          </property>
55         </spacer>
56        </item>
57        <item>
58         <widget class="QPushButton" name="pushSave">
59          <property name="text">
60           <string>Save</string>
61          </property>
62         </widget>
63        </item>
64       </layout>
65      </widget>
66     </item>
67     <item>
68      <widget class="QFrame" name="framePrint">
69       <property name="frameShape">
70        <enum>QFrame::StyledPanel</enum>
71       </property>
72       <property name="frameShadow">
73        <enum>QFrame::Raised</enum>
74       </property>
75       <layout class="QVBoxLayout" name="verticalLayout_3">
76        <item>
77         <widget class="QLabel" name="label">
78          <property name="text">
79           <string>When printing online maps make sure that the map has been loaded into the cache for the extent to be printed.</string>
80          </property>
81          <property name="wordWrap">
82           <bool>true</bool>
83          </property>
84         </widget>
85        </item>
86        <item>
87         <widget class="QLabel" name="labelPagesText">
88          <property name="text">
89           <string>TextLabel</string>
90          </property>
91         </widget>
92        </item>
93        <item>
94         <widget class="QLabel" name="labelPages">
95          <property name="sizePolicy">
96           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
97            <horstretch>0</horstretch>
98            <verstretch>0</verstretch>
99           </sizepolicy>
100          </property>
101          <property name="text">
102           <string>TextLabel</string>
103          </property>
104          <property name="alignment">
105           <set>Qt::AlignCenter</set>
106          </property>
107         </widget>
108        </item>
109        <item>
110         <widget class="QCheckBox" name="checkScaleOnAll">
111          <property name="text">
112           <string>Draw scale on all pages</string>
113          </property>
114         </widget>
115        </item>
116        <item>
117         <widget class="QPushButton" name="pushPrint">
118          <property name="sizePolicy">
119           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
120            <horstretch>0</horstretch>
121            <verstretch>0</verstretch>
122           </sizepolicy>
123          </property>
124          <property name="text">
125           <string>Print</string>
126          </property>
127         </widget>
128        </item>
129       </layout>
130      </widget>
131     </item>
132    </layout>
133   </item>
134   <item>
135    <widget class="QFrame" name="frame">
136     <property name="frameShape">
137      <enum>QFrame::StyledPanel</enum>
138     </property>
139     <property name="frameShadow">
140      <enum>QFrame::Raised</enum>
141     </property>
142     <layout class="QVBoxLayout" name="verticalLayout">
143      <item>
144       <widget class="QLabel" name="labelMapInfo">
145        <property name="minimumSize">
146         <size>
147          <width>200</width>
148          <height>200</height>
149         </size>
150        </property>
151        <property name="maximumSize">
152         <size>
153          <width>200</width>
154          <height>16777215</height>
155         </size>
156        </property>
157        <property name="text">
158         <string>TextLabel</string>
159        </property>
160        <property name="alignment">
161         <set>Qt::AlignCenter</set>
162        </property>
163        <property name="wordWrap">
164         <bool>true</bool>
165        </property>
166       </widget>
167      </item>
168      <item>
169       <widget class="QFrame" name="frameCanvas">
170        <property name="minimumSize">
171         <size>
172          <width>200</width>
173          <height>200</height>
174         </size>
175        </property>
176        <property name="maximumSize">
177         <size>
178          <width>200</width>
179          <height>200</height>
180         </size>
181        </property>
182        <property name="frameShape">
183         <enum>QFrame::StyledPanel</enum>
184        </property>
185        <property name="frameShadow">
186         <enum>QFrame::Raised</enum>
187        </property>
188       </widget>
189      </item>
190     </layout>
191    </widget>
192   </item>
193  </layout>
194 </widget>
195 <resources/>
196 <connections/>
197</ui>
198