We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd6a6a + 4075547 commit fafb77bCopy full SHA for fafb77b
README.md
@@ -170,10 +170,6 @@ way is to just set a minimum width of 1 on the widget:
170
better_long_label.addWidget(better_long_label)
171
```
172
173
-In the example gif above, you can see that the lower window can shrink to less than
174
-the width of the long text, but it stops when it hits the width of the button, which
175
-is because of the button's minimumWidth.
176
-
177
### I want a specific width but don't know what to set for the height, what do I do?
178
179
If you have a custom widget that you'd like to resize, but only in one dimension,
0 commit comments