Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.7
-
None
Description
https://doc.qt.io/qt-5/qwidget.html#minimumSize-prop
The widget cannot be resized to a smaller size than the minimum widget size. The widget's size is forced to the minimum size if the current size is smaller.
https://doc.qt.io/qt-5/qwidget.html#maximumSize-prop
The widget cannot be resized to a larger size than the maximum widget size.
https://codereview.qt-project.org/c/qt/qtwayland/+/524982 breaks this API promise because buffer size couldn't be overridden by the compositor but the xdg-shell hints could be ignored just fine and that's something compositors like sway do in the wild.
Attachments
Issue Links
- is replaced by
-
QTBUG-121536 Consider ways to handle fixed size widgets on systems where this is unsupported
- Reported
- resulted from
-
QTBUG-120035 [weston] Setting fixed size for the main level widget crashes the application when maximized
- Closed