76f17e6de1
* Models and Delegates for Clients and Desktops * Horizontal, vertical and tabular layout * Layout of one item can be configured by an XML definition * A desktop item can include a client list * An optional second list view showing only the selected item * A new KCM "kwintabbox" * An alternative TabBox with independent settings and keybindings * Optional Highlight Windows effect integration * List scrolls instead of removing items * Scroll wheel support * Cursor key support * Middle click on item closes window BUG: 195745 BUG: 197187 BUG: 201103 FEATURE: 118184 FEATURE: 156723 FEATURE: 177441 FEATURE: 182897 FEATURE: 193882 GUI: svn path=/trunk/KDE/kdebase/workspace/; revision=1022861
53 lines
No EOL
2.5 KiB
XML
53 lines
No EOL
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<tabbox_layouts>
|
|
<layout name="Default" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
|
<row>
|
|
<element type="2" icon_size="32.0" width="40.0" row_span="true" />
|
|
<element type="0" stretch="true" small="false" bold="true" italic="false" italic_minimized="true" prefix_minimized="(" suffix_minimized=")" horizontal_alignment="center" />
|
|
</row>
|
|
<row>
|
|
<element type="3" width="40.0" />
|
|
<element type="1" stretch="true" small="true" italic="true" horizontal_alignment="center" />
|
|
</row>
|
|
</layout>
|
|
<layout name="Compact" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
|
<row>
|
|
<element type="2" icon_size="16.0" width="24.0" />
|
|
<element type="0" stretch="true" bold="true" italic_minimized="true" prefix_minimized="(" suffix_minimized=")" horizontal_alignment="left" vertical_alignment="bottom" small="true" />
|
|
</row>
|
|
</layout>
|
|
<layout name="Small Icons" highlight_selected_icon="true" grayscale_deselected_icon="false">
|
|
<row>
|
|
<element type="2" icon_size="16.0" width="20.0"/>
|
|
</row>
|
|
</layout>
|
|
<layout name="Big Icons" highlight_selected_icon="true" grayscale_deselected_icon="false">
|
|
<row>
|
|
<element type="2" icon_size="64.0" width="80.0"/>
|
|
</row>
|
|
</layout>
|
|
<layout name="Text" highlight_selected_icon="false" grayscale_deselected_icon="false">
|
|
<row>
|
|
<element type="0" stretch="true" italic_minimized="false" horizontal_alignment="center" />
|
|
</row>
|
|
</layout>
|
|
<layout name="Desktop" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
|
<row>
|
|
<element type="2" icon_size="32.0" width="40.0" row_span="true" />
|
|
<element type="1" stretch="true" bold="true" horizontal_alignment="left" />
|
|
</row>
|
|
<row>
|
|
<element type="3" width="40.0" />
|
|
<element type="4" stretch="true" layout_mode="horizontal" layout_name="Small Icons"/>
|
|
</row>
|
|
</layout>
|
|
<layout name="Desktop Informative" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
|
<row>
|
|
<element type="2" icon_size="32.0" width="40.0" row_span="false" />
|
|
<element type="1" stretch="true" bold="true" horizontal_alignment="center" />
|
|
</row>
|
|
<row>
|
|
<element type="4" stretch="true" layout_mode="vertical" layout_name="Compact"/>
|
|
</row>
|
|
</layout>
|
|
</tabbox_layouts> |