Brooklyn/plasma/kcms/activities/ui/SwitchingTabBase.ui
2022-04-02 18:24:21 +05:00

73 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SwitchingTabBase</class>
<widget class="QWidget" name="SwitchingTabBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>500</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QFormLayout" name="formLayout">
<property name="formAlignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<item row="0" column="1">
<widget class="QCheckBox" name="kcfg_virtualDesktopSwitchEnabled">
<property name="text">
<string>Remember for each activity (needs restart)</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Current virtual desktop:</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_1">
<property name="text">
<string>Shortcuts:</string>
</property>
</widget>
</item>
<item>
<widget class="KShortcutsEditor" name="scActivities"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KShortcutsEditor</class>
<extends>QWidget</extends>
<header>kshortcutseditor.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>