Warning, /education/marble/src/lib/marble/PrintOptions.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>PrintOptions</class>
0004  <widget class="QWidget" name="PrintOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>333</width>
0010     <height>136</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Marble</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout_3">
0017    <item row="0" column="0">
0018     <widget class="QGroupBox" name="mapGroupBox">
0019      <property name="title">
0020       <string>Map</string>
0021      </property>
0022      <layout class="QGridLayout" name="gridLayout">
0023       <item row="0" column="0" colspan="2">
0024        <widget class="QCheckBox" name="mapCheckBox">
0025         <property name="text">
0026          <string>Visible Globe Region</string>
0027         </property>
0028         <property name="checked">
0029          <bool>true</bool>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="1" column="0">
0034        <spacer name="horizontalSpacer">
0035         <property name="orientation">
0036          <enum>Qt::Horizontal</enum>
0037         </property>
0038         <property name="sizeType">
0039          <enum>QSizePolicy::Fixed</enum>
0040         </property>
0041         <property name="sizeHint" stdset="0">
0042          <size>
0043           <width>20</width>
0044           <height>20</height>
0045          </size>
0046         </property>
0047        </spacer>
0048       </item>
0049       <item row="1" column="1">
0050        <widget class="QCheckBox" name="backgroundCheckBox">
0051         <property name="text">
0052          <string>Outer Space</string>
0053         </property>
0054        </widget>
0055       </item>
0056       <item row="1" column="2">
0057        <spacer name="horizontalSpacer_2">
0058         <property name="orientation">
0059          <enum>Qt::Horizontal</enum>
0060         </property>
0061         <property name="sizeHint" stdset="0">
0062          <size>
0063           <width>0</width>
0064           <height>20</height>
0065          </size>
0066         </property>
0067        </spacer>
0068       </item>
0069       <item row="2" column="0" colspan="2">
0070        <widget class="QCheckBox" name="legendCheckBox">
0071         <property name="text">
0072          <string>Legend</string>
0073         </property>
0074         <property name="checked">
0075          <bool>false</bool>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="3" column="0">
0080        <spacer name="verticalSpacer">
0081         <property name="orientation">
0082          <enum>Qt::Vertical</enum>
0083         </property>
0084         <property name="sizeHint" stdset="0">
0085          <size>
0086           <width>20</width>
0087           <height>40</height>
0088          </size>
0089         </property>
0090        </spacer>
0091       </item>
0092      </layout>
0093     </widget>
0094    </item>
0095    <item row="0" column="1">
0096     <widget class="QGroupBox" name="routeGroupBox">
0097      <property name="title">
0098       <string>Route</string>
0099      </property>
0100      <layout class="QGridLayout" name="gridLayout_2">
0101       <item row="0" column="0">
0102        <widget class="QCheckBox" name="routeSummaryCheckBox">
0103         <property name="text">
0104          <string>Route Summary</string>
0105         </property>
0106        </widget>
0107       </item>
0108       <item row="1" column="0">
0109        <widget class="QCheckBox" name="drivingInstructionsCheckBox">
0110         <property name="text">
0111          <string>Driving Instructions</string>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="2" column="0">
0116        <widget class="QCheckBox" name="drivingInstructionsAdviceCheckBox">
0117         <property name="text">
0118          <string>Footer</string>
0119         </property>
0120        </widget>
0121       </item>
0122       <item row="3" column="0">
0123        <spacer name="verticalSpacer_2">
0124         <property name="orientation">
0125          <enum>Qt::Vertical</enum>
0126         </property>
0127         <property name="sizeHint" stdset="0">
0128          <size>
0129           <width>20</width>
0130           <height>40</height>
0131          </size>
0132         </property>
0133        </spacer>
0134       </item>
0135      </layout>
0136     </widget>
0137    </item>
0138   </layout>
0139  </widget>
0140  <resources/>
0141  <connections>
0142   <connection>
0143    <sender>mapCheckBox</sender>
0144    <signal>toggled(bool)</signal>
0145    <receiver>backgroundCheckBox</receiver>
0146    <slot>setEnabled(bool)</slot>
0147    <hints>
0148     <hint type="sourcelabel">
0149      <x>100</x>
0150      <y>50</y>
0151     </hint>
0152     <hint type="destinationlabel">
0153      <x>100</x>
0154      <y>75</y>
0155     </hint>
0156    </hints>
0157   </connection>
0158  </connections>
0159 </ui>