config.ui: add scrolling configuration
This commit is contained in:
@@ -254,7 +254,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item row="14" column="1">
|
<item row="14" column="1">
|
||||||
<spacer name="separator_layering">
|
<spacer name="separator_scrolling">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
@@ -270,20 +270,58 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="15" column="0">
|
<item row="15" column="0">
|
||||||
|
<widget class="QLabel" name="label_scrolling">
|
||||||
|
<property name="text">
|
||||||
|
<string>Scrolling mode:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="15" column="1">
|
||||||
|
<widget class="QRadioButton" name="kcfg_scrollingLazy">
|
||||||
|
<property name="text">
|
||||||
|
<string>Only scroll if necessary</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="16" column="1">
|
||||||
|
<widget class="QRadioButton" name="kcfg_scrollingCentered">
|
||||||
|
<property name="text">
|
||||||
|
<string>Keep focused column at the center of the screen</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item row="17" column="1">
|
||||||
|
<spacer name="separator_layering">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>12</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item row="18" column="0">
|
||||||
<widget class="QLabel" name="label_layering">
|
<widget class="QLabel" name="label_layering">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Layering mode:</string>
|
<string>Layering mode:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="15" column="1">
|
<item row="18" column="1">
|
||||||
<widget class="QRadioButton" name="kcfg_tiledKeepBelow">
|
<widget class="QRadioButton" name="kcfg_tiledKeepBelow">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Keep tiled windows below</string>
|
<string>Keep tiled windows below</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="16" column="1">
|
<item row="19" column="1">
|
||||||
<widget class="QRadioButton" name="kcfg_floatingKeepAbove">
|
<widget class="QRadioButton" name="kcfg_floatingKeepAbove">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Keep floating windows above</string>
|
<string>Keep floating windows above</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user