Warning, /education/marble/src/plugins/render/mapscale/MapScaleConfigWidget.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>MapScaleConfigWidget</class>
0004  <widget class="QDialog" name="MapScaleConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>328</width>
0010     <height>267</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Scale Bar Plugin</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QCheckBox" name="m_showRatioScaleCheckBox">
0019      <property name="text">
0020       <string>Show Ratio Scale</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QCheckBox" name="m_minimizeCheckBox">
0029      <property name="text">
0030       <string>Minimize</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <spacer name="verticalSpacer">
0036      <property name="orientation">
0037       <enum>Qt::Vertical</enum>
0038      </property>
0039      <property name="sizeHint" stdset="0">
0040       <size>
0041        <width>20</width>
0042        <height>164</height>
0043       </size>
0044      </property>
0045     </spacer>
0046    </item>
0047    <item>
0048     <widget class="QDialogButtonBox" name="m_buttonBox">
0049      <property name="orientation">
0050       <enum>Qt::Horizontal</enum>
0051      </property>
0052      <property name="standardButtons">
0053       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <resources/>
0060  <connections>
0061   <connection>
0062    <sender>m_buttonBox</sender>
0063    <signal>accepted()</signal>
0064    <receiver>MapScaleConfigWidget</receiver>
0065    <slot>accept()</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>248</x>
0069      <y>254</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>157</x>
0073      <y>274</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077   <connection>
0078    <sender>m_buttonBox</sender>
0079    <signal>rejected()</signal>
0080    <receiver>MapScaleConfigWidget</receiver>
0081    <slot>reject()</slot>
0082    <hints>
0083     <hint type="sourcelabel">
0084      <x>316</x>
0085      <y>260</y>
0086     </hint>
0087     <hint type="destinationlabel">
0088      <x>286</x>
0089      <y>274</y>
0090     </hint>
0091    </hints>
0092   </connection>
0093  </connections>
0094 </ui>