Warning, /education/kmplot/kmplot/plotstylewidget.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>PlotStyleWidget</class>
0004  <widget class="QWidget" name="PlotStyleWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>385</width>
0010     <height>305</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Plot Style</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="margin">
0018     <number>9</number>
0019    </property>
0020    <property name="spacing">
0021     <number>6</number>
0022    </property>
0023    <item row="5" column="0" colspan="3">
0024     <widget class="QCheckBox" name="showPlotName">
0025      <property name="text">
0026       <string>Show the plot name</string>
0027      </property>
0028     </widget>
0029    </item>
0030    <item row="4" column="0" colspan="3">
0031     <widget class="QCheckBox" name="showExtrema">
0032      <property name="text">
0033       <string>Show extrema (minimum/maximum points)</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="6" column="0">
0038     <spacer>
0039      <property name="orientation">
0040       <enum>Qt::Vertical</enum>
0041      </property>
0042      <property name="sizeHint" stdset="0">
0043       <size>
0044        <width>106</width>
0045        <height>61</height>
0046       </size>
0047      </property>
0048     </spacer>
0049    </item>
0050    <item row="3" column="0" colspan="3">
0051     <widget class="QCheckBox" name="showTangentField">
0052      <property name="text">
0053       <string>Show the tangent field:</string>
0054      </property>
0055     </widget>
0056    </item>
0057    <item row="2" column="2">
0058     <widget class="KGradientButton" name="gradientButton">
0059      <property name="enabled">
0060       <bool>false</bool>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="2" column="0" colspan="2">
0065     <widget class="QCheckBox" name="useGradient">
0066      <property name="text">
0067       <string>Use a gradient for parameters:</string>
0068      </property>
0069     </widget>
0070    </item>
0071    <item row="1" column="0">
0072     <widget class="QLabel" name="label_2">
0073      <property name="text">
0074       <string>Line style:</string>
0075      </property>
0076      <property name="alignment">
0077       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="1" column="1" colspan="2">
0082     <widget class="QComboBox" name="lineStyle"/>
0083    </item>
0084    <item row="0" column="0">
0085     <widget class="QLabel" name="label">
0086      <property name="text">
0087       <string>Line width:</string>
0088      </property>
0089      <property name="alignment">
0090       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0091      </property>
0092      <property name="buddy">
0093       <cstring>lineStyle</cstring>
0094      </property>
0095     </widget>
0096    </item>
0097    <item row="0" column="1" colspan="2">
0098     <widget class="QDoubleSpinBox" name="lineWidth">
0099      <property name="alignment">
0100       <set>Qt::AlignRight</set>
0101      </property>
0102      <property name="suffix">
0103       <string> mm</string>
0104      </property>
0105      <property name="decimals">
0106       <number>1</number>
0107      </property>
0108      <property name="minimum">
0109       <double>0.100000000000000</double>
0110      </property>
0111      <property name="singleStep">
0112       <double>0.100000000000000</double>
0113      </property>
0114     </widget>
0115    </item>
0116   </layout>
0117  </widget>
0118  <customwidgets>
0119   <customwidget>
0120    <class>KGradientButton</class>
0121    <extends>QPushButton</extends>
0122    <header>kgradientdialog.h</header>
0123   </customwidget>
0124  </customwidgets>
0125  <tabstops>
0126   <tabstop>lineStyle</tabstop>
0127   <tabstop>lineWidth</tabstop>
0128  </tabstops>
0129  <resources/>
0130  <connections>
0131   <connection>
0132    <sender>useGradient</sender>
0133    <signal>toggled(bool)</signal>
0134    <receiver>gradientButton</receiver>
0135    <slot>setEnabled(bool)</slot>
0136    <hints>
0137     <hint type="sourcelabel">
0138      <x>177</x>
0139      <y>91</y>
0140     </hint>
0141     <hint type="destinationlabel">
0142      <x>323</x>
0143      <y>94</y>
0144     </hint>
0145    </hints>
0146   </connection>
0147  </connections>
0148 </ui>