From 988b3d4ccda0fdf6599a9ffbee9ea988b3426ab5 Mon Sep 17 00:00:00 2001 From: Lucas Murray Date: Mon, 16 Nov 2009 12:21:06 +0000 Subject: [PATCH] Add description text to the tabbox KCM to help let the user know that both tabs are actually different. svn path=/trunk/KDE/kdebase/workspace/; revision=1050021 --- kcmkwin/kwintabbox/main.cpp | 2 ++ kcmkwin/kwintabbox/main.ui | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp index a83d67e686..8367e7e3c4 100644 --- a/kcmkwin/kwintabbox/main.cpp +++ b/kcmkwin/kwintabbox/main.cpp @@ -60,6 +60,8 @@ KWinTabBoxConfig::KWinTabBoxConfig( QWidget* parent, const QVariantList& args ) KTabWidget* tabWidget = new KTabWidget( this ); m_primaryTabBoxUi = new KWinTabBoxConfigForm( tabWidget ); m_alternativeTabBoxUi = new KWinTabBoxConfigForm( tabWidget ); + m_alternativeTabBoxUi->description->setText( + i18n( "These settings are used by the \"Walk Through Windows Alternative\" actions." )); tabWidget->addTab( m_primaryTabBoxUi, i18n("Main") ); tabWidget->addTab( m_alternativeTabBoxUi, i18n("Alternative") ); QVBoxLayout* layout = new QVBoxLayout( this ); diff --git a/kcmkwin/kwintabbox/main.ui b/kcmkwin/kwintabbox/main.ui index c1d0f2cd9a..82fc0d8c57 100644 --- a/kcmkwin/kwintabbox/main.ui +++ b/kcmkwin/kwintabbox/main.ui @@ -6,11 +6,18 @@ 0 0 - 415 - 279 + 445 + 288 + + + + These settings are used by the "Walk Through Windows" actions. + + + @@ -198,6 +205,11 @@ + + KTitleWidget + QWidget +
ktitlewidget.h
+
KPushButton QPushButton