-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial dock size #95
Labels
enhancement
New feature or request
Comments
Do you mean the initial size when floating (top-level dock widget) or when docked ? |
When docked. |
there's no way |
iamsergio
added a commit
that referenced
this issue
Dec 27, 2020
addDockWidget() received a AddingOption enumerator. But that enum isn't enough, as we also want to be able to specify an initial QSize. So, instead of adding yet another parameter to addDockWidget(), we create a struct to old those "initial settings". Implies a minor source break, but trivial to fix in user code, just rename the enumerator. Honouring preferredSize will be a followup. Needed for issue #95
iamsergio
added a commit
that referenced
this issue
Dec 28, 2020
It's another enum that affects the initial sizing. No behaviour was change in this commit. Needed for issue #95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How can I set the initial size of the docks? Calling the function resize(int w, int h) from the dock widget is not changing anything...
Any suggestion?
Thanks!
The text was updated successfully, but these errors were encountered: