Warning, /education/marble/src/plugins/render/positionmarker/PositionMarkerConfigWidget.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>PositionMarkerConfigWidget</class>
0004  <widget class="QDialog" name="PositionMarkerConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>470</width>
0010     <height>352</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Position Marker Plugin</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Cursor Shape</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout">
0023       <item>
0024        <layout class="QGridLayout" name="gridLayout">
0025         <item row="0" column="0" colspan="2">
0026          <widget class="QRadioButton" name="m_originalCursor">
0027           <property name="text">
0028            <string>&amp;Arrow</string>
0029           </property>
0030           <property name="checked">
0031            <bool>true</bool>
0032           </property>
0033           <attribute name="buttonGroup">
0034            <string>m_buttonGroup</string>
0035           </attribute>
0036          </widget>
0037         </item>
0038         <item row="1" column="0">
0039          <widget class="QRadioButton" name="m_customCursor">
0040           <property name="text">
0041            <string>&amp;Custom:</string>
0042           </property>
0043           <attribute name="buttonGroup">
0044            <string>m_buttonGroup</string>
0045           </attribute>
0046          </widget>
0047         </item>
0048         <item row="1" column="1">
0049          <layout class="QHBoxLayout" name="horizontalLayout">
0050           <item>
0051            <widget class="QToolButton" name="m_fileChooserButton">
0052             <property name="sizePolicy">
0053              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0054               <horstretch>0</horstretch>
0055               <verstretch>0</verstretch>
0056              </sizepolicy>
0057             </property>
0058             <property name="minimumSize">
0059              <size>
0060               <width>22</width>
0061               <height>22</height>
0062              </size>
0063             </property>
0064             <property name="text">
0065              <string/>
0066             </property>
0067             <property name="iconSize">
0068              <size>
0069               <width>22</width>
0070               <height>22</height>
0071              </size>
0072             </property>
0073            </widget>
0074           </item>
0075           <item>
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>40</width>
0083               <height>20</height>
0084              </size>
0085             </property>
0086            </spacer>
0087           </item>
0088          </layout>
0089         </item>
0090        </layout>
0091       </item>
0092       <item>
0093        <widget class="QLabel" name="label">
0094         <property name="text">
0095          <string>Position marker images indicating the direction should point north (top).</string>
0096         </property>
0097        </widget>
0098       </item>
0099       <item>
0100        <layout class="QHBoxLayout" name="horizontalLayout_2">
0101         <property name="bottomMargin">
0102          <number>0</number>
0103         </property>
0104         <item>
0105          <widget class="QSlider" name="m_resizeSlider">
0106           <property name="minimum">
0107            <number>0</number>
0108           </property>
0109           <property name="maximum">
0110            <number>0</number>
0111           </property>
0112           <property name="singleStep">
0113            <number>1</number>
0114           </property>
0115           <property name="pageStep">
0116            <number>1</number>
0117           </property>
0118           <property name="value">
0119            <number>0</number>
0120           </property>
0121           <property name="sliderPosition">
0122            <number>0</number>
0123           </property>
0124           <property name="orientation">
0125            <enum>Qt::Horizontal</enum>
0126           </property>
0127           <property name="invertedAppearance">
0128            <bool>false</bool>
0129           </property>
0130           <property name="tickPosition">
0131            <enum>QSlider::TicksBelow</enum>
0132           </property>
0133           <property name="tickInterval">
0134            <number>1</number>
0135           </property>
0136          </widget>
0137         </item>
0138         <item>
0139          <widget class="QLabel" name="m_sizeLabel">
0140           <property name="text">
0141            <string/>
0142           </property>
0143          </widget>
0144         </item>
0145        </layout>
0146       </item>
0147       <item>
0148        <widget class="QCheckBox" name="m_trailCheckBox">
0149         <property name="text">
0150          <string>Trail</string>
0151         </property>
0152         <property name="checked">
0153          <bool>false</bool>
0154         </property>
0155        </widget>
0156       </item>
0157      </layout>
0158     </widget>
0159    </item>
0160    <item>
0161     <widget class="QGroupBox" name="groupBox_2">
0162      <property name="title">
0163       <string>C&amp;olors</string>
0164      </property>
0165      <layout class="QFormLayout" name="formLayout">
0166       <item row="0" column="0">
0167        <widget class="QLabel" name="m_accuracyLabel">
0168         <property name="text">
0169          <string>&amp;Accuracy:</string>
0170         </property>
0171         <property name="buddy">
0172          <cstring>m_acColorChooserButton</cstring>
0173         </property>
0174        </widget>
0175       </item>
0176       <item row="0" column="1">
0177        <widget class="QPushButton" name="m_acColorChooserButton">
0178         <property name="sizePolicy">
0179          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0180           <horstretch>0</horstretch>
0181           <verstretch>0</verstretch>
0182          </sizepolicy>
0183         </property>
0184         <property name="minimumSize">
0185          <size>
0186           <width>30</width>
0187           <height>25</height>
0188          </size>
0189         </property>
0190         <property name="toolTip">
0191          <string>Color of the position marker's accuracy indicator.</string>
0192         </property>
0193         <property name="text">
0194          <string/>
0195         </property>
0196        </widget>
0197       </item>
0198       <item row="1" column="0">
0199        <widget class="QLabel" name="label_2">
0200         <property name="text">
0201          <string>Trail:</string>
0202         </property>
0203        </widget>
0204       </item>
0205       <item row="1" column="1">
0206        <widget class="QPushButton" name="m_trailColorChooserButton">
0207         <property name="sizePolicy">
0208          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0209           <horstretch>0</horstretch>
0210           <verstretch>0</verstretch>
0211          </sizepolicy>
0212         </property>
0213         <property name="minimumSize">
0214          <size>
0215           <width>30</width>
0216           <height>25</height>
0217          </size>
0218         </property>
0219         <property name="toolTip">
0220          <string>Color of the position marker's trail.</string>
0221         </property>
0222         <property name="text">
0223          <string/>
0224         </property>
0225        </widget>
0226       </item>
0227      </layout>
0228     </widget>
0229    </item>
0230    <item>
0231     <spacer name="verticalSpacer_2">
0232      <property name="orientation">
0233       <enum>Qt::Vertical</enum>
0234      </property>
0235      <property name="sizeHint" stdset="0">
0236       <size>
0237        <width>20</width>
0238        <height>40</height>
0239       </size>
0240      </property>
0241     </spacer>
0242    </item>
0243    <item>
0244     <widget class="QDialogButtonBox" name="m_buttonBox">
0245      <property name="orientation">
0246       <enum>Qt::Horizontal</enum>
0247      </property>
0248      <property name="standardButtons">
0249       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
0250      </property>
0251     </widget>
0252    </item>
0253   </layout>
0254  </widget>
0255  <resources/>
0256  <connections>
0257   <connection>
0258    <sender>m_buttonBox</sender>
0259    <signal>accepted()</signal>
0260    <receiver>PositionMarkerConfigWidget</receiver>
0261    <slot>accept()</slot>
0262    <hints>
0263     <hint type="sourcelabel">
0264      <x>248</x>
0265      <y>254</y>
0266     </hint>
0267     <hint type="destinationlabel">
0268      <x>157</x>
0269      <y>274</y>
0270     </hint>
0271    </hints>
0272   </connection>
0273   <connection>
0274    <sender>m_buttonBox</sender>
0275    <signal>rejected()</signal>
0276    <receiver>PositionMarkerConfigWidget</receiver>
0277    <slot>reject()</slot>
0278    <hints>
0279     <hint type="sourcelabel">
0280      <x>316</x>
0281      <y>260</y>
0282     </hint>
0283     <hint type="destinationlabel">
0284      <x>286</x>
0285      <y>274</y>
0286     </hint>
0287    </hints>
0288   </connection>
0289  </connections>
0290  <buttongroups>
0291   <buttongroup name="m_buttonGroup"/>
0292  </buttongroups>
0293 </ui>