Warning, /education/marble/src/lib/marble/DataMigrationWidget.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>DataMigrationWidget</class>
0004  <widget class="QDialog" name="DataMigrationWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>413</width>
0010     <height>200</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Data Migration</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <widget class="QLabel" name="m_label">
0025      <property name="text">
0026       <string>Marble has found map data stored by a previous Marble version.&lt;br/&gt;Should this data get converted so that it can be used by the current version?</string>
0027      </property>
0028      <property name="textFormat">
0029       <enum>Qt::RichText</enum>
0030      </property>
0031      <property name="wordWrap">
0032       <bool>true</bool>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <spacer name="verticalSpacer">
0038      <property name="orientation">
0039       <enum>Qt::Vertical</enum>
0040      </property>
0041      <property name="sizeHint" stdset="0">
0042       <size>
0043        <width>20</width>
0044        <height>144</height>
0045       </size>
0046      </property>
0047     </spacer>
0048    </item>
0049    <item>
0050     <widget class="QDialogButtonBox" name="buttonBox">
0051      <property name="orientation">
0052       <enum>Qt::Horizontal</enum>
0053      </property>
0054      <property name="standardButtons">
0055       <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
0056      </property>
0057     </widget>
0058    </item>
0059   </layout>
0060  </widget>
0061  <tabstops>
0062   <tabstop>buttonBox</tabstop>
0063  </tabstops>
0064  <resources/>
0065  <connections>
0066   <connection>
0067    <sender>buttonBox</sender>
0068    <signal>accepted()</signal>
0069    <receiver>DataMigrationWidget</receiver>
0070    <slot>accept()</slot>
0071    <hints>
0072     <hint type="sourcelabel">
0073      <x>222</x>
0074      <y>198</y>
0075     </hint>
0076     <hint type="destinationlabel">
0077      <x>150</x>
0078      <y>149</y>
0079     </hint>
0080    </hints>
0081   </connection>
0082   <connection>
0083    <sender>buttonBox</sender>
0084    <signal>rejected()</signal>
0085    <receiver>DataMigrationWidget</receiver>
0086    <slot>reject()</slot>
0087    <hints>
0088     <hint type="sourcelabel">
0089      <x>290</x>
0090      <y>198</y>
0091     </hint>
0092     <hint type="destinationlabel">
0093      <x>286</x>
0094      <y>149</y>
0095     </hint>
0096    </hints>
0097   </connection>
0098  </connections>
0099 </ui>