Warning, /plasma/wacomtablet/src/kcmodule/generalpagewidget.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>GeneralPageWidget</class> 0004 <widget class="QWidget" name="GeneralPageWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>787</width> 0010 <height>807</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>General Hardware Overview</string> 0015 </property> 0016 <property name="locale"> 0017 <locale language="English" country="UnitedKingdom"/> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout_3"> 0020 <item> 0021 <widget class="QGroupBox" name="profileRotationBox"> 0022 <property name="sizePolicy"> 0023 <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> 0024 <horstretch>0</horstretch> 0025 <verstretch>0</verstretch> 0026 </sizepolicy> 0027 </property> 0028 <property name="minimumSize"> 0029 <size> 0030 <width>0</width> 0031 <height>100</height> 0032 </size> 0033 </property> 0034 <property name="title"> 0035 <string>Profile rotation</string> 0036 </property> 0037 <layout class="QHBoxLayout" name="horizontalLayout"> 0038 <item> 0039 <widget class="QListWidget" name="lwRotationList"> 0040 <property name="maximumSize"> 0041 <size> 0042 <width>16777215</width> 0043 <height>16777215</height> 0044 </size> 0045 </property> 0046 <property name="editTriggers"> 0047 <set>QAbstractItemView::NoEditTriggers</set> 0048 </property> 0049 <property name="showDropIndicator" stdset="0"> 0050 <bool>false</bool> 0051 </property> 0052 <property name="alternatingRowColors"> 0053 <bool>true</bool> 0054 </property> 0055 <property name="sortingEnabled"> 0056 <bool>false</bool> 0057 </property> 0058 </widget> 0059 </item> 0060 <item> 0061 <layout class="QVBoxLayout" name="verticalLayout_2"> 0062 <item> 0063 <spacer name="verticalSpacer_2"> 0064 <property name="orientation"> 0065 <enum>Qt::Vertical</enum> 0066 </property> 0067 <property name="sizeHint" stdset="0"> 0068 <size> 0069 <width>20</width> 0070 <height>40</height> 0071 </size> 0072 </property> 0073 </spacer> 0074 </item> 0075 <item> 0076 <layout class="QGridLayout" name="gridLayout"> 0077 <item row="1" column="0"> 0078 <widget class="QPushButton" name="pbDown"> 0079 <property name="text"> 0080 <string>Down</string> 0081 </property> 0082 </widget> 0083 </item> 0084 <item row="1" column="1"> 0085 <widget class="QPushButton" name="pbRemoveFromRotationList"> 0086 <property name="text"> 0087 <string>Remove</string> 0088 </property> 0089 </widget> 0090 </item> 0091 <item row="0" column="1"> 0092 <widget class="QPushButton" name="pbAddToRotationList"> 0093 <property name="text"> 0094 <string>Add</string> 0095 </property> 0096 </widget> 0097 </item> 0098 <item row="0" column="0"> 0099 <widget class="QPushButton" name="pbUp"> 0100 <property name="text"> 0101 <string>Up</string> 0102 </property> 0103 </widget> 0104 </item> 0105 </layout> 0106 </item> 0107 <item> 0108 <spacer name="verticalSpacer"> 0109 <property name="orientation"> 0110 <enum>Qt::Vertical</enum> 0111 </property> 0112 <property name="sizeHint" stdset="0"> 0113 <size> 0114 <width>20</width> 0115 <height>40</height> 0116 </size> 0117 </property> 0118 </spacer> 0119 </item> 0120 </layout> 0121 </item> 0122 </layout> 0123 </widget> 0124 </item> 0125 <item> 0126 <widget class="QGroupBox" name="shortcutGroupBox"> 0127 <property name="sizePolicy"> 0128 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> 0129 <horstretch>0</horstretch> 0130 <verstretch>0</verstretch> 0131 </sizepolicy> 0132 </property> 0133 <property name="minimumSize"> 0134 <size> 0135 <width>0</width> 0136 <height>200</height> 0137 </size> 0138 </property> 0139 <property name="title"> 0140 <string>Shortcuts</string> 0141 </property> 0142 <layout class="QVBoxLayout" name="verticalLayout"/> 0143 </widget> 0144 </item> 0145 </layout> 0146 </widget> 0147 <resources/> 0148 <connections> 0149 <connection> 0150 <sender>pbAddToRotationList</sender> 0151 <signal>clicked()</signal> 0152 <receiver>GeneralPageWidget</receiver> 0153 <slot>profileAdd()</slot> 0154 <hints> 0155 <hint type="sourcelabel"> 0156 <x>655</x> 0157 <y>256</y> 0158 </hint> 0159 <hint type="destinationlabel"> 0160 <x>748</x> 0161 <y>251</y> 0162 </hint> 0163 </hints> 0164 </connection> 0165 <connection> 0166 <sender>pbDown</sender> 0167 <signal>clicked()</signal> 0168 <receiver>GeneralPageWidget</receiver> 0169 <slot>profileDown()</slot> 0170 <hints> 0171 <hint type="sourcelabel"> 0172 <x>583</x> 0173 <y>300</y> 0174 </hint> 0175 <hint type="destinationlabel"> 0176 <x>788</x> 0177 <y>303</y> 0178 </hint> 0179 </hints> 0180 </connection> 0181 <connection> 0182 <sender>pbRemoveFromRotationList</sender> 0183 <signal>clicked()</signal> 0184 <receiver>GeneralPageWidget</receiver> 0185 <slot>profileRemove()</slot> 0186 <hints> 0187 <hint type="sourcelabel"> 0188 <x>666</x> 0189 <y>290</y> 0190 </hint> 0191 <hint type="destinationlabel"> 0192 <x>799</x> 0193 <y>290</y> 0194 </hint> 0195 </hints> 0196 </connection> 0197 <connection> 0198 <sender>pbUp</sender> 0199 <signal>clicked()</signal> 0200 <receiver>GeneralPageWidget</receiver> 0201 <slot>profileUp()</slot> 0202 <hints> 0203 <hint type="sourcelabel"> 0204 <x>557</x> 0205 <y>270</y> 0206 </hint> 0207 <hint type="destinationlabel"> 0208 <x>749</x> 0209 <y>269</y> 0210 </hint> 0211 </hints> 0212 </connection> 0213 </connections> 0214 <slots> 0215 <slot>profileChanged()</slot> 0216 <slot>profileUp()</slot> 0217 <slot>profileDown()</slot> 0218 <slot>profileRemove()</slot> 0219 <slot>profileAdd()</slot> 0220 </slots> 0221 </ui>