Warning, /graphics/kdiagram/examples/demo/gradientdialog.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>GradientDialog</class>
0004  <widget class="QDialog" name="GradientDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QComboBox" name="GradientType"/>
0019    </item>
0020    <item>
0021     <widget class="QWidget" name="gradientDisplay" native="true">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="minimumSize">
0029       <size>
0030        <width>0</width>
0031        <height>50</height>
0032       </size>
0033      </property>
0034      <property name="maximumSize">
0035       <size>
0036        <width>16777215</width>
0037        <height>50</height>
0038       </size>
0039      </property>
0040      <property name="autoFillBackground">
0041       <bool>true</bool>
0042      </property>
0043     </widget>
0044    </item>
0045    <item>
0046     <widget class="QGroupBox" name="gradientStopBox">
0047      <property name="title">
0048       <string>GradientStop</string>
0049      </property>
0050      <property name="alignment">
0051       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0052      </property>
0053      <layout class="QVBoxLayout" name="verticalLayout_2">
0054       <item>
0055        <widget class="QComboBox" name="stopSelector"/>
0056       </item>
0057       <item>
0058        <layout class="QHBoxLayout" name="horizontalLayout_3">
0059         <item>
0060          <widget class="QLabel" name="label">
0061           <property name="text">
0062            <string>Position</string>
0063           </property>
0064          </widget>
0065         </item>
0066         <item>
0067          <widget class="QDoubleSpinBox" name="stopPosition">
0068           <property name="wrapping">
0069            <bool>true</bool>
0070           </property>
0071           <property name="accelerated">
0072            <bool>true</bool>
0073           </property>
0074           <property name="minimum">
0075            <double>-999999990.000000000000000</double>
0076           </property>
0077           <property name="maximum">
0078            <double>999999999.990000009536743</double>
0079           </property>
0080          </widget>
0081         </item>
0082        </layout>
0083       </item>
0084       <item>
0085        <layout class="QHBoxLayout" name="horizontalLayout">
0086         <item>
0087          <widget class="QPushButton" name="newStop">
0088           <property name="text">
0089            <string>New Stop</string>
0090           </property>
0091          </widget>
0092         </item>
0093         <item>
0094          <widget class="QPushButton" name="deleteStop">
0095           <property name="text">
0096            <string>DeleteStop</string>
0097           </property>
0098          </widget>
0099         </item>
0100        </layout>
0101       </item>
0102      </layout>
0103     </widget>
0104    </item>
0105    <item>
0106     <widget class="QDialogButtonBox" name="buttonBox">
0107      <property name="orientation">
0108       <enum>Qt::Horizontal</enum>
0109      </property>
0110      <property name="standardButtons">
0111       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0112      </property>
0113     </widget>
0114    </item>
0115   </layout>
0116  </widget>
0117  <resources/>
0118  <connections>
0119   <connection>
0120    <sender>buttonBox</sender>
0121    <signal>accepted()</signal>
0122    <receiver>GradientDialog</receiver>
0123    <slot>accept()</slot>
0124    <hints>
0125     <hint type="sourcelabel">
0126      <x>248</x>
0127      <y>254</y>
0128     </hint>
0129     <hint type="destinationlabel">
0130      <x>157</x>
0131      <y>274</y>
0132     </hint>
0133    </hints>
0134   </connection>
0135   <connection>
0136    <sender>buttonBox</sender>
0137    <signal>rejected()</signal>
0138    <receiver>GradientDialog</receiver>
0139    <slot>reject()</slot>
0140    <hints>
0141     <hint type="sourcelabel">
0142      <x>316</x>
0143      <y>260</y>
0144     </hint>
0145     <hint type="destinationlabel">
0146      <x>286</x>
0147      <y>274</y>
0148     </hint>
0149    </hints>
0150   </connection>
0151  </connections>
0152 </ui>