mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
168 lines
4.9 KiB
XML
168 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>pagerConfig</class>
|
|
<widget class="QWidget" name="pagerConfig">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>342</width>
|
|
<height>251</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Configure Pager</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QGroupBox" name="appearenceGroupBox">
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="displayLabel">
|
|
<property name="text">
|
|
<string>Display text:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="desktopNumberRadioButton">
|
|
<property name="text">
|
|
<string>Desktop number</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupText</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="desktopNameRadioButton">
|
|
<property name="text">
|
|
<string>Desktop name</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupText</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="displayNoneRadioButton">
|
|
<property name="text">
|
|
<string>No text</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupText</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Display icons:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>showWindowIconsCheckBox</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" colspan="2">
|
|
<widget class="QCheckBox" name="showWindowIconsCheckBox">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="currentLabel">
|
|
<property name="text">
|
|
<string>Selecting current desktop:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="doNothingRadioButton">
|
|
<property name="text">
|
|
<string>Does nothing</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupAction</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="showDesktopRadioButton">
|
|
<property name="text">
|
|
<string>Shows desktop</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupAction</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1" colspan="2">
|
|
<widget class="QRadioButton" name="showDashboardRadioButton">
|
|
<property name="text">
|
|
<string>Shows the dashboard</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string>buttonGroupAction</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>desktopNumberRadioButton</tabstop>
|
|
<tabstop>desktopNameRadioButton</tabstop>
|
|
<tabstop>displayNoneRadioButton</tabstop>
|
|
<tabstop>showWindowIconsCheckBox</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
<buttongroups>
|
|
<buttongroup name="buttonGroupAction"/>
|
|
<buttongroup name="buttonGroupText"/>
|
|
</buttongroups>
|
|
</ui>
|