Warning, /plasma/wacomtablet/src/kcmodule/pressurecurvedialog.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>PressureCurveDialog</class>
0004  <widget class="QDialog" name="PressureCurveDialog">
0005   <property name="windowModality">
0006    <enum>Qt::NonModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>446</width>
0013     <height>512</height>
0014    </rect>
0015   </property>
0016   <property name="sizePolicy">
0017    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0018     <horstretch>0</horstretch>
0019     <verstretch>0</verstretch>
0020    </sizepolicy>
0021   </property>
0022   <property name="windowTitle">
0023    <string>Press Curve Settings</string>
0024   </property>
0025   <property name="locale">
0026    <locale language="English" country="UnitedKingdom"/>
0027   </property>
0028   <property name="sizeGripEnabled">
0029    <bool>false</bool>
0030   </property>
0031   <layout class="QVBoxLayout" name="verticalLayout">
0032    <item>
0033     <widget class="QLabel" name="explaining_Label">
0034      <property name="text">
0035       <string>The presscurve defines how the pen press is handled.
0036 Drag around the dots to change the behavior
0037 Use the stylus inside the Widget to see the pressure changes.</string>
0038      </property>
0039      <property name="scaledContents">
0040       <bool>false</bool>
0041      </property>
0042      <property name="wordWrap">
0043       <bool>true</bool>
0044      </property>
0045     </widget>
0046    </item>
0047    <item>
0048     <layout class="QHBoxLayout" name="horizontalLayout_2">
0049      <item>
0050       <spacer name="horizontalSpacer_2">
0051        <property name="orientation">
0052         <enum>Qt::Horizontal</enum>
0053        </property>
0054        <property name="sizeHint" stdset="0">
0055         <size>
0056          <width>40</width>
0057          <height>20</height>
0058         </size>
0059        </property>
0060       </spacer>
0061      </item>
0062      <item>
0063       <widget class="Wacom::PressureCurveWidget" name="pc_Widget" native="true">
0064        <property name="sizePolicy">
0065         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0066          <horstretch>0</horstretch>
0067          <verstretch>0</verstretch>
0068         </sizepolicy>
0069        </property>
0070        <property name="minimumSize">
0071         <size>
0072          <width>300</width>
0073          <height>300</height>
0074         </size>
0075        </property>
0076        <property name="maximumSize">
0077         <size>
0078          <width>300</width>
0079          <height>300</height>
0080         </size>
0081        </property>
0082       </widget>
0083      </item>
0084      <item>
0085       <spacer name="horizontalSpacer_3">
0086        <property name="orientation">
0087         <enum>Qt::Horizontal</enum>
0088        </property>
0089        <property name="sizeHint" stdset="0">
0090         <size>
0091          <width>40</width>
0092          <height>20</height>
0093         </size>
0094        </property>
0095       </spacer>
0096      </item>
0097     </layout>
0098    </item>
0099    <item>
0100     <layout class="QHBoxLayout" name="horizontalLayout">
0101      <item>
0102       <widget class="QLabel" name="pc_Label">
0103        <property name="text">
0104         <string>Current Presscurve:</string>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <widget class="QLabel" name="pc_Values">
0110        <property name="text">
0111         <string/>
0112        </property>
0113       </widget>
0114      </item>
0115      <item>
0116       <spacer name="horizontalSpacer">
0117        <property name="orientation">
0118         <enum>Qt::Horizontal</enum>
0119        </property>
0120        <property name="sizeHint" stdset="0">
0121         <size>
0122          <width>40</width>
0123          <height>20</height>
0124         </size>
0125        </property>
0126       </spacer>
0127      </item>
0128     </layout>
0129    </item>
0130    <item>
0131     <widget class="QDialogButtonBox" name="buttonBox">
0132      <property name="standardButtons">
0133       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0134      </property>
0135     </widget>
0136    </item>
0137   </layout>
0138  </widget>
0139  <customwidgets>
0140   <customwidget>
0141    <class>Wacom::PressureCurveWidget</class>
0142    <extends>QWidget</extends>
0143    <header>pressurecurvewidget.h</header>
0144    <container>1</container>
0145   </customwidget>
0146  </customwidgets>
0147  <resources/>
0148  <connections>
0149   <connection>
0150    <sender>buttonBox</sender>
0151    <signal>rejected()</signal>
0152    <receiver>PressureCurveDialog</receiver>
0153    <slot>reject()</slot>
0154    <hints>
0155     <hint type="sourcelabel">
0156      <x>236</x>
0157      <y>453</y>
0158     </hint>
0159     <hint type="destinationlabel">
0160      <x>249</x>
0161      <y>427</y>
0162     </hint>
0163    </hints>
0164   </connection>
0165   <connection>
0166    <sender>buttonBox</sender>
0167    <signal>accepted()</signal>
0168    <receiver>PressureCurveDialog</receiver>
0169    <slot>accept()</slot>
0170    <hints>
0171     <hint type="sourcelabel">
0172      <x>114</x>
0173      <y>443</y>
0174     </hint>
0175     <hint type="destinationlabel">
0176      <x>94</x>
0177      <y>429</y>
0178     </hint>
0179    </hints>
0180   </connection>
0181  </connections>
0182 </ui>