Warning, /education/marble/src/plugins/render/opencaching/OpenCachingConfigWidget.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>OpenCachingConfigWidget</class>
0004  <widget class="QDialog" name="OpenCachingConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>482</width>
0010     <height>334</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Filter</string>
0021      </property>
0022      <layout class="QFormLayout" name="formLayout">
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="label_3">
0025         <property name="text">
0026          <string>Maximum number of results:</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="QSpinBox" name="m_numResults"/>
0032       </item>
0033       <item row="2" column="0">
0034        <widget class="QLabel" name="label">
0035         <property name="text">
0036          <string>Minimum difficulty:</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item row="2" column="1">
0041        <widget class="QDoubleSpinBox" name="m_minDifficulty">
0042         <property name="decimals">
0043          <number>1</number>
0044         </property>
0045         <property name="maximum">
0046          <double>5.000000000000000</double>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="3" column="0">
0051        <widget class="QLabel" name="label_2">
0052         <property name="text">
0053          <string>Maximum difficulty:</string>
0054         </property>
0055        </widget>
0056       </item>
0057       <item row="3" column="1">
0058        <widget class="QDoubleSpinBox" name="m_maxDifficulty">
0059         <property name="decimals">
0060          <number>1</number>
0061         </property>
0062         <property name="maximum">
0063          <double>5.000000000000000</double>
0064         </property>
0065        </widget>
0066       </item>
0067       <item row="1" column="0">
0068        <widget class="QLabel" name="label_6">
0069         <property name="text">
0070          <string>Maximum Distance:</string>
0071         </property>
0072        </widget>
0073       </item>
0074       <item row="1" column="1">
0075        <widget class="QSpinBox" name="m_maxDistance">
0076         <property name="maximum">
0077          <number>250</number>
0078         </property>
0079        </widget>
0080       </item>
0081      </layout>
0082     </widget>
0083    </item>
0084    <item>
0085     <widget class="QGroupBox" name="groupBox_2">
0086      <property name="title">
0087       <string>Time Range</string>
0088      </property>
0089      <layout class="QFormLayout" name="formLayout_2">
0090       <item row="0" column="0">
0091        <widget class="QLabel" name="label_4">
0092         <property name="text">
0093          <string>Start:</string>
0094         </property>
0095        </widget>
0096       </item>
0097       <item row="0" column="1">
0098        <widget class="QDateTimeEdit" name="m_startDate">
0099        </widget>
0100       </item>
0101       <item row="1" column="0">
0102        <widget class="QLabel" name="label_5">
0103         <property name="text">
0104          <string>End:</string>
0105         </property>
0106        </widget>
0107       </item>
0108       <item row="1" column="1">
0109        <widget class="QDateTimeEdit" name="m_endDate">
0110        </widget>
0111       </item>
0112      </layout>
0113     </widget>
0114    </item>
0115    <item>
0116     <spacer name="verticalSpacer">
0117      <property name="orientation">
0118       <enum>Qt::Vertical</enum>
0119      </property>
0120      <property name="sizeHint" stdset="0">
0121       <size>
0122        <width>20</width>
0123        <height>40</height>
0124       </size>
0125      </property>
0126     </spacer>
0127    </item>
0128    <item>
0129     <widget class="QDialogButtonBox" name="m_buttonBox">
0130      <property name="orientation">
0131       <enum>Qt::Horizontal</enum>
0132      </property>
0133      <property name="standardButtons">
0134       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
0135      </property>
0136     </widget>
0137    </item>
0138   </layout>
0139  </widget>
0140  <resources/>
0141  <connections>
0142   <connection>
0143    <sender>m_buttonBox</sender>
0144    <signal>accepted()</signal>
0145    <receiver>OpenCachingConfigWidget</receiver>
0146    <slot>accept()</slot>
0147    <hints>
0148     <hint type="sourcelabel">
0149      <x>248</x>
0150      <y>254</y>
0151     </hint>
0152     <hint type="destinationlabel">
0153      <x>157</x>
0154      <y>274</y>
0155     </hint>
0156    </hints>
0157   </connection>
0158   <connection>
0159    <sender>m_buttonBox</sender>
0160    <signal>rejected()</signal>
0161    <receiver>OpenCachingConfigWidget</receiver>
0162    <slot>reject()</slot>
0163    <hints>
0164     <hint type="sourcelabel">
0165      <x>316</x>
0166      <y>260</y>
0167     </hint>
0168     <hint type="destinationlabel">
0169      <x>286</x>
0170      <y>274</y>
0171     </hint>
0172    </hints>
0173   </connection>
0174  </connections>
0175 </ui>