Warning, /graphics/kdiagram/examples/demo/axissettings.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>AxisSettings</class>
0004  <widget class="QWidget" name="AxisSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>154</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Form</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QComboBox" name="axisSelection"/>
0019    </item>
0020    <item>
0021     <widget class="QGroupBox" name="axisBox">
0022      <property name="title">
0023       <string>Axis Settings</string>
0024      </property>
0025      <layout class="QVBoxLayout" name="verticalLayout_2">
0026       <item>
0027        <widget class="QCheckBox" name="axisVisibility">
0028         <property name="text">
0029          <string>Show Axis</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QCheckBox" name="majorTicks">
0035         <property name="enabled">
0036          <bool>false</bool>
0037         </property>
0038         <property name="text">
0039          <string>Show Major Ticks</string>
0040         </property>
0041        </widget>
0042       </item>
0043       <item>
0044        <widget class="QCheckBox" name="minorTicks">
0045         <property name="enabled">
0046          <bool>false</bool>
0047         </property>
0048         <property name="text">
0049          <string>Show Minor Ticks</string>
0050         </property>
0051        </widget>
0052       </item>
0053       <item>
0054        <spacer name="verticalSpacer">
0055         <property name="orientation">
0056          <enum>Qt::Vertical</enum>
0057         </property>
0058         <property name="sizeHint" stdset="0">
0059          <size>
0060           <width>20</width>
0061           <height>40</height>
0062          </size>
0063         </property>
0064        </spacer>
0065       </item>
0066      </layout>
0067     </widget>
0068    </item>
0069   </layout>
0070  </widget>
0071  <resources/>
0072  <connections/>
0073 </ui>