Warning, /education/marble/src/lib/marble/MapWizard.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003 <class>MapWizard</class>
0004 <widget class="QWizard" name="MapWizard">
0005 <property name="geometry">
0006 <rect>
0007 <x>0</x>
0008 <y>0</y>
0009 <width>600</width>
0010 <height>392</height>
0011 </rect>
0012 </property>
0013 <property name="minimumSize">
0014 <size>
0015 <width>600</width>
0016 <height>392</height>
0017 </size>
0018 </property>
0019 <property name="windowTitle">
0020 <string>Map Theme Creation Wizard</string>
0021 </property>
0022 <property name="wizardStyle">
0023 <enum>QWizard::ClassicStyle</enum>
0024 </property>
0025 <widget class="QWizardPage" name="wizardPageIntro">
0026 <attribute name="pageId">
0027 <string notr="true">0</string>
0028 </attribute>
0029 <layout class="QVBoxLayout" name="verticalLayout_14">
0030 <item>
0031 <widget class="QLabel" name="labelIntroInfo">
0032 <property name="text">
0033 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0034 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0035 p, li { white-space: pre-wrap; }
0036 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
0037 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Welcome to the Map Creation Wizard!</span></p>
0038 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
0039 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">We will guide you through the process of creating a map theme for Marble. In the end you will have your own map that you can view in Marble.</p>
0040 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please choose the source that you want to use for the data of your map theme:</p>
0041 <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
0042 </property>
0043 <property name="alignment">
0044 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0045 </property>
0046 <property name="wordWrap">
0047 <bool>true</bool>
0048 </property>
0049 </widget>
0050 </item>
0051 <item>
0052 <widget class="QRadioButton" name="radioButtonWms">
0053 <property name="toolTip">
0054 <string>Connects to a server on the Internet. The map data is queried via the WMS protocol.</string>
0055 </property>
0056 <property name="text">
0057 <string>Web Map Service (WMS)</string>
0058 </property>
0059 <property name="checked">
0060 <bool>true</bool>
0061 </property>
0062 </widget>
0063 </item>
0064 <item>
0065 <widget class="QRadioButton" name="radioButtonWmts">
0066 <property name="toolTip">
0067 <string>Connects to a server on the Internet. The map data is queried via the WMS protocol.</string>
0068 </property>
0069 <property name="text">
0070 <string>Web Map Tile Service (WMTS)</string>
0071 </property>
0072 <property name="checked">
0073 <bool>false</bool>
0074 </property>
0075 </widget>
0076 </item>
0077 <item>
0078 <widget class="QRadioButton" name="radioButtonBitmap">
0079 <property name="toolTip">
0080 <string>You need to provide a bitmap image of a world map that is stored on disk.</string>
0081 </property>
0082 <property name="text">
0083 <string>A single image showing the whole world</string>
0084 </property>
0085 </widget>
0086 </item>
0087 <item>
0088 <widget class="QRadioButton" name="radioButtonStaticUrl">
0089 <property name="toolTip">
0090 <string>Connects to a server on the Internet. The map data is queried via a static URL.</string>
0091 </property>
0092 <property name="text">
0093 <string>Online map providing indexed tiles (e.g. Open Street Map)</string>
0094 </property>
0095 </widget>
0096 </item>
0097 </layout>
0098 </widget>
0099 <widget class="QWizardPage" name="wizardPageWms">
0100 <layout class="QVBoxLayout" name="verticalLayout">
0101 <item>
0102 <widget class="QLabel" name="labelOwsServiceHeader">
0103 <property name="text">
0104 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0105 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0106 p, li { white-space: pre-wrap; }
0107 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
0108 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WMS Server</span></p>
0109 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please choose a <a href="https://en.wikipedia.org/wiki/Web_Map_Service"><span style=" text-decoration: underline; color:#0057ae;">WMS</span></a> server or enter a custom server URL.</p></body></html></string>
0110 </property>
0111 <property name="wordWrap">
0112 <bool>true</bool>
0113 </property>
0114 </widget>
0115 </item>
0116 <item>
0117 <spacer name="verticalSpacer_10">
0118 <property name="orientation">
0119 <enum>Qt::Vertical</enum>
0120 </property>
0121 <property name="sizeHint" stdset="0">
0122 <size>
0123 <width>20</width>
0124 <height>40</height>
0125 </size>
0126 </property>
0127 </spacer>
0128 </item>
0129 <item>
0130 <layout class="QGridLayout" name="gridLayout">
0131 <item row="0" column="0">
0132 <widget class="QLabel" name="labelWmsServer">
0133 <property name="text">
0134 <string>WMS Server:</string>
0135 </property>
0136 <property name="alignment">
0137 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0138 </property>
0139 </widget>
0140 </item>
0141 <item row="0" column="1">
0142 <widget class="QComboBox" name="comboBoxWmsServer">
0143 <item>
0144 <property name="text">
0145 <string>Custom</string>
0146 </property>
0147 </item>
0148 </widget>
0149 </item>
0150 <item row="1" column="0">
0151 <widget class="QLabel" name="labelWmsUrl">
0152 <property name="text">
0153 <string>URL:</string>
0154 </property>
0155 <property name="alignment">
0156 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0157 </property>
0158 </widget>
0159 </item>
0160 <item row="1" column="1">
0161 <widget class="QLineEdit" name="lineEditWmsUrl">
0162 <property name="toolTip">
0163 <string>Enter the base Url of the WMS service (e.g. <i>https://www.wms.nrw.de/geobasis/wms_nw_dop_overlay</i>)</string>
0164 </property>
0165 <property name="text">
0166 <string>https://</string>
0167 </property>
0168 <property name="placeholderText">
0169 <string>Custom</string>
0170 </property>
0171 </widget>
0172 </item>
0173 </layout>
0174 </item>
0175 <item>
0176 <spacer name="verticalSpacer_9">
0177 <property name="orientation">
0178 <enum>Qt::Vertical</enum>
0179 </property>
0180 <property name="sizeHint" stdset="0">
0181 <size>
0182 <width>20</width>
0183 <height>40</height>
0184 </size>
0185 </property>
0186 </spacer>
0187 </item>
0188 <item>
0189 <layout class="QHBoxLayout" name="horizontalLayout_2">
0190 <item>
0191 <widget class="QProgressBar" name="progressBarWmsCapabilities">
0192 <property name="sizePolicy">
0193 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0194 <horstretch>0</horstretch>
0195 <verstretch>0</verstretch>
0196 </sizepolicy>
0197 </property>
0198 <property name="maximum">
0199 <number>0</number>
0200 </property>
0201 <property name="value">
0202 <number>-1</number>
0203 </property>
0204 <property name="textVisible">
0205 <bool>true</bool>
0206 </property>
0207 </widget>
0208 </item>
0209 </layout>
0210 </item>
0211 </layout>
0212 </widget>
0213 <widget class="QWizardPage" name="wizardPageWmsAvailableMaps">
0214 <layout class="QVBoxLayout" name="verticalLayout_7">
0215 <item>
0216 <widget class="QLabel" name="labelWmsTitle">
0217 <property name="text">
0218 <string>Wms-Service:</string>
0219 </property>
0220 </widget>
0221 </item>
0222 <item>
0223 <widget class="QTabWidget" name="tabWidgetLayers">
0224 <property name="currentIndex">
0225 <number>0</number>
0226 </property>
0227 <widget class="QWidget" name="tabLayerSelection">
0228 <property name="enabled">
0229 <bool>true</bool>
0230 </property>
0231 <attribute name="title">
0232 <string>Layer Selection</string>
0233 </attribute>
0234 <layout class="QVBoxLayout" name="verticalLayout_12">
0235 <item>
0236 <layout class="QHBoxLayout" name="horizontalLayout_6">
0237 <property name="bottomMargin">
0238 <number>6</number>
0239 </property>
0240 <item>
0241 <widget class="QLabel" name="labelWmsMaps">
0242 <property name="text">
0243 <string>Choose your Layer(s):</string>
0244 </property>
0245 <property name="alignment">
0246 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0247 </property>
0248 </widget>
0249 </item>
0250 <item>
0251 <spacer name="horizontalSpacer_4">
0252 <property name="orientation">
0253 <enum>Qt::Horizontal</enum>
0254 </property>
0255 <property name="sizeHint" stdset="0">
0256 <size>
0257 <width>40</width>
0258 <height>20</height>
0259 </size>
0260 </property>
0261 </spacer>
0262 </item>
0263 <item>
0264 <widget class="QLabel" name="labelWmsSearch">
0265 <property name="text">
0266 <string>Search:</string>
0267 </property>
0268 <property name="alignment">
0269 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0270 </property>
0271 </widget>
0272 </item>
0273 <item>
0274 <widget class="QLineEdit" name="lineEditWmsSearch">
0275 <property name="sizePolicy">
0276 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0277 <horstretch>0</horstretch>
0278 <verstretch>0</verstretch>
0279 </sizepolicy>
0280 </property>
0281 </widget>
0282 </item>
0283 </layout>
0284 </item>
0285 <item>
0286 <widget class="QListView" name="listViewWmsLayers">
0287 <property name="toolTip">
0288 <string>The order in which multiple layers are selected directly affects their rendering order.</string>
0289 </property>
0290 </widget>
0291 </item>
0292 <item>
0293 <layout class="QGridLayout" name="gridLayout_3">
0294 <item row="0" column="0" colspan="2">
0295 <widget class="QCheckBox" name="checkBoxWmsMultipleSelections">
0296 <property name="toolTip">
0297 <string>Enable this to select multiple layers without keyboard shortcuts (Shift, Ctrl, Ctrl+A, ...)</string>
0298 </property>
0299 <property name="text">
0300 <string>Multiple Selections</string>
0301 </property>
0302 </widget>
0303 </item>
0304 <item row="0" column="3" colspan="2">
0305 <widget class="QCheckBox" name="checkBoxWmsBackdrop">
0306 <property name="text">
0307 <string>Custom Backdrop</string>
0308 </property>
0309 </widget>
0310 </item>
0311 <item row="1" column="0">
0312 <widget class="QLabel" name="labelWmsTileProjection">
0313 <property name="text">
0314 <string>Tile Projection:</string>
0315 </property>
0316 </widget>
0317 </item>
0318 <item row="1" column="1">
0319 <widget class="QComboBox" name="comboBoxWmsMaps">
0320 <property name="toolTip">
0321 <string>Indicates the projection in which the tiles are rendered.</string>
0322 </property>
0323 </widget>
0324 </item>
0325 <item row="1" column="2">
0326 <spacer name="horizontalSpacer_3">
0327 <property name="orientation">
0328 <enum>Qt::Horizontal</enum>
0329 </property>
0330 <property name="sizeType">
0331 <enum>QSizePolicy::Fixed</enum>
0332 </property>
0333 <property name="sizeHint" stdset="0">
0334 <size>
0335 <width>13</width>
0336 <height>20</height>
0337 </size>
0338 </property>
0339 </spacer>
0340 </item>
0341 <item row="1" column="3">
0342 <widget class="QLabel" name="labelWmsTileFormat">
0343 <property name="text">
0344 <string>Tile Format:</string>
0345 </property>
0346 </widget>
0347 </item>
0348 <item row="1" column="4">
0349 <widget class="QComboBox" name="comboBoxWmsFormat">
0350 <property name="toolTip">
0351 <string>Indicates the file format of the tiles.</string>
0352 </property>
0353 </widget>
0354 </item>
0355 </layout>
0356 </item>
0357 <item>
0358 <widget class="QProgressBar" name="progressBarWmsLayers">
0359 <property name="sizePolicy">
0360 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0361 <horstretch>0</horstretch>
0362 <verstretch>0</verstretch>
0363 </sizepolicy>
0364 </property>
0365 <property name="maximum">
0366 <number>0</number>
0367 </property>
0368 <property name="value">
0369 <number>-1</number>
0370 </property>
0371 <property name="textVisible">
0372 <bool>true</bool>
0373 </property>
0374 </widget>
0375 </item>
0376 </layout>
0377 </widget>
0378 <widget class="QWidget" name="tabLayerInfo">
0379 <property name="enabled">
0380 <bool>false</bool>
0381 </property>
0382 <attribute name="title">
0383 <string>Layer Info</string>
0384 </attribute>
0385 <layout class="QVBoxLayout" name="verticalLayout_9">
0386 <item>
0387 <widget class="QTextEdit" name="textEditWmsLayerInfo"/>
0388 </item>
0389 </layout>
0390 </widget>
0391 <widget class="QWidget" name="tabServiceInfo">
0392 <property name="enabled">
0393 <bool>false</bool>
0394 </property>
0395 <attribute name="title">
0396 <string>Service Info</string>
0397 </attribute>
0398 <layout class="QVBoxLayout" name="verticalLayout_10">
0399 <item>
0400 <widget class="QTextEdit" name="textEditWmsServiceInfo"/>
0401 </item>
0402 </layout>
0403 </widget>
0404 <widget class="QWidget" name="tabCustomizeBackdrop">
0405 <attribute name="title">
0406 <string>Customize Backdrop</string>
0407 </attribute>
0408 <layout class="QVBoxLayout" name="verticalLayout_13">
0409 <property name="spacing">
0410 <number>12</number>
0411 </property>
0412 <item>
0413 <layout class="QHBoxLayout" name="horizontalLayout_7">
0414 <item>
0415 <widget class="QRadioButton" name="radioButtonOpenStreetMap">
0416 <property name="text">
0417 <string>Preset Layers</string>
0418 </property>
0419 <property name="checkable">
0420 <bool>true</bool>
0421 </property>
0422 <property name="checked">
0423 <bool>true</bool>
0424 </property>
0425 </widget>
0426 </item>
0427 <item>
0428 <widget class="QComboBox" name="comboBox">
0429 <property name="sizePolicy">
0430 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0431 <horstretch>0</horstretch>
0432 <verstretch>0</verstretch>
0433 </sizepolicy>
0434 </property>
0435 <item>
0436 <property name="text">
0437 <string>OpenStreetMap</string>
0438 </property>
0439 </item>
0440 </widget>
0441 </item>
0442 </layout>
0443 </item>
0444 <item>
0445 <layout class="QHBoxLayout" name="horizontalLayout_8">
0446 <item>
0447 <widget class="QRadioButton" name="radioButtonXYZServer">
0448 <property name="enabled">
0449 <bool>false</bool>
0450 </property>
0451 <property name="text">
0452 <string>XYZ Server Url</string>
0453 </property>
0454 </widget>
0455 </item>
0456 <item>
0457 <widget class="QLineEdit" name="lineEditXYZServer">
0458 <property name="enabled">
0459 <bool>false</bool>
0460 </property>
0461 <property name="toolTip">
0462 <string>The XYZ server needs to provide map tiles in Mercator projection.</string>
0463 </property>
0464 <property name="text">
0465 <string>https://</string>
0466 </property>
0467 </widget>
0468 </item>
0469 </layout>
0470 </item>
0471 <item>
0472 <layout class="QHBoxLayout" name="horizontalLayout_9">
0473 <item>
0474 <widget class="QRadioButton" name="radioButtonColor">
0475 <property name="enabled">
0476 <bool>true</bool>
0477 </property>
0478 <property name="text">
0479 <string>Color</string>
0480 </property>
0481 </widget>
0482 </item>
0483 <item>
0484 <widget class="QLabel" name="labelBackgroundColor">
0485 <property name="sizePolicy">
0486 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0487 <horstretch>0</horstretch>
0488 <verstretch>0</verstretch>
0489 </sizepolicy>
0490 </property>
0491 <property name="minimumSize">
0492 <size>
0493 <width>0</width>
0494 <height>0</height>
0495 </size>
0496 </property>
0497 <property name="text">
0498 <string>#87CEFA</string>
0499 </property>
0500 <property name="margin">
0501 <number>3</number>
0502 </property>
0503 </widget>
0504 </item>
0505 <item>
0506 <widget class="QPushButton" name="pushButtonColor">
0507 <property name="enabled">
0508 <bool>true</bool>
0509 </property>
0510 <property name="text">
0511 <string>Select Color</string>
0512 </property>
0513 </widget>
0514 </item>
0515 <item>
0516 <spacer name="horizontalSpacer_5">
0517 <property name="orientation">
0518 <enum>Qt::Horizontal</enum>
0519 </property>
0520 <property name="sizeHint" stdset="0">
0521 <size>
0522 <width>40</width>
0523 <height>20</height>
0524 </size>
0525 </property>
0526 </spacer>
0527 </item>
0528 </layout>
0529 </item>
0530 <item>
0531 <spacer name="verticalSpacer_3">
0532 <property name="orientation">
0533 <enum>Qt::Vertical</enum>
0534 </property>
0535 <property name="sizeHint" stdset="0">
0536 <size>
0537 <width>20</width>
0538 <height>131</height>
0539 </size>
0540 </property>
0541 </spacer>
0542 </item>
0543 </layout>
0544 </widget>
0545 </widget>
0546 </item>
0547 </layout>
0548 </widget>
0549 <widget class="QWizardPage" name="wizardPageBitmap">
0550 <layout class="QVBoxLayout" name="verticalLayout_2">
0551 <item>
0552 <widget class="QLabel" name="label_2">
0553 <property name="text">
0554 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0555 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0556 p, li { white-space: pre-wrap; }
0557 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
0558 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">World Map Bitmap Image</span></p>
0559 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p>
0560 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please choose the location of a world map that is stored in a single image file (JPG, PNG, etc.). It needs to be provided in <a href="https://en.wikipedia.org/wiki/Equirectangular_projection"><span style=" text-decoration: underline; color:#0057ae;">Equirectangular projection</span></a>, so the shape should look like this (size ratio: 2:1):</p>
0561 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/data/svg/worldmap.svg" width="150" /></p></body></html></string>
0562 </property>
0563 <property name="wordWrap">
0564 <bool>true</bool>
0565 </property>
0566 </widget>
0567 </item>
0568 <item>
0569 <layout class="QHBoxLayout" name="horizontalLayout">
0570 <item>
0571 <widget class="QLabel" name="labelSource">
0572 <property name="text">
0573 <string>Source Image:</string>
0574 </property>
0575 <property name="alignment">
0576 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0577 </property>
0578 <property name="buddy">
0579 <cstring>lineEditSource</cstring>
0580 </property>
0581 </widget>
0582 </item>
0583 <item>
0584 <widget class="QLineEdit" name="lineEditSource"/>
0585 </item>
0586 <item>
0587 <widget class="QPushButton" name="pushButtonSource">
0588 <property name="text">
0589 <string>...</string>
0590 </property>
0591 </widget>
0592 </item>
0593 </layout>
0594 </item>
0595 <item>
0596 <spacer name="verticalSpacer">
0597 <property name="orientation">
0598 <enum>Qt::Vertical</enum>
0599 </property>
0600 <property name="sizeHint" stdset="0">
0601 <size>
0602 <width>20</width>
0603 <height>40</height>
0604 </size>
0605 </property>
0606 </spacer>
0607 </item>
0608 </layout>
0609 </widget>
0610 <widget class="QWizardPage" name="wizardPageStaticUrl">
0611 <layout class="QVBoxLayout" name="verticalLayout_3">
0612 <item>
0613 <widget class="QLabel" name="label_4">
0614 <property name="text">
0615 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0616 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0617 p, li { white-space: pre-wrap; }
0618 </style></head><body style=" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;">
0619 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">URL Scheme for Indexed Tiles</span></p>
0620 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">Please enter the URL used for downloading individual tiles. Use the placeholders </span><span style=" font-family:'Sans Serif'; font-style:italic;">{x}</span><span style=" font-family:'Sans Serif';">, </span><span style=" font-family:'Sans Serif'; font-style:italic;">{y}</span><span style=" font-family:'Sans Serif';">, and </span><span style=" font-family:'Sans Serif'; font-style:italic;">{zoomLevel}</span><span style=" font-family:'Sans Serif';"> to reference a tile from the index.</span></p></body></html></string>
0621 </property>
0622 <property name="wordWrap">
0623 <bool>true</bool>
0624 </property>
0625 </widget>
0626 </item>
0627 <item>
0628 <spacer name="verticalSpacer_6">
0629 <property name="orientation">
0630 <enum>Qt::Vertical</enum>
0631 </property>
0632 <property name="sizeType">
0633 <enum>QSizePolicy::Fixed</enum>
0634 </property>
0635 <property name="sizeHint" stdset="0">
0636 <size>
0637 <width>20</width>
0638 <height>5</height>
0639 </size>
0640 </property>
0641 </spacer>
0642 </item>
0643 <item>
0644 <layout class="QFormLayout" name="formLayout_4">
0645 <property name="fieldGrowthPolicy">
0646 <enum>QFormLayout::ExpandingFieldsGrow</enum>
0647 </property>
0648 <item row="0" column="0">
0649 <widget class="QLabel" name="labelStaticUrlServer">
0650 <property name="text">
0651 <string>URL Scheme:</string>
0652 </property>
0653 </widget>
0654 </item>
0655 <item row="0" column="1">
0656 <widget class="QComboBox" name="comboBoxStaticUrlServer">
0657 <property name="sizePolicy">
0658 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0659 <horstretch>0</horstretch>
0660 <verstretch>0</verstretch>
0661 </sizepolicy>
0662 </property>
0663 <property name="editable">
0664 <bool>true</bool>
0665 </property>
0666 </widget>
0667 </item>
0668 </layout>
0669 </item>
0670 <item>
0671 <spacer name="verticalSpacer_2">
0672 <property name="orientation">
0673 <enum>Qt::Vertical</enum>
0674 </property>
0675 <property name="sizeHint" stdset="0">
0676 <size>
0677 <width>20</width>
0678 <height>40</height>
0679 </size>
0680 </property>
0681 </spacer>
0682 </item>
0683 </layout>
0684 </widget>
0685 <widget class="QWizardPage" name="wizardPageMetadata">
0686 <layout class="QVBoxLayout" name="verticalLayout_4">
0687 <item>
0688 <widget class="QLabel" name="label_6">
0689 <property name="text">
0690 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0691 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0692 p, li { white-space: pre-wrap; }
0693 </style></head><body style=" font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;">
0694 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">General Information</span></p>
0695 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">Please specify a title, a name and an icon for your new map. Add a description to let users know what your map is about. </span></p></body></html></string>
0696 </property>
0697 <property name="wordWrap">
0698 <bool>true</bool>
0699 </property>
0700 </widget>
0701 </item>
0702 <item>
0703 <layout class="QGridLayout" name="gridLayout_2">
0704 <item row="0" column="0">
0705 <widget class="QLabel" name="labelMapTitle">
0706 <property name="text">
0707 <string>Map Title:</string>
0708 </property>
0709 <property name="alignment">
0710 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0711 </property>
0712 <property name="buddy">
0713 <cstring>lineEditTitle</cstring>
0714 </property>
0715 </widget>
0716 </item>
0717 <item row="0" column="1" colspan="2">
0718 <widget class="QLineEdit" name="lineEditTitle">
0719 <property name="toolTip">
0720 <string>A short concise name for your map theme.</string>
0721 </property>
0722 </widget>
0723 </item>
0724 <item row="1" column="0">
0725 <widget class="QLabel" name="labelMapTheme">
0726 <property name="text">
0727 <string>Map Name:</string>
0728 </property>
0729 <property name="alignment">
0730 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0731 </property>
0732 </widget>
0733 </item>
0734 <item row="1" column="1" colspan="2">
0735 <widget class="QLineEdit" name="lineEditTheme">
0736 <property name="toolTip">
0737 <string>The lowercase map theme id.</string>
0738 </property>
0739 <property name="whatsThis">
0740 <string>The folder name of your new theme.</string>
0741 </property>
0742 </widget>
0743 </item>
0744 <item row="2" column="0">
0745 <widget class="QLabel" name="labelMapDesc">
0746 <property name="sizePolicy">
0747 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0748 <horstretch>0</horstretch>
0749 <verstretch>0</verstretch>
0750 </sizepolicy>
0751 </property>
0752 <property name="text">
0753 <string>Description:</string>
0754 </property>
0755 <property name="alignment">
0756 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0757 </property>
0758 <property name="buddy">
0759 <cstring>textEditDesc</cstring>
0760 </property>
0761 </widget>
0762 </item>
0763 <item row="2" column="1" colspan="2">
0764 <widget class="QTextEdit" name="textEditDesc">
0765 <property name="sizePolicy">
0766 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0767 <horstretch>0</horstretch>
0768 <verstretch>0</verstretch>
0769 </sizepolicy>
0770 </property>
0771 <property name="toolTip">
0772 <string>A short description of your map theme. Here you can provide information about the purpose, origin, copyright and license of the data used in your map theme.</string>
0773 </property>
0774 <property name="whatsThis">
0775 <string>It will appear in a tool tip and may contain HTML formatting.</string>
0776 </property>
0777 </widget>
0778 </item>
0779 <item row="3" column="0" colspan="2">
0780 <widget class="QLabel" name="labelMapIcon">
0781 <property name="sizePolicy">
0782 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0783 <horstretch>0</horstretch>
0784 <verstretch>0</verstretch>
0785 </sizepolicy>
0786 </property>
0787 <property name="text">
0788 <string>Preview Image:</string>
0789 </property>
0790 <property name="alignment">
0791 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0792 </property>
0793 </widget>
0794 </item>
0795 <item row="3" column="2">
0796 <layout class="QHBoxLayout" name="horizontalLayout_4">
0797 <item>
0798 <widget class="QLabel" name="labelPreview">
0799 <property name="enabled">
0800 <bool>true</bool>
0801 </property>
0802 <property name="text">
0803 <string>preview image</string>
0804 </property>
0805 </widget>
0806 </item>
0807 <item>
0808 <layout class="QVBoxLayout" name="verticalLayout_11">
0809 <item>
0810 <spacer name="verticalSpacer_5">
0811 <property name="orientation">
0812 <enum>Qt::Vertical</enum>
0813 </property>
0814 <property name="sizeHint" stdset="0">
0815 <size>
0816 <width>20</width>
0817 <height>40</height>
0818 </size>
0819 </property>
0820 </spacer>
0821 </item>
0822 <item>
0823 <widget class="QPushButton" name="pushButtonPreview">
0824 <property name="text">
0825 <string>Change...</string>
0826 </property>
0827 </widget>
0828 </item>
0829 </layout>
0830 </item>
0831 <item>
0832 <spacer name="horizontalSpacer_2">
0833 <property name="orientation">
0834 <enum>Qt::Horizontal</enum>
0835 </property>
0836 <property name="sizeHint" stdset="0">
0837 <size>
0838 <width>40</width>
0839 <height>20</height>
0840 </size>
0841 </property>
0842 </spacer>
0843 </item>
0844 </layout>
0845 </item>
0846 </layout>
0847 </item>
0848 </layout>
0849 </widget>
0850 <widget class="QWizardPage" name="wizardPageLegend">
0851 <layout class="QVBoxLayout" name="verticalLayout_6">
0852 <item>
0853 <widget class="QLabel" name="label_3">
0854 <property name="text">
0855 <string><b>Optional: Addition of a Map Key</b></string>
0856 </property>
0857 </widget>
0858 </item>
0859 <item>
0860 <layout class="QHBoxLayout" name="horizontalLayout_3">
0861 <item>
0862 <widget class="QLabel" name="labelLegend_2">
0863 <property name="text">
0864 <string>Legend Image:</string>
0865 </property>
0866 </widget>
0867 </item>
0868 <item>
0869 <widget class="QLineEdit" name="lineEditLegend_2"/>
0870 </item>
0871 <item>
0872 <widget class="QPushButton" name="pushButtonLegend_2">
0873 <property name="text">
0874 <string>...</string>
0875 </property>
0876 </widget>
0877 </item>
0878 </layout>
0879 </item>
0880 <item>
0881 <widget class="QScrollArea" name="scrollArea">
0882 <property name="verticalScrollBarPolicy">
0883 <enum>Qt::ScrollBarAsNeeded</enum>
0884 </property>
0885 <property name="horizontalScrollBarPolicy">
0886 <enum>Qt::ScrollBarAsNeeded</enum>
0887 </property>
0888 <property name="sizeAdjustPolicy">
0889 <enum>QAbstractScrollArea::AdjustToContents</enum>
0890 </property>
0891 <property name="widgetResizable">
0892 <bool>true</bool>
0893 </property>
0894 <widget class="QWidget" name="scrollAreaWidgetContents">
0895 <property name="geometry">
0896 <rect>
0897 <x>0</x>
0898 <y>0</y>
0899 <width>66</width>
0900 <height>36</height>
0901 </rect>
0902 </property>
0903 <layout class="QVBoxLayout" name="verticalLayout_8">
0904 <item>
0905 <widget class="QLabel" name="labelLegendImage">
0906 <property name="text">
0907 <string/>
0908 </property>
0909 <property name="alignment">
0910 <set>Qt::AlignCenter</set>
0911 </property>
0912 </widget>
0913 </item>
0914 </layout>
0915 </widget>
0916 </widget>
0917 </item>
0918 </layout>
0919 </widget>
0920 <widget class="QWizardPage" name="wizardPageSummary">
0921 <layout class="QVBoxLayout" name="verticalLayout_5">
0922 <item>
0923 <widget class="QLabel" name="label_7">
0924 <property name="text">
0925 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0926 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0927 p, li { white-space: pre-wrap; }
0928 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
0929 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Summary</span></p>
0930 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Congratulations! You have entered all the data that is necessary to create your map theme. Check the summary below carefully and press the &quot;Finish&quot; button to create the theme. </p>
0931 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please consider contributing the map theme back to the Marble community if the license and the terms of use allow for it.</p>
0932 <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
0933 </property>
0934 <property name="wordWrap">
0935 <bool>true</bool>
0936 </property>
0937 </widget>
0938 </item>
0939 <item>
0940 <layout class="QGridLayout" name="gridLayout_4">
0941 <item row="0" column="0">
0942 <widget class="QLabel" name="labelSumName">
0943 <property name="font">
0944 <font>
0945 <weight>75</weight>
0946 <bold>true</bold>
0947 </font>
0948 </property>
0949 <property name="text">
0950 <string>Map Name:</string>
0951 </property>
0952 </widget>
0953 </item>
0954 <item row="0" column="1" colspan="2">
0955 <widget class="QLabel" name="labelSumMName">
0956 <property name="text">
0957 <string>Map name goes here.</string>
0958 </property>
0959 </widget>
0960 </item>
0961 <item row="1" column="0">
0962 <widget class="QLabel" name="labelSumTheme">
0963 <property name="font">
0964 <font>
0965 <weight>75</weight>
0966 <bold>true</bold>
0967 </font>
0968 </property>
0969 <property name="text">
0970 <string>Map Theme:</string>
0971 </property>
0972 </widget>
0973 </item>
0974 <item row="1" column="1" colspan="2">
0975 <widget class="QLabel" name="labelSumMTheme">
0976 <property name="text">
0977 <string>Map theme goes here.</string>
0978 </property>
0979 </widget>
0980 </item>
0981 <item row="2" column="0" colspan="2">
0982 <widget class="QLabel" name="labelSumMPreview">
0983 <property name="font">
0984 <font>
0985 <weight>75</weight>
0986 <bold>true</bold>
0987 </font>
0988 </property>
0989 <property name="text">
0990 <string>Preview Image:</string>
0991 </property>
0992 </widget>
0993 </item>
0994 <item row="2" column="2">
0995 <layout class="QHBoxLayout" name="horizontalLayout_5">
0996 <property name="spacing">
0997 <number>30</number>
0998 </property>
0999 <item>
1000 <widget class="QLabel" name="labelThumbnail">
1001 <property name="text">
1002 <string>Thumbnail</string>
1003 </property>
1004 <property name="alignment">
1005 <set>Qt::AlignCenter</set>
1006 </property>
1007 </widget>
1008 </item>
1009 <item>
1010 <widget class="QPushButton" name="pushButtonPreviewMap">
1011 <property name="text">
1012 <string>Preview Map</string>
1013 </property>
1014 </widget>
1015 </item>
1016 <item>
1017 <spacer name="horizontalSpacer">
1018 <property name="orientation">
1019 <enum>Qt::Horizontal</enum>
1020 </property>
1021 <property name="sizeHint" stdset="0">
1022 <size>
1023 <width>40</width>
1024 <height>20</height>
1025 </size>
1026 </property>
1027 </spacer>
1028 </item>
1029 </layout>
1030 </item>
1031 </layout>
1032 </item>
1033 </layout>
1034 </widget>
1035 </widget>
1036 <tabstops>
1037 <tabstop>radioButtonWms</tabstop>
1038 <tabstop>radioButtonBitmap</tabstop>
1039 <tabstop>radioButtonStaticUrl</tabstop>
1040 <tabstop>comboBoxWmsServer</tabstop>
1041 <tabstop>lineEditWmsUrl</tabstop>
1042 <tabstop>tabWidgetLayers</tabstop>
1043 <tabstop>lineEditWmsSearch</tabstop>
1044 <tabstop>listViewWmsLayers</tabstop>
1045 <tabstop>checkBoxWmsMultipleSelections</tabstop>
1046 <tabstop>comboBoxWmsMaps</tabstop>
1047 <tabstop>comboBoxWmsFormat</tabstop>
1048 <tabstop>lineEditSource</tabstop>
1049 <tabstop>pushButtonSource</tabstop>
1050 <tabstop>comboBoxStaticUrlServer</tabstop>
1051 <tabstop>lineEditTitle</tabstop>
1052 <tabstop>lineEditTheme</tabstop>
1053 <tabstop>textEditDesc</tabstop>
1054 <tabstop>pushButtonPreview</tabstop>
1055 <tabstop>lineEditLegend_2</tabstop>
1056 <tabstop>pushButtonLegend_2</tabstop>
1057 <tabstop>scrollArea</tabstop>
1058 <tabstop>pushButtonPreviewMap</tabstop>
1059 <tabstop>textEditWmsServiceInfo</tabstop>
1060 <tabstop>textEditWmsLayerInfo</tabstop>
1061 </tabstops>
1062 <resources/>
1063 <connections/>
1064 </ui>