]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistheader.h
port to KIO::createDefaultJobUiDelegate
[dolphin.git] / src / kitemviews / kitemlistheader.h
index e8cfc420aaa7939e658b831f0dc85b76284e0ced..66223f0c7e32076ff3c75f4d3bd5e6f6eecb3d74 100644 (file)
@@ -58,7 +58,16 @@ public:
      */
     qreal preferredColumnWidth(const QByteArray& role) const;
 
-signals:
+    /**
+     * Sets the width of the column *before* the first column.
+     * This is intended to facilitate an empty region for deselection in the main viewport.
+     */
+    void setSidePadding(qreal width);
+    qreal sidePadding() const;
+
+Q_SIGNALS:
+    void sidePaddingChanged(qreal width);
+
     /**
      * Is emitted if the width of a column has been adjusted by the user with the mouse
      * (no signal is emitted if KItemListHeader::setColumnWidth() is invoked).