kde-workspace/plasma/applets/notifications/contents/ui/config.ui
Ivailo Monev 936c69c827 generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:19:24 +03:00

68 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>feedsConfig</class>
<widget class="QWidget" name="feedsConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>337</width>
<height>181</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&amp;Application notifications:</string>
</property>
<property name="buddy">
<cstring>kcfg_ShowNotifications</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="kcfg_ShowNotifications">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>&amp;File transfers and jobs:</string>
</property>
<property name="buddy">
<cstring>kcfg_ShowJobs</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="kcfg_ShowJobs">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Choose which information to show</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>kcfg_ShowNotifications</tabstop>
<tabstop>kcfg_ShowJobs</tabstop>
</tabstops>
<connections/>
</ui>