Warning, /education/marble/src/plugins/render/photo/PhotoConfigWidget.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>PhotoConfigWidget</class>
0004  <widget class="QDialog" name="PhotoConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>381</width>
0010     <height>297</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Photo Plugin</string>
0015   </property>
0016   <widget class="QDialogButtonBox" name="m_buttonBox">
0017    <property name="geometry">
0018     <rect>
0019      <x>90</x>
0020      <y>260</y>
0021      <width>267</width>
0022      <height>27</height>
0023     </rect>
0024    </property>
0025    <property name="orientation">
0026     <enum>Qt::Horizontal</enum>
0027    </property>
0028    <property name="standardButtons">
0029     <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0030    </property>
0031   </widget>
0032   <widget class="QGroupBox" name="licenseGroupBox">
0033    <property name="geometry">
0034     <rect>
0035      <x>10</x>
0036      <y>40</y>
0037      <width>361</width>
0038      <height>211</height>
0039     </rect>
0040    </property>
0041    <property name="title">
0042     <string>License</string>
0043    </property>
0044    <property name="alignment">
0045     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0046    </property>
0047    <widget class="QListWidget" name="m_licenseListWidget">
0048     <property name="geometry">
0049      <rect>
0050       <x>0</x>
0051       <y>28</y>
0052       <width>361</width>
0053       <height>181</height>
0054      </rect>
0055     </property>
0056    </widget>
0057   </widget>
0058   <widget class="QWidget" name="layoutWidget">
0059    <property name="geometry">
0060     <rect>
0061      <x>10</x>
0062      <y>7</y>
0063      <width>361</width>
0064      <height>29</height>
0065     </rect>
0066    </property>
0067    <layout class="QGridLayout" name="gridLayout">
0068     <item row="0" column="0">
0069      <widget class="QLabel" name="m_itemNumberLabel">
0070       <property name="text">
0071        <string>Number of items on the screen</string>
0072       </property>
0073      </widget>
0074     </item>
0075     <item row="0" column="1">
0076      <spacer name="horizontalSpacer">
0077       <property name="orientation">
0078        <enum>Qt::Horizontal</enum>
0079       </property>
0080       <property name="sizeHint" stdset="0">
0081        <size>
0082         <width>78</width>
0083         <height>18</height>
0084        </size>
0085       </property>
0086      </spacer>
0087     </item>
0088     <item row="0" column="2">
0089      <widget class="QSpinBox" name="m_itemNumberSpinBox"/>
0090     </item>
0091    </layout>
0092   </widget>
0093  </widget>
0094  <resources/>
0095  <connections>
0096   <connection>
0097    <sender>m_buttonBox</sender>
0098    <signal>accepted()</signal>
0099    <receiver>PhotoConfigWidget</receiver>
0100    <slot>accept()</slot>
0101    <hints>
0102     <hint type="sourcelabel">
0103      <x>248</x>
0104      <y>254</y>
0105     </hint>
0106     <hint type="destinationlabel">
0107      <x>157</x>
0108      <y>274</y>
0109     </hint>
0110    </hints>
0111   </connection>
0112   <connection>
0113    <sender>m_buttonBox</sender>
0114    <signal>rejected()</signal>
0115    <receiver>PhotoConfigWidget</receiver>
0116    <slot>reject()</slot>
0117    <hints>
0118     <hint type="sourcelabel">
0119      <x>316</x>
0120      <y>260</y>
0121     </hint>
0122     <hint type="destinationlabel">
0123      <x>286</x>
0124      <y>274</y>
0125     </hint>
0126    </hints>
0127   </connection>
0128  </connections>
0129 </ui>