Warning, /graphics/kdiagram/examples/demo/diagramsettings.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>DiagramSettings</class>
0004  <widget class="QWidget" name="DiagramSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>314</width>
0010     <height>357</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="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>3D Settings</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout_2">
0023       <item>
0024        <widget class="QCheckBox" name="threeDSelector">
0025         <property name="text">
0026          <string>3D</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item>
0031        <widget class="QCheckBox" name="autoGradient">
0032         <property name="text">
0033          <string>Auto Gradient</string>
0034         </property>
0035        </widget>
0036       </item>
0037       <item>
0038        <layout class="QHBoxLayout" name="horizontalLayout_2">
0039         <item>
0040          <widget class="QLabel" name="label_3">
0041           <property name="text">
0042            <string>3D Depth</string>
0043           </property>
0044          </widget>
0045         </item>
0046         <item>
0047          <widget class="QSpinBox" name="barHeightInput"/>
0048         </item>
0049        </layout>
0050       </item>
0051      </layout>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QGroupBox" name="barAttributes">
0056      <property name="title">
0057       <string>Bar Attributes</string>
0058      </property>
0059      <layout class="QVBoxLayout" name="verticalLayout_3">
0060       <item>
0061        <layout class="QHBoxLayout" name="horizontalLayout_3">
0062         <item>
0063          <widget class="QLabel" name="label_2">
0064           <property name="text">
0065            <string>Bar Width</string>
0066           </property>
0067          </widget>
0068         </item>
0069         <item>
0070          <widget class="QSpinBox" name="barWidthInput"/>
0071         </item>
0072        </layout>
0073       </item>
0074      </layout>
0075     </widget>
0076    </item>
0077    <item>
0078     <widget class="QGroupBox" name="groupBox_3">
0079      <property name="title">
0080       <string>Diagram Background</string>
0081      </property>
0082      <layout class="QVBoxLayout" name="verticalLayout_4">
0083       <item>
0084        <widget class="QCheckBox" name="visibleBtn">
0085         <property name="text">
0086          <string>Visible</string>
0087         </property>
0088        </widget>
0089       </item>
0090       <item>
0091        <layout class="QVBoxLayout" name="verticalLayout_5">
0092         <item>
0093          <widget class="QRadioButton" name="color">
0094           <property name="text">
0095            <string>Color</string>
0096           </property>
0097           <property name="checked">
0098            <bool>true</bool>
0099           </property>
0100           <attribute name="buttonGroup">
0101            <string notr="true">buttonGroup</string>
0102           </attribute>
0103          </widget>
0104         </item>
0105         <item>
0106          <widget class="QRadioButton" name="gradient">
0107           <property name="text">
0108            <string>Gradient</string>
0109           </property>
0110           <attribute name="buttonGroup">
0111            <string notr="true">buttonGroup</string>
0112           </attribute>
0113          </widget>
0114         </item>
0115         <item>
0116          <widget class="QRadioButton" name="textureBtn">
0117           <property name="text">
0118            <string>Texture</string>
0119           </property>
0120           <attribute name="buttonGroup">
0121            <string notr="true">buttonGroup</string>
0122           </attribute>
0123          </widget>
0124         </item>
0125        </layout>
0126       </item>
0127       <item>
0128        <widget class="QPushButton" name="diagramBackground">
0129         <property name="sizePolicy">
0130          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0131           <horstretch>0</horstretch>
0132           <verstretch>0</verstretch>
0133          </sizepolicy>
0134         </property>
0135         <property name="text">
0136          <string/>
0137         </property>
0138        </widget>
0139       </item>
0140      </layout>
0141     </widget>
0142    </item>
0143    <item>
0144     <spacer name="verticalSpacer">
0145      <property name="orientation">
0146       <enum>Qt::Vertical</enum>
0147      </property>
0148      <property name="sizeHint" stdset="0">
0149       <size>
0150        <width>20</width>
0151        <height>40</height>
0152       </size>
0153      </property>
0154     </spacer>
0155    </item>
0156   </layout>
0157  </widget>
0158  <resources/>
0159  <connections/>
0160  <buttongroups>
0161   <buttongroup name="buttonGroup"/>
0162  </buttongroups>
0163 </ui>