Warning, /education/marble/src/plugins/render/wikipedia/WikipediaConfigWidget.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>WikipediaConfigWidget</class>
0004  <widget class="QDialog" name="WikipediaConfigWidget">
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 Wikipedia Plugin</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QCheckBox" name="m_showThumbnailCheckBox">
0019      <property name="text">
0020       <string>Show thumbnail images</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" name="horizontalLayout">
0029      <item>
0030       <widget class="QLabel" name="m_itemNumberLabel">
0031        <property name="text">
0032         <string>Number of items on the screen</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item>
0037       <spacer name="horizontalSpacer">
0038        <property name="orientation">
0039         <enum>Qt::Horizontal</enum>
0040        </property>
0041        <property name="sizeHint" stdset="0">
0042         <size>
0043          <width>40</width>
0044          <height>20</height>
0045         </size>
0046        </property>
0047       </spacer>
0048      </item>
0049      <item>
0050       <widget class="QSpinBox" name="m_itemNumberSpinBox"/>
0051      </item>
0052     </layout>
0053    </item>
0054    <item>
0055     <spacer name="verticalSpacer">
0056      <property name="orientation">
0057       <enum>Qt::Vertical</enum>
0058      </property>
0059      <property name="sizeHint" stdset="0">
0060       <size>
0061        <width>20</width>
0062        <height>164</height>
0063       </size>
0064      </property>
0065     </spacer>
0066    </item>
0067    <item>
0068     <widget class="QDialogButtonBox" name="m_buttonBox">
0069      <property name="orientation">
0070       <enum>Qt::Horizontal</enum>
0071      </property>
0072      <property name="standardButtons">
0073       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <resources/>
0080  <connections>
0081   <connection>
0082    <sender>m_buttonBox</sender>
0083    <signal>accepted()</signal>
0084    <receiver>WikipediaConfigWidget</receiver>
0085    <slot>accept()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>248</x>
0089      <y>254</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>157</x>
0093      <y>274</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097   <connection>
0098    <sender>m_buttonBox</sender>
0099    <signal>rejected()</signal>
0100    <receiver>WikipediaConfigWidget</receiver>
0101    <slot>reject()</slot>
0102    <hints>
0103     <hint type="sourcelabel">
0104      <x>316</x>
0105      <y>260</y>
0106     </hint>
0107     <hint type="destinationlabel">
0108      <x>286</x>
0109      <y>274</y>
0110     </hint>
0111    </hints>
0112   </connection>
0113  </connections>
0114 </ui>