You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.2 KiB
86 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>Module</class> |
|
<widget class="QWidget" name="Module"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>484</width> |
|
<height>300</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>KWin script configuration</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout2"> |
|
<item> |
|
<widget class="KPluginSelector" name="scriptSelector" native="true"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="focusPolicy"> |
|
<enum>Qt::WheelFocus</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<widget class="QPushButton" name="importScriptButton"> |
|
<property name="text"> |
|
<string>Import KWin script...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="KPushButton" name="ghnsButton"> |
|
<property name="text"> |
|
<string>Get New Script...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KPushButton</class> |
|
<extends>QPushButton</extends> |
|
<header>kpushbutton.h</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>KPluginSelector</class> |
|
<extends>QWidget</extends> |
|
<header>kpluginselector.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|