From ca0d0bb322925e2119f13f76d8e9643d24cbf3e0 Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Thu, 26 May 2022 08:31:12 +0000 Subject: Change wording "Leading Column Padding" to "Side Padding" Since it actually adds padding on both left and right sides, "Side Padding" might be more accurate. This change is also propagated to variable and method names. BUG: 453172 --- src/kitemviews/kitemlistheader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kitemviews/kitemlistheader.h') diff --git a/src/kitemviews/kitemlistheader.h b/src/kitemviews/kitemlistheader.h index e2653e41e..66223f0c7 100644 --- a/src/kitemviews/kitemlistheader.h +++ b/src/kitemviews/kitemlistheader.h @@ -62,11 +62,11 @@ public: * 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 setLeadingPadding(qreal width); - qreal leadingPadding() const; + void setSidePadding(qreal width); + qreal sidePadding() const; Q_SIGNALS: - void leadingPaddingChanged(qreal width); + void sidePaddingChanged(qreal width); /** * Is emitted if the width of a column has been adjusted by the user with the mouse -- cgit v1.3