Warning, /education/marble/src/plugins/render/opendesktop/OpenDesktopConfigWidget.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>OpenDesktopConfigWidget</class>
0004  <widget class="QDialog" name="OpenDesktopConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>240</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>OpenDesktop plugin configuration</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="m_displayedItemsLabel">
0021        <property name="text">
0022         <string>Number of displayed items on the screen:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QSpinBox" name="m_itemsOnScreenSpin">
0028        <property name="minimum">
0029         <number>1</number>
0030        </property>
0031        <property name="maximum">
0032         <number>1000</number>
0033        </property>
0034        <property name="value">
0035         <number>15</number>
0036        </property>
0037       </widget>
0038      </item>
0039     </layout>
0040    </item>
0041    <item>
0042     <spacer name="verticalSpacer">
0043      <property name="orientation">
0044       <enum>Qt::Vertical</enum>
0045      </property>
0046      <property name="sizeHint" stdset="0">
0047       <size>
0048        <width>20</width>
0049        <height>40</height>
0050       </size>
0051      </property>
0052     </spacer>
0053    </item>
0054    <item>
0055     <widget class="QDialogButtonBox" name="m_buttonBox">
0056      <property name="orientation">
0057       <enum>Qt::Horizontal</enum>
0058      </property>
0059      <property name="standardButtons">
0060       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0061      </property>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <resources/>
0067  <connections>
0068   <connection>
0069    <sender>m_buttonBox</sender>
0070    <signal>accepted()</signal>
0071    <receiver>OpenDesktopConfigWidget</receiver>
0072    <slot>accept()</slot>
0073    <hints>
0074     <hint type="sourcelabel">
0075      <x>248</x>
0076      <y>254</y>
0077     </hint>
0078     <hint type="destinationlabel">
0079      <x>157</x>
0080      <y>274</y>
0081     </hint>
0082    </hints>
0083   </connection>
0084   <connection>
0085    <sender>m_buttonBox</sender>
0086    <signal>rejected()</signal>
0087    <receiver>OpenDesktopConfigWidget</receiver>
0088    <slot>reject()</slot>
0089    <hints>
0090     <hint type="sourcelabel">
0091      <x>316</x>
0092      <y>260</y>
0093     </hint>
0094     <hint type="destinationlabel">
0095      <x>286</x>
0096      <y>274</y>
0097     </hint>
0098    </hints>
0099   </connection>
0100  </connections>
0101 </ui>