<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>KWinDecorationConfigForm</class> <widget class="QWidget" name="KWinDecorationConfigForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>188</width> <height>38</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="borderLabel"> <property name="text"> <string>B&order size:</string> </property> <property name="buddy"> <cstring>bordersCombo</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="KComboBox" name="bordersCombo"> <property name="whatsThis"> <string>Use this combobox to change the border size of the decoration.</string> </property> </widget> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>KComboBox</class> <extends>QComboBox</extends> <header>kcombobox.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>