summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayout.h
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2021-05-07 11:38:24 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2021-05-10 08:24:13 +0000
commit4d4eb11fe340bf0b3a1ce0caae62d9319bf941cf (patch)
treef2c13d3ae331063ae79e5a2777f5ae2a441dfaf6 /src/widgets/kernel/qlayout.h
parent036c13a0f48ea964da36c6ac01b379d9aa52fdc1 (diff)
Improve handling of minimumHeightForWidth()
This also aligns the implementation with QWidgetItem::heightForWidth() Fixes: QTBUG-92599 Pick-to: 5.15 6.1 Change-Id: I0de68c61ec37a16a8c338575d07ff9e8168a0b98 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/widgets/kernel/qlayout.h')
-rw-r--r--src/widgets/kernel/qlayout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/kernel/qlayout.h b/src/widgets/kernel/qlayout.h
index 5fd2aa2d63..d290657945 100644
--- a/src/widgets/kernel/qlayout.h
+++ b/src/widgets/kernel/qlayout.h
@@ -127,6 +127,7 @@ public:
virtual QLayoutItem *replaceWidget(QWidget *from, QWidget *to,
Qt::FindChildOptions options = Qt::FindChildrenRecursively);
+ int totalMinimumHeightForWidth(int w) const;
int totalHeightForWidth(int w) const;
QSize totalMinimumSize() const;
QSize totalMaximumSize() const;