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.
45 lines
1.1 KiB
45 lines
1.1 KiB
<ui version="4.0" > |
|
<class>KWin::LookingGlassEffectConfigForm</class> |
|
<widget class="QWidget" name="KWin::LookingGlassEffectConfigForm" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>300</height> |
|
</rect> |
|
</property> |
|
<layout class="QGridLayout" > |
|
<item row="0" column="0" > |
|
<widget class="QLabel" name="label" > |
|
<property name="text" > |
|
<string>&Radius</string> |
|
</property> |
|
<property name="buddy" > |
|
<cstring>radiusSpin</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1" > |
|
<widget class="QSpinBox" name="radiusSpin" > |
|
<property name="maximum" > |
|
<number>500</number> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="0" colspan="2" > |
|
<widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" /> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KWin::GlobalShortcutsEditor</class> |
|
<extends>QWidget</extends> |
|
<header location="global" >kwineffects.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|