Warning, /education/marble/src/lib/marble/MarbleNavigationSettingsWidget.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>MarbleNavigationSettingsWidget</class>
0004  <widget class="QWidget" name="MarbleNavigationSettingsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>333</width>
0010     <height>257</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>Dragging and Animation</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout">
0020       <item>
0021        <layout class="QHBoxLayout" name="horizontalLayout">
0022         <item>
0023          <widget class="QLabel" name="label_dragLocation">
0024           <property name="sizePolicy">
0025            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0026             <horstretch>0</horstretch>
0027             <verstretch>0</verstretch>
0028            </sizepolicy>
0029           </property>
0030           <property name="minimumSize">
0031            <size>
0032             <width>118</width>
0033             <height>0</height>
0034            </size>
0035           </property>
0036           <property name="text">
0037            <string>&amp;Drag location:</string>
0038           </property>
0039           <property name="buddy">
0040            <cstring>kcfg_dragLocation</cstring>
0041           </property>
0042          </widget>
0043         </item>
0044         <item>
0045          <widget class="QComboBox" name="kcfg_dragLocation">
0046           <property name="enabled">
0047            <bool>false</bool>
0048           </property>
0049           <property name="toolTip">
0050            <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0051 p, li { white-space: pre-wrap; }
0052 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0053 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;While dragging the mouse there are two standard behaviours when dealing with a virtual globe:&lt;/p&gt;
0054 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;The location below mouse pointer will follow the cursor exactly: As a result e.g. the north pole will not stay at the top which can lead to confusion. By default Marble makes sure that north is always up which results in a dragging behaviour where the location below the mouse pointer slightly &quot;detaches&quot; from the cursor. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0055           </property>
0056           <item>
0057            <property name="text">
0058             <string>Keep Planet Axis Vertically</string>
0059            </property>
0060           </item>
0061           <item>
0062            <property name="text">
0063             <string>Follow Mouse Pointer</string>
0064            </property>
0065           </item>
0066          </widget>
0067         </item>
0068        </layout>
0069       </item>
0070       <item>
0071        <widget class="QCheckBox" name="kcfg_inertialEarthRotation">
0072         <property name="toolTip">
0073          <string>Use kinetic spinning when dragging the map</string>
0074         </property>
0075         <property name="text">
0076          <string>&amp;Inertial globe rotation</string>
0077         </property>
0078        </widget>
0079       </item>
0080       <item>
0081        <widget class="QCheckBox" name="kcfg_animateTargetVoyage">
0082         <property name="toolTip">
0083          <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0084 p, li { white-space: pre-wrap; }
0085 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0086 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;When searching for a location Marble can either move instantly to the new location or it can show a travel animation from the previous place to the new place.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0087         </property>
0088         <property name="text">
0089          <string>&amp;Animate voyage to the target</string>
0090         </property>
0091        </widget>
0092       </item>
0093       <item>
0094        <widget class="QCheckBox" name="kcfg_mouseViewRotation">
0095         <property name="toolTip">
0096          <string>Use right mouse button to rotate the camera around</string>
0097         </property>
0098         <property name="text">
0099          <string>&amp;Mouse view rotation</string>
0100         </property>
0101        </widget>
0102       </item>
0103      </layout>
0104     </widget>
0105    </item>
0106    <item>
0107     <spacer name="spacer">
0108      <property name="orientation">
0109       <enum>Qt::Vertical</enum>
0110      </property>
0111      <property name="sizeType">
0112       <enum>QSizePolicy::Fixed</enum>
0113      </property>
0114      <property name="sizeHint" stdset="0">
0115       <size>
0116        <width>20</width>
0117        <height>10</height>
0118       </size>
0119      </property>
0120     </spacer>
0121    </item>
0122    <item>
0123     <layout class="QFormLayout" name="formLayout">
0124      <property name="fieldGrowthPolicy">
0125       <enum>QFormLayout::ExpandingFieldsGrow</enum>
0126      </property>
0127      <item row="0" column="0">
0128       <widget class="QLabel" name="label_onStartup">
0129        <property name="sizePolicy">
0130         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0131          <horstretch>0</horstretch>
0132          <verstretch>0</verstretch>
0133         </sizepolicy>
0134        </property>
0135        <property name="minimumSize">
0136         <size>
0137          <width>118</width>
0138          <height>0</height>
0139         </size>
0140        </property>
0141        <property name="text">
0142         <string>&amp;On startup:</string>
0143        </property>
0144        <property name="buddy">
0145         <cstring>kcfg_onStartup</cstring>
0146        </property>
0147       </widget>
0148      </item>
0149      <item row="0" column="1">
0150       <widget class="QComboBox" name="kcfg_onStartup">
0151        <property name="toolTip">
0152         <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0153 p, li { white-space: pre-wrap; }
0154 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0155 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;By default Marble will display the home location immediately after the application has started. As an alternative it can also show the last position that was active when the user left the application. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0156        </property>
0157        <item>
0158         <property name="text">
0159          <string>Show Home Location</string>
0160         </property>
0161        </item>
0162        <item>
0163         <property name="text">
0164          <string>Return to Last Location Visited</string>
0165         </property>
0166        </item>
0167       </widget>
0168      </item>
0169      <item row="1" column="0">
0170       <widget class="QLabel" name="label_externalEditor">
0171        <property name="sizePolicy">
0172         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0173          <horstretch>0</horstretch>
0174          <verstretch>0</verstretch>
0175         </sizepolicy>
0176        </property>
0177        <property name="minimumSize">
0178         <size>
0179          <width>118</width>
0180          <height>0</height>
0181         </size>
0182        </property>
0183        <property name="text">
0184         <string>&amp;External editor:</string>
0185        </property>
0186        <property name="buddy">
0187         <cstring>kcfg_onStartup</cstring>
0188        </property>
0189       </widget>
0190      </item>
0191      <item row="1" column="1">
0192       <widget class="QComboBox" name="kcfg_externalMapEditor">
0193        <property name="toolTip">
0194         <string>&lt;p&gt;The application that is launched to edit maps. Potlatch (default) requires a web browser with flash support to be installed. When selecting josm or merkaartor, make sure that the respective application is installed.&lt;/p&gt;</string>
0195        </property>
0196        <item>
0197         <property name="text">
0198          <string>Always ask</string>
0199         </property>
0200        </item>
0201        <item>
0202         <property name="text">
0203          <string>Potlatch (Web browser)</string>
0204         </property>
0205        </item>
0206        <item>
0207         <property name="text">
0208          <string>JOSM</string>
0209         </property>
0210        </item>
0211        <item>
0212         <property name="text">
0213          <string>Merkaartor</string>
0214         </property>
0215        </item>
0216       </widget>
0217      </item>
0218     </layout>
0219    </item>
0220    <item>
0221     <spacer>
0222      <property name="orientation">
0223       <enum>Qt::Vertical</enum>
0224      </property>
0225      <property name="sizeHint" stdset="0">
0226       <size>
0227        <width>20</width>
0228        <height>20</height>
0229       </size>
0230      </property>
0231     </spacer>
0232    </item>
0233   </layout>
0234  </widget>
0235  <resources/>
0236  <connections/>
0237 </ui>