]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistheader.h
GIT_SILENT Sync po/docbooks with svn
[dolphin.git] / src / kitemviews / kitemlistheader.h
index 04519f12c700b96dad3dca54e0255ba2c09dee2c..d84832dab63a608bf9b7631afa2e68f947b2967b 100644 (file)
@@ -59,14 +59,15 @@ public:
     qreal preferredColumnWidth(const QByteArray &role) const;
 
     /**
-     * Sets the width of the column *before* the first column.
+     * Sets the widths of the columns *before* the first column and *after* the last column.
      * This is intended to facilitate an empty region for deselection in the main viewport.
      */
-    void setSidePadding(qreal width);
-    qreal sidePadding() const;
+    void setSidePadding(qreal leftPaddingWidth, qreal rightPaddingWidth);
+    qreal leftPadding() const;
+    qreal rightPadding() const;
 
 Q_SIGNALS:
-    void sidePaddingChanged(qreal width);
+    void sidePaddingChanged(qreal leftPaddingWidth, qreal rightPaddingWidth);
 
     /**
      * Is emitted if the width of a column has been adjusted by the user with the mouse