this, SLOT(setZoomLevel(int)));
connect(controller->dolphinView(), SIGNAL(additionalInfoChanged()),
this, SLOT(updateColumnVisibility()));
+ connect(controller, SIGNAL(activationChanged(bool)),
+ this, SLOT(slotActivationChanged(bool)));
if (settings->useSystemFont()) {
m_font = KGlobalSettings::generalFont();
}
}
+void DolphinDetailsView::slotActivationChanged(bool active)
+{
+ setAlternatingRowColors(active);
+}
+
void DolphinDetailsView::disableAutoResizing()
{
m_autoResize = false;
* with the mouse.
*/
void slotHeaderSectionResized(int logicalIndex, int oldSize, int newSize);
+
+ /**
+ * Changes the alternating row colors setting depending from
+ * the activation state \a active.
+ */
+ void slotActivationChanged(bool active);
/**
* Disables the automatical resizing of the columns. Per default all columns