Warning, /education/marble/src/lib/marble/ExternalEditor.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>ExternalEditor</class>
0004  <widget class="QDialog" name="ExternalEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>387</width>
0010     <height>465</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>External Map Editor Selection</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label_2">
0021        <property name="text">
0022         <string>External Map Editor</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QComboBox" name="editorComboBox">
0028        <item>
0029         <property name="text">
0030          <string>Web browser (iD)</string>
0031         </property>
0032        </item>
0033        <item>
0034         <property name="text">
0035          <string>Merkaartor</string>
0036         </property>
0037        </item>
0038        <item>
0039         <property name="text">
0040          <string>JOSM</string>
0041         </property>
0042        </item>
0043       </widget>
0044      </item>
0045      <item row="1" column="0" colspan="2">
0046       <widget class="QCheckBox" name="saveDefaultCheckBox">
0047        <property name="toolTip">
0048         <string>Deactivate to be prompted for a map editor selection next time again. Otherwise, your choice is remembered and will be used automatically in the future. If you want to alter the default map editor later, you can do so in the Marble Settings.</string>
0049        </property>
0050        <property name="text">
0051         <string>Make my selection the default map editor</string>
0052        </property>
0053        <property name="checked">
0054         <bool>false</bool>
0055        </property>
0056       </widget>
0057      </item>
0058     </layout>
0059    </item>
0060    <item>
0061     <widget class="QGroupBox" name="groupBox">
0062      <property name="sizePolicy">
0063       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0064        <horstretch>0</horstretch>
0065        <verstretch>0</verstretch>
0066       </sizepolicy>
0067      </property>
0068      <property name="title">
0069       <string>Editor Details</string>
0070      </property>
0071      <layout class="QVBoxLayout" name="verticalLayout">
0072       <item>
0073        <widget class="QLabel" name="screenshotLabel">
0074         <property name="minimumSize">
0075          <size>
0076           <width>360</width>
0077           <height>280</height>
0078          </size>
0079         </property>
0080         <property name="toolTip">
0081          <string>Editor Preview</string>
0082         </property>
0083         <property name="frameShape">
0084          <enum>QFrame::Box</enum>
0085         </property>
0086         <property name="text">
0087          <string/>
0088         </property>
0089         <property name="pixmap">
0090          <pixmap resource="../marble.qrc">:/data/editors/potlatch.png</pixmap>
0091         </property>
0092        </widget>
0093       </item>
0094       <item>
0095        <widget class="QLabel" name="descriptionLabel">
0096         <property name="minimumSize">
0097          <size>
0098           <width>0</width>
0099           <height>50</height>
0100          </size>
0101         </property>
0102         <property name="text">
0103          <string>iD is an OpenStreetMap editor for quick editing tasks and beginners. It requires a web browser.</string>
0104         </property>
0105         <property name="wordWrap">
0106          <bool>true</bool>
0107         </property>
0108        </widget>
0109       </item>
0110      </layout>
0111     </widget>
0112    </item>
0113    <item>
0114     <widget class="QDialogButtonBox" name="buttonBox">
0115      <property name="orientation">
0116       <enum>Qt::Horizontal</enum>
0117      </property>
0118      <property name="standardButtons">
0119       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0120      </property>
0121     </widget>
0122    </item>
0123   </layout>
0124  </widget>
0125  <resources>
0126   <include location="../marble.qrc"/>
0127  </resources>
0128  <connections>
0129   <connection>
0130    <sender>buttonBox</sender>
0131    <signal>accepted()</signal>
0132    <receiver>ExternalEditor</receiver>
0133    <slot>accept()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>248</x>
0137      <y>254</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>157</x>
0141      <y>274</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145   <connection>
0146    <sender>buttonBox</sender>
0147    <signal>rejected()</signal>
0148    <receiver>ExternalEditor</receiver>
0149    <slot>reject()</slot>
0150    <hints>
0151     <hint type="sourcelabel">
0152      <x>316</x>
0153      <y>260</y>
0154     </hint>
0155     <hint type="destinationlabel">
0156      <x>286</x>
0157      <y>274</y>
0158     </hint>
0159    </hints>
0160   </connection>
0161  </connections>
0162 </ui>