Warning, /education/marble/src/plugins/render/crosshairs/CrosshairsConfigWidget.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>CrosshairsConfigWidget</class>
0004  <widget class="QDialog" name="CrosshairsConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>318</width>
0010     <height>136</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Crosshairs 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>21</width>
0029        <height>21</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="crosshairs.qrc">
0047         <normaloff>:/crosshairs-darkened.png</normaloff>:/crosshairs-darkened.png</iconset>
0048       </property>
0049      </item>
0050      <item>
0051       <property name="text">
0052        <string>Gun 1</string>
0053       </property>
0054       <property name="icon">
0055        <iconset resource="crosshairs.qrc">
0056         <normaloff>:/crosshairs-gun1.svg</normaloff>:/crosshairs-gun1.svg</iconset>
0057       </property>
0058      </item>
0059      <item>
0060       <property name="text">
0061        <string>Gun 2</string>
0062       </property>
0063       <property name="icon">
0064        <iconset resource="crosshairs.qrc">
0065         <normaloff>:/crosshairs-gun2.svg</normaloff>:/crosshairs-gun2.svg</iconset>
0066       </property>
0067      </item>
0068      <item>
0069       <property name="text">
0070        <string>Circled</string>
0071       </property>
0072       <property name="icon">
0073        <iconset resource="crosshairs.qrc">
0074         <normaloff>:/crosshairs-circled.svg</normaloff>:/crosshairs-circled.svg</iconset>
0075       </property>
0076      </item>
0077      <item>
0078       <property name="text">
0079        <string>German</string>
0080       </property>
0081       <property name="icon">
0082        <iconset resource="crosshairs.qrc">
0083         <normaloff>:/crosshairs-german.svg</normaloff>:/crosshairs-german.svg</iconset>
0084       </property>
0085      </item>
0086     </widget>
0087    </item>
0088    <item>
0089     <widget class="QDialogButtonBox" name="m_buttonBox">
0090      <property name="orientation">
0091       <enum>Qt::Horizontal</enum>
0092      </property>
0093      <property name="standardButtons">
0094       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0095      </property>
0096     </widget>
0097    </item>
0098   </layout>
0099  </widget>
0100  <resources>
0101   <include location="crosshairs.qrc"/>
0102  </resources>
0103  <connections>
0104   <connection>
0105    <sender>m_buttonBox</sender>
0106    <signal>accepted()</signal>
0107    <receiver>CrosshairsConfigWidget</receiver>
0108    <slot>accept()</slot>
0109    <hints>
0110     <hint type="sourcelabel">
0111      <x>248</x>
0112      <y>254</y>
0113     </hint>
0114     <hint type="destinationlabel">
0115      <x>157</x>
0116      <y>274</y>
0117     </hint>
0118    </hints>
0119   </connection>
0120   <connection>
0121    <sender>m_buttonBox</sender>
0122    <signal>rejected()</signal>
0123    <receiver>CrosshairsConfigWidget</receiver>
0124    <slot>reject()</slot>
0125    <hints>
0126     <hint type="sourcelabel">
0127      <x>316</x>
0128      <y>260</y>
0129     </hint>
0130     <hint type="destinationlabel">
0131      <x>286</x>
0132      <y>274</y>
0133     </hint>
0134    </hints>
0135   </connection>
0136  </connections>
0137 </ui>