Warning, /plasma/wacomtablet/src/kcmodule/kcmwacomtabletwidget.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>KCMWacomTabletWidget</class>
0004  <widget class="QWidget" name="KCMWacomTabletWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>646</width>
0010     <height>522</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Graphic Tablet Settings</string>
0015   </property>
0016   <property name="locale">
0017    <locale language="English" country="UnitedKingdom"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QFormLayout" name="formLayout">
0022      <item row="0" column="0">
0023       <widget class="QLabel" name="tabletListLabel">
0024        <property name="text">
0025         <string>&amp;Select Tablet:</string>
0026        </property>
0027        <property name="buddy">
0028         <cstring>tabletListSelector</cstring>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QComboBox" name="tabletListSelector">
0034        <property name="sizePolicy">
0035         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0036          <horstretch>0</horstretch>
0037          <verstretch>0</verstretch>
0038         </sizepolicy>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="1" column="0">
0043       <widget class="QLabel" name="profileLabel">
0044        <property name="text">
0045         <string>Select &amp;Profile:</string>
0046        </property>
0047        <property name="buddy">
0048         <cstring>profileSelector</cstring>
0049        </property>
0050       </widget>
0051      </item>
0052      <item row="1" column="1">
0053       <layout class="QHBoxLayout" name="profileLayout">
0054        <item>
0055         <widget class="QComboBox" name="profileSelector">
0056          <property name="sizePolicy">
0057           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0058            <horstretch>0</horstretch>
0059            <verstretch>0</verstretch>
0060           </sizepolicy>
0061          </property>
0062         </widget>
0063        </item>
0064        <item>
0065         <widget class="KAnimatedButton" name="addProfileButton">
0066          <property name="toolTip">
0067           <string>Creates a new default profile</string>
0068          </property>
0069          <property name="text">
0070           <string/>
0071          </property>
0072          <property name="toolButtonStyle">
0073           <enum>Qt::ToolButtonIconOnly</enum>
0074          </property>
0075          <property name="animationPath" stdset="0">
0076           <string notr="true">document-new</string>
0077          </property>
0078         </widget>
0079        </item>
0080        <item>
0081         <widget class="KAnimatedButton" name="delProfileButton">
0082          <property name="toolTip">
0083           <string>Deletes the current profile</string>
0084          </property>
0085          <property name="animationPath" stdset="0">
0086           <string notr="true">edit-delete-page</string>
0087          </property>
0088         </widget>
0089        </item>
0090       </layout>
0091      </item>
0092     </layout>
0093    </item>
0094    <item>
0095     <widget class="QTabWidget" name="deviceTabWidget">
0096      <property name="documentMode">
0097       <bool>true</bool>
0098      </property>
0099     </widget>
0100    </item>
0101   </layout>
0102  </widget>
0103  <customwidgets>
0104   <customwidget>
0105    <class>KAnimatedButton</class>
0106    <extends>QToolButton</extends>
0107    <header>kanimatedbutton.h</header>
0108   </customwidget>
0109  </customwidgets>
0110  <tabstops>
0111   <tabstop>profileSelector</tabstop>
0112   <tabstop>addProfileButton</tabstop>
0113   <tabstop>delProfileButton</tabstop>
0114   <tabstop>deviceTabWidget</tabstop>
0115  </tabstops>
0116  <resources/>
0117  <connections/>
0118 </ui>