topLayout->addWidget(m_progressTextLabel);
topLayout->addWidget(m_progressBar);
+ setVisible(GeneralSettings::showStatusBar());
setExtensionsVisible(true);
setWhatsThis(xi18nc("@info:whatsthis Statusbar", "<para>This is "
"the <emphasis>Statusbar</emphasis>. It contains three elements "
void DolphinStatusBar::readSettings()
{
+ setVisible(GeneralSettings::showStatusBar());
setExtensionsVisible(true);
}
showSpaceInfo = GeneralSettings::showSpaceInfo();
showZoomSlider = GeneralSettings::showZoomSlider();
}
+
m_spaceInfo->setShown(showSpaceInfo);
m_spaceInfo->setVisible(showSpaceInfo);
m_zoomSlider->setVisible(showZoomSlider);