kde-workspace/kcontrol/desktoptheme/DesktopTheme.ui
Ivailo Monev a62e897f42 kcontrol: drop support for changing theme details
was coded around assumptions that clock and menu applets use custom
backgrounds and such - now that I've rewritten some applets that is no
longer the case

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-21 00:15:22 +03:00

35 lines
826 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DesktopTheme</class>
<widget class="QWidget" name="DesktopTheme">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>669</width>
<height>460</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QListView" name="m_theme"/>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>462</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
</customwidgets>
<connections/>
</ui>