From 2cc6752c15371d87a0c8cf774515b0b44fc768d9 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 16 Apr 2022 21:53:46 +0300 Subject: KMix: ported settings to TDEConfigXT/Designer This commit includes an improved Preferences dialog for KMix. It also exposes some previously hidden options and features, some of which experimental (build-time option, off by default). It also includes some minor UI improvements. Signed-off-by: Mavridis Philippe --- kmix/behaviorconfig.ui | 157 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 kmix/behaviorconfig.ui (limited to 'kmix/behaviorconfig.ui') diff --git a/kmix/behaviorconfig.ui b/kmix/behaviorconfig.ui new file mode 100644 index 00000000..c448735f --- /dev/null +++ b/kmix/behaviorconfig.ui @@ -0,0 +1,157 @@ + +KMixBehaviorConfig + + + KMixBehaviorConfig + + + + 0 + 0 + 659 + 345 + + + + Behavior + + + + unnamed + + + + kcfg_starttdeRestore + + + Automatically start mixer when you &login + + + true + + + + + kcfg_AllowDocking + + + Enable system &tray icon + + + true + + + + + grpSystray + + + System Tray + + + + unnamed + + + + spacer1_2 + + + Horizontal + + + Fixed + + + + 20 + 20 + + + + + + kcfg_TrayVolumeControl + + + Enable system tray volume &slider + + + true + + + + + layout1 + + + + unnamed + + + + kcfg_DockIconMuting + + + &Middle click on system tray icon toggles muting + + + false + + + + + kcfg_Visible + + + Show mixer window when starting KMix + + + false + + + + + + + + + spacer3 + + + Vertical + + + Expanding + + + + 20 + 161 + + + + + + + + kcfg_TrayVolumeControl + toggled(bool) + kcfg_DockIconMuting + setEnabled(bool) + + + kcfg_TrayVolumeControl + toggled(bool) + kcfg_Visible + setEnabled(bool) + + + kcfg_AllowDocking + toggled(bool) + grpSystray + setEnabled(bool) + + + + -- cgit v1.2.1