Warning, /education/marble/src/plugins/render/compass/CompassConfigWidget.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>CompassConfigWidget</class>
0004  <widget class="QDialog" name="CompassConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>365</width>
0010     <height>185</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Compass Plugin</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Theme</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QListWidget" name="m_themeList">
0026      <property name="iconSize">
0027       <size>
0028        <width>64</width>
0029        <height>64</height>
0030       </size>
0031      </property>
0032      <property name="flow">
0033       <enum>QListView::LeftToRight</enum>
0034      </property>
0035      <property name="resizeMode">
0036       <enum>QListView::Adjust</enum>
0037      </property>
0038      <property name="viewMode">
0039       <enum>QListView::IconMode</enum>
0040      </property>
0041      <item>
0042       <property name="text">
0043        <string>Default</string>
0044       </property>
0045       <property name="icon">
0046        <iconset resource="compass.qrc">
0047         <normaloff>:/compass.svg</normaloff>:/compass.svg</iconset>
0048       </property>
0049      </item>
0050      <item>
0051       <property name="text">
0052        <string>Arrows</string>
0053       </property>
0054       <property name="icon">
0055        <iconset resource="compass.qrc">
0056         <normaloff>:/compass-arrows.svg</normaloff>:/compass-arrows.svg</iconset>
0057       </property>
0058      </item>
0059      <item>
0060       <property name="text">
0061        <string>Atom</string>
0062       </property>
0063       <property name="icon">
0064        <iconset resource="compass.qrc">
0065         <normaloff>:/compass-atom.svg</normaloff>:/compass-atom.svg</iconset>
0066       </property>
0067      </item>
0068      <item>
0069       <property name="text">
0070        <string>Magnet</string>
0071       </property>
0072       <property name="icon">
0073        <iconset resource="compass.qrc">
0074         <normaloff>:/compass-magnet.svg</normaloff>:/compass-magnet.svg</iconset>
0075       </property>
0076      </item>
0077     </widget>
0078    </item>
0079    <item>
0080     <widget class="QDialogButtonBox" name="m_buttonBox">
0081      <property name="orientation">
0082       <enum>Qt::Horizontal</enum>
0083      </property>
0084      <property name="standardButtons">
0085       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0086      </property>
0087     </widget>
0088    </item>
0089   </layout>
0090  </widget>
0091  <resources>
0092   <include location="compass.qrc"/>
0093  </resources>
0094  <connections>
0095   <connection>
0096    <sender>m_buttonBox</sender>
0097    <signal>accepted()</signal>
0098    <receiver>CompassConfigWidget</receiver>
0099    <slot>accept()</slot>
0100    <hints>
0101     <hint type="sourcelabel">
0102      <x>248</x>
0103      <y>254</y>
0104     </hint>
0105     <hint type="destinationlabel">
0106      <x>157</x>
0107      <y>274</y>
0108     </hint>
0109    </hints>
0110   </connection>
0111   <connection>
0112    <sender>m_buttonBox</sender>
0113    <signal>rejected()</signal>
0114    <receiver>CompassConfigWidget</receiver>
0115    <slot>reject()</slot>
0116    <hints>
0117     <hint type="sourcelabel">
0118      <x>316</x>
0119      <y>260</y>
0120     </hint>
0121     <hint type="destinationlabel">
0122      <x>286</x>
0123      <y>274</y>
0124     </hint>
0125    </hints>
0126   </connection>
0127  </connections>
0128 </ui>