+ qreal preferredColumnWidth(const QByteArray &role) const;
+
+ /**
+ * 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;