diff options
Diffstat (limited to 'src/statusbar/dolphinstatusbar.cpp')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index 0feaa119b..41c787eaa 100644 --- a/src/statusbar/dolphinstatusbar.cpp +++ b/src/statusbar/dolphinstatusbar.cpp @@ -131,6 +131,15 @@ DolphinStatusBar::DolphinStatusBar(QWidget* parent) : topLayout->addWidget(m_progressBar); setExtensionsVisible(true); + setWhatsThis(xi18nc("@info:whatsthis Statusbar", "<para>This is " + "the <emphasis>Statusbar</emphasis>. It contains three elements " + "by default (left to right):<list><item>A <emphasis>text field" + "</emphasis> that displays the size of selected items. If only " + "one item is selected the name and type is shown as well.</item>" + "<item>A <emphasis>zoom slider</emphasis> that allows you " + "to adjust the size of the icons in the view.</item>" + "<item><emphasis>Space information</emphasis> about the " + "current storage device.</item></list></para>")); } DolphinStatusBar::~DolphinStatusBar() |
