Warning, /education/marble/src/plugins/render/measure/MeasureConfigDialog.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>MeasureConfigDialog</class>
0004  <widget class="QDialog" name="MeasureConfigDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>348</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Measure Tool Configuration</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="modeLabel">
0019      <property name="text">
0020       <string>Ruler Type</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QComboBox" name="m_modeCombo">
0026      <item>
0027       <property name="text">
0028        <string>Polygon</string>
0029       </property>
0030      </item>
0031      <item>
0032       <property name="text">
0033        <string>Circle</string>
0034       </property>
0035      </item>
0036     </widget>
0037    </item>
0038    <item>
0039     <widget class="QTabWidget" name="tabWidget">
0040      <property name="currentIndex">
0041       <number>0</number>
0042      </property>
0043      <widget class="QWidget" name="tab_1">
0044       <attribute name="title">
0045        <string>Polygon</string>
0046       </attribute>
0047       <layout class="QVBoxLayout" name="verticalLayout_3">
0048        <item>
0049         <widget class="QGroupBox" name="groupBox">
0050          <property name="title">
0051           <string>Segment labels</string>
0052          </property>
0053          <property name="checkable">
0054           <bool>false</bool>
0055          </property>
0056          <layout class="QVBoxLayout" name="verticalLayout_2">
0057           <item>
0058            <widget class="QCheckBox" name="m_showDistanceLabelsCheckBox">
0059             <property name="text">
0060              <string>Distance </string>
0061             </property>
0062             <property name="checked">
0063              <bool>true</bool>
0064             </property>
0065            </widget>
0066           </item>
0067           <item>
0068            <widget class="QCheckBox" name="m_showBearingLabelsCheckBox">
0069             <property name="text">
0070              <string>Bearing</string>
0071             </property>
0072             <property name="checked">
0073              <bool>true</bool>
0074             </property>
0075            </widget>
0076           </item>
0077           <item>
0078            <widget class="QCheckBox" name="m_showBearingLabelChangeCheckBox">
0079             <property name="text">
0080              <string>Bearing Change</string>
0081             </property>
0082             <property name="checked">
0083              <bool>true</bool>
0084             </property>
0085            </widget>
0086           </item>
0087           <item>
0088            <widget class="QCheckBox" name="m_showPerimeter">
0089             <property name="text">
0090              <string>Perimeter</string>
0091             </property>
0092            </widget>
0093           </item>
0094           <item>
0095            <widget class="QCheckBox" name="m_showPolygonAreaLabelChangeCheckBox">
0096             <property name="enabled">
0097              <bool>true</bool>
0098             </property>
0099             <property name="text">
0100              <string>Area</string>
0101             </property>
0102             <property name="checked">
0103              <bool>false</bool>
0104             </property>
0105            </widget>
0106           </item>
0107          </layout>
0108         </widget>
0109        </item>
0110        <item>
0111         <spacer name="verticalSpacer">
0112          <property name="orientation">
0113           <enum>Qt::Vertical</enum>
0114          </property>
0115          <property name="sizeHint" stdset="0">
0116           <size>
0117            <width>20</width>
0118            <height>16</height>
0119           </size>
0120          </property>
0121         </spacer>
0122        </item>
0123       </layout>
0124      </widget>
0125      <widget class="QWidget" name="tab_2">
0126       <attribute name="title">
0127        <string>Circle</string>
0128       </attribute>
0129       <layout class="QVBoxLayout" name="verticalLayout_5">
0130        <item>
0131         <widget class="QGroupBox" name="groupBox_2">
0132          <property name="title">
0133           <string>Labels</string>
0134          </property>
0135          <property name="checkable">
0136           <bool>false</bool>
0137          </property>
0138          <layout class="QVBoxLayout" name="verticalLayout_4">
0139           <item>
0140            <widget class="QCheckBox" name="m_showRadiusLabelsCheckBox">
0141             <property name="text">
0142              <string>Radius</string>
0143             </property>
0144             <property name="checked">
0145              <bool>true</bool>
0146             </property>
0147            </widget>
0148           </item>
0149           <item>
0150            <widget class="QCheckBox" name="m_showCircumference">
0151             <property name="text">
0152              <string>Circumference</string>
0153             </property>
0154            </widget>
0155           </item>
0156           <item>
0157            <widget class="QCheckBox" name="m_showCircleAreaLabelChangeCheckBox">
0158             <property name="text">
0159              <string>Area</string>
0160             </property>
0161             <property name="checked">
0162              <bool>true</bool>
0163             </property>
0164            </widget>
0165           </item>
0166          </layout>
0167         </widget>
0168        </item>
0169        <item>
0170         <spacer name="verticalSpacer_2">
0171          <property name="orientation">
0172           <enum>Qt::Vertical</enum>
0173          </property>
0174          <property name="sizeHint" stdset="0">
0175           <size>
0176            <width>20</width>
0177            <height>70</height>
0178           </size>
0179          </property>
0180         </spacer>
0181        </item>
0182       </layout>
0183      </widget>
0184     </widget>
0185    </item>
0186    <item>
0187     <widget class="QDialogButtonBox" name="m_buttonBox">
0188      <property name="orientation">
0189       <enum>Qt::Horizontal</enum>
0190      </property>
0191      <property name="standardButtons">
0192       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0193      </property>
0194     </widget>
0195    </item>
0196   </layout>
0197  </widget>
0198  <resources/>
0199  <connections>
0200   <connection>
0201    <sender>m_buttonBox</sender>
0202    <signal>accepted()</signal>
0203    <receiver>MeasureConfigDialog</receiver>
0204    <slot>accept()</slot>
0205    <hints>
0206     <hint type="sourcelabel">
0207      <x>199</x>
0208      <y>322</y>
0209     </hint>
0210     <hint type="destinationlabel">
0211      <x>199</x>
0212      <y>173</y>
0213     </hint>
0214    </hints>
0215   </connection>
0216   <connection>
0217    <sender>m_buttonBox</sender>
0218    <signal>rejected()</signal>
0219    <receiver>MeasureConfigDialog</receiver>
0220    <slot>reject()</slot>
0221    <hints>
0222     <hint type="sourcelabel">
0223      <x>199</x>
0224      <y>322</y>
0225     </hint>
0226     <hint type="destinationlabel">
0227      <x>199</x>
0228      <y>173</y>
0229     </hint>
0230    </hints>
0231   </connection>
0232  </connections>
0233 </ui>