Warning, /education/marble/examples/example2.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>Form</class>
0003  <widget class="QWidget" name="Form" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>524</width>
0009     <height>532</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <item>
0014     <layout class="QHBoxLayout" >
0015      <property name="spacing" >
0016       <number>6</number>
0017      </property>
0018      <property name="leftMargin" >
0019       <number>0</number>
0020      </property>
0021      <property name="topMargin" >
0022       <number>0</number>
0023      </property>
0024      <property name="rightMargin" >
0025       <number>0</number>
0026      </property>
0027      <property name="bottomMargin" >
0028       <number>0</number>
0029      </property>
0030      <item>
0031       <widget class="Marble::MarbleNavigator" name="MarbleNavigator" >
0032        <property name="toolTip" >
0033         <string>Navigation Control</string>
0034        </property>
0035        <property name="whatsThis" >
0036         <string>Use this control to navigate.</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="Marble::MarbleWidget" name="MarbleWidget" >
0042        <property name="toolTip" >
0043         <string>The Earth</string>
0044        </property>
0045        <property name="whatsThis" >
0046         <string>The Marble widget displays a virtual globe.</string>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <layout class="QGridLayout" >
0054      <item row="0" column="0" >
0055       <widget class="QCheckBox" name="checkBox" >
0056        <property name="text" >
0057         <string>Show places</string>
0058        </property>
0059        <property name="checked" >
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064      <item row="0" column="1" >
0065       <widget class="QCheckBox" name="checkBox_5" >
0066        <property name="text" >
0067         <string>Show relief</string>
0068        </property>
0069        <property name="checked" >
0070         <bool>true</bool>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="0" column="2" >
0075       <widget class="QCheckBox" name="checkBox_3" >
0076        <property name="text" >
0077         <string>Show scale bar</string>
0078        </property>
0079        <property name="checked" >
0080         <bool>true</bool>
0081        </property>
0082       </widget>
0083      </item>
0084      <item row="1" column="0" >
0085       <widget class="QCheckBox" name="checkBox_9" >
0086        <property name="text" >
0087         <string>Show borders</string>
0088        </property>
0089        <property name="checked" >
0090         <bool>true</bool>
0091        </property>
0092       </widget>
0093      </item>
0094      <item row="1" column="1" >
0095       <widget class="QCheckBox" name="checkBox_7" >
0096        <property name="text" >
0097         <string>Show ice / snow</string>
0098        </property>
0099        <property name="checked" >
0100         <bool>true</bool>
0101        </property>
0102       </widget>
0103      </item>
0104      <item row="1" column="2" >
0105       <widget class="QCheckBox" name="checkBox_4" >
0106        <property name="text" >
0107         <string>Show compass</string>
0108        </property>
0109        <property name="checked" >
0110         <bool>true</bool>
0111        </property>
0112       </widget>
0113      </item>
0114      <item row="2" column="0" >
0115       <widget class="QCheckBox" name="checkBox_2" >
0116        <property name="text" >
0117         <string>Show grid</string>
0118        </property>
0119        <property name="checked" >
0120         <bool>true</bool>
0121        </property>
0122       </widget>
0123      </item>
0124      <item row="2" column="1" >
0125       <widget class="QCheckBox" name="checkBox_8" >
0126        <property name="text" >
0127         <string>Show rivers / lakes</string>
0128        </property>
0129        <property name="checked" >
0130         <bool>true</bool>
0131        </property>
0132       </widget>
0133      </item>
0134      <item row="2" column="2" >
0135       <widget class="QCheckBox" name="checkBox_6" >
0136        <property name="text" >
0137         <string>Show elevation model</string>
0138        </property>
0139        <property name="checked" >
0140         <bool>false</bool>
0141        </property>
0142       </widget>
0143      </item>
0144     </layout>
0145    </item>
0146    <item>
0147     <layout class="QHBoxLayout" >
0148      <property name="spacing" >
0149       <number>6</number>
0150      </property>
0151      <property name="leftMargin" >
0152       <number>0</number>
0153      </property>
0154      <property name="topMargin" >
0155       <number>0</number>
0156      </property>
0157      <property name="rightMargin" >
0158       <number>0</number>
0159      </property>
0160      <property name="bottomMargin" >
0161       <number>0</number>
0162      </property>
0163      <item>
0164       <widget class="QLabel" name="label" >
0165        <property name="text" >
0166         <string>Coordinates: </string>
0167        </property>
0168       </widget>
0169      </item>
0170      <item>
0171       <widget class="QLabel" name="label_2" >
0172        <property name="text" >
0173         <string/>
0174        </property>
0175       </widget>
0176      </item>
0177      <item>
0178       <spacer>
0179        <property name="orientation" >
0180         <enum>Qt::Horizontal</enum>
0181        </property>
0182        <property name="sizeHint" >
0183         <size>
0184          <width>40</width>
0185          <height>20</height>
0186         </size>
0187        </property>
0188       </spacer>
0189      </item>
0190     </layout>
0191    </item>
0192   </layout>
0193  </widget>
0194  <customwidgets>
0195   <customwidget>
0196    <class>Marble::MarbleNavigator</class>
0197    <extends>QWidget</extends>
0198    <header>MarbleNavigator.h</header>
0199   </customwidget>
0200   <customwidget>
0201    <class>Marble::MarbleWidget</class>
0202    <extends>QWidget</extends>
0203    <header>MarbleWidget.h</header>
0204   </customwidget>
0205  </customwidgets>
0206  <resources/>
0207  <connections>
0208   <connection>
0209    <sender>MarbleNavigator</sender>
0210    <signal>goHome()</signal>
0211    <receiver>MarbleWidget</receiver>
0212    <slot>goHome()</slot>
0213    <hints>
0214     <hint type="sourcelabel" >
0215      <x>53</x>
0216      <y>198</y>
0217     </hint>
0218     <hint type="destinationlabel" >
0219      <x>198</x>
0220      <y>200</y>
0221     </hint>
0222    </hints>
0223   </connection>
0224   <connection>
0225    <sender>MarbleNavigator</sender>
0226    <signal>moveDown()</signal>
0227    <receiver>MarbleWidget</receiver>
0228    <slot>moveDown()</slot>
0229    <hints>
0230     <hint type="sourcelabel" >
0231      <x>52</x>
0232      <y>151</y>
0233     </hint>
0234     <hint type="destinationlabel" >
0235      <x>211</x>
0236      <y>151</y>
0237     </hint>
0238    </hints>
0239   </connection>
0240   <connection>
0241    <sender>MarbleNavigator</sender>
0242    <signal>moveLeft()</signal>
0243    <receiver>MarbleWidget</receiver>
0244    <slot>moveLeft()</slot>
0245    <hints>
0246     <hint type="sourcelabel" >
0247      <x>65</x>
0248      <y>111</y>
0249     </hint>
0250     <hint type="destinationlabel" >
0251      <x>162</x>
0252      <y>102</y>
0253     </hint>
0254    </hints>
0255   </connection>
0256   <connection>
0257    <sender>MarbleNavigator</sender>
0258    <signal>moveRight()</signal>
0259    <receiver>MarbleWidget</receiver>
0260    <slot>moveRight()</slot>
0261    <hints>
0262     <hint type="sourcelabel" >
0263      <x>62</x>
0264      <y>64</y>
0265     </hint>
0266     <hint type="destinationlabel" >
0267      <x>216</x>
0268      <y>71</y>
0269     </hint>
0270    </hints>
0271   </connection>
0272   <connection>
0273    <sender>MarbleNavigator</sender>
0274    <signal>moveUp()</signal>
0275    <receiver>MarbleWidget</receiver>
0276    <slot>moveUp()</slot>
0277    <hints>
0278     <hint type="sourcelabel" >
0279      <x>55</x>
0280      <y>30</y>
0281     </hint>
0282     <hint type="destinationlabel" >
0283      <x>218</x>
0284      <y>46</y>
0285     </hint>
0286    </hints>
0287   </connection>
0288   <connection>
0289    <sender>MarbleNavigator</sender>
0290    <signal>zoomChanged(int)</signal>
0291    <receiver>MarbleWidget</receiver>
0292    <slot>zoomView(int)</slot>
0293    <hints>
0294     <hint type="sourcelabel" >
0295      <x>63</x>
0296      <y>268</y>
0297     </hint>
0298     <hint type="destinationlabel" >
0299      <x>208</x>
0300      <y>270</y>
0301     </hint>
0302    </hints>
0303   </connection>
0304   <connection>
0305    <sender>MarbleNavigator</sender>
0306    <signal>zoomIn()</signal>
0307    <receiver>MarbleWidget</receiver>
0308    <slot>zoomIn()</slot>
0309    <hints>
0310     <hint type="sourcelabel" >
0311      <x>51</x>
0312      <y>309</y>
0313     </hint>
0314     <hint type="destinationlabel" >
0315      <x>169</x>
0316      <y>305</y>
0317     </hint>
0318    </hints>
0319   </connection>
0320   <connection>
0321    <sender>MarbleNavigator</sender>
0322    <signal>zoomOut()</signal>
0323    <receiver>MarbleWidget</receiver>
0324    <slot>zoomOut()</slot>
0325    <hints>
0326     <hint type="sourcelabel" >
0327      <x>55</x>
0328      <y>347</y>
0329     </hint>
0330     <hint type="destinationlabel" >
0331      <x>220</x>
0332      <y>347</y>
0333     </hint>
0334    </hints>
0335   </connection>
0336   <connection>
0337    <sender>checkBox</sender>
0338    <signal>toggled(bool)</signal>
0339    <receiver>MarbleWidget</receiver>
0340    <slot>setShowPlaces(bool)</slot>
0341    <hints>
0342     <hint type="sourcelabel" >
0343      <x>111</x>
0344      <y>428</y>
0345     </hint>
0346     <hint type="destinationlabel" >
0347      <x>219</x>
0348      <y>347</y>
0349     </hint>
0350    </hints>
0351   </connection>
0352   <connection>
0353    <sender>checkBox_3</sender>
0354    <signal>toggled(bool)</signal>
0355    <receiver>MarbleWidget</receiver>
0356    <slot>setShowScaleBar(bool)</slot>
0357    <hints>
0358     <hint type="sourcelabel" >
0359      <x>513</x>
0360      <y>428</y>
0361     </hint>
0362     <hint type="destinationlabel" >
0363      <x>284</x>
0364      <y>347</y>
0365     </hint>
0366    </hints>
0367   </connection>
0368   <connection>
0369    <sender>checkBox_2</sender>
0370    <signal>toggled(bool)</signal>
0371    <receiver>MarbleWidget</receiver>
0372    <slot>setShowGrid(bool)</slot>
0373    <hints>
0374     <hint type="sourcelabel" >
0375      <x>139</x>
0376      <y>477</y>
0377     </hint>
0378     <hint type="destinationlabel" >
0379      <x>169</x>
0380      <y>347</y>
0381     </hint>
0382    </hints>
0383   </connection>
0384   <connection>
0385    <sender>checkBox_4</sender>
0386    <signal>toggled(bool)</signal>
0387    <receiver>MarbleWidget</receiver>
0388    <slot>setShowCompass(bool)</slot>
0389    <hints>
0390     <hint type="sourcelabel" >
0391      <x>513</x>
0392      <y>449</y>
0393     </hint>
0394     <hint type="destinationlabel" >
0395      <x>323</x>
0396      <y>347</y>
0397     </hint>
0398    </hints>
0399   </connection>
0400   <connection>
0401    <sender>MarbleWidget</sender>
0402    <signal>mouseMoveGeoPosition(QString)</signal>
0403    <receiver>label_2</receiver>
0404    <slot>setText(QString)</slot>
0405    <hints>
0406     <hint type="sourcelabel" >
0407      <x>240</x>
0408      <y>217</y>
0409     </hint>
0410     <hint type="destinationlabel" >
0411      <x>106</x>
0412      <y>508</y>
0413     </hint>
0414    </hints>
0415   </connection>
0416   <connection>
0417    <sender>checkBox_5</sender>
0418    <signal>toggled(bool)</signal>
0419    <receiver>MarbleWidget</receiver>
0420    <slot>setShowRelief(bool)</slot>
0421    <hints>
0422     <hint type="sourcelabel" >
0423      <x>342</x>
0424      <y>432</y>
0425     </hint>
0426     <hint type="destinationlabel" >
0427      <x>381</x>
0428      <y>379</y>
0429     </hint>
0430    </hints>
0431   </connection>
0432   <connection>
0433    <sender>checkBox_6</sender>
0434    <signal>toggled(bool)</signal>
0435    <receiver>MarbleWidget</receiver>
0436    <slot>setShowElevationModel(bool)</slot>
0437    <hints>
0438     <hint type="sourcelabel" >
0439      <x>513</x>
0440      <y>477</y>
0441     </hint>
0442     <hint type="destinationlabel" >
0443      <x>513</x>
0444      <y>384</y>
0445     </hint>
0446    </hints>
0447   </connection>
0448   <connection>
0449    <sender>checkBox_9</sender>
0450    <signal>toggled(bool)</signal>
0451    <receiver>MarbleWidget</receiver>
0452    <slot>setShowBorders(bool)</slot>
0453    <hints>
0454     <hint type="sourcelabel" >
0455      <x>109</x>
0456      <y>449</y>
0457     </hint>
0458     <hint type="destinationlabel" >
0459      <x>197</x>
0460      <y>294</y>
0461     </hint>
0462    </hints>
0463   </connection>
0464   <connection>
0465    <sender>checkBox_7</sender>
0466    <signal>toggled(bool)</signal>
0467    <receiver>MarbleWidget</receiver>
0468    <slot>setShowIceLayer(bool)</slot>
0469    <hints>
0470     <hint type="sourcelabel" >
0471      <x>342</x>
0472      <y>456</y>
0473     </hint>
0474     <hint type="destinationlabel" >
0475      <x>412</x>
0476      <y>241</y>
0477     </hint>
0478    </hints>
0479   </connection>
0480   <connection>
0481    <sender>checkBox_8</sender>
0482    <signal>toggled(bool)</signal>
0483    <receiver>MarbleWidget</receiver>
0484    <slot>setShowLakes(bool)</slot>
0485    <hints>
0486     <hint type="sourcelabel" >
0487      <x>342</x>
0488      <y>480</y>
0489     </hint>
0490     <hint type="destinationlabel" >
0491      <x>451</x>
0492      <y>329</y>
0493     </hint>
0494    </hints>
0495   </connection>
0496   <connection>
0497    <sender>checkBox_8</sender>
0498    <signal>toggled(bool)</signal>
0499    <receiver>MarbleWidget</receiver>
0500    <slot>setShowRivers(bool)</slot>
0501    <hints>
0502     <hint type="sourcelabel" >
0503      <x>342</x>
0504      <y>480</y>
0505     </hint>
0506     <hint type="destinationlabel" >
0507      <x>481</x>
0508      <y>377</y>
0509     </hint>
0510    </hints>
0511   </connection>
0512  </connections>
0513 </ui>