Warning, /education/marble/src/lib/marble/cloudsync/CloudRoutesDialog.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>CloudRoutesDialog</class>
0004  <widget class="QDialog" name="CloudRoutesDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>512</width>
0010     <height>384</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Cloud Routes</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="labelNoRoute">
0019      <property name="text">
0020       <string>No route available.</string>
0021      </property>
0022      <property name="alignment">
0023       <set>Qt::AlignCenter</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QListView" name="listView"/>
0029    </item>
0030    <item>
0031     <layout class="QHBoxLayout" name="horizontalLayout">
0032      <item>
0033       <widget class="QProgressBar" name="progressBar">
0034        <property name="value">
0035         <number>0</number>
0036        </property>
0037        <property name="textVisible">
0038         <bool>true</bool>
0039        </property>
0040        <property name="invertedAppearance">
0041         <bool>false</bool>
0042        </property>
0043       </widget>
0044      </item>
0045      <item>
0046       <widget class="QDialogButtonBox" name="buttonBox">
0047        <property name="orientation">
0048         <enum>Qt::Horizontal</enum>
0049        </property>
0050        <property name="standardButtons">
0051         <set>QDialogButtonBox::Close</set>
0052        </property>
0053       </widget>
0054      </item>
0055     </layout>
0056    </item>
0057   </layout>
0058  </widget>
0059  <resources/>
0060  <connections>
0061   <connection>
0062    <sender>buttonBox</sender>
0063    <signal>clicked(QAbstractButton*)</signal>
0064    <receiver>CloudRoutesDialog</receiver>
0065    <slot>close()</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>449</x>
0069      <y>277</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>393</x>
0073      <y>269</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077  </connections>
0078 </ui>