-
Notifications
You must be signed in to change notification settings - Fork 761
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
Undocking widgets and tabs as proper windows #550
Comments
Looking at the API, I read it to be as easy as setting the parent of the QWidget to nil? |
Just to note that this is an issue for me too (as I commented in #569). I find it rather annoying that I can't leave a help window open but alt-tabbed out of the way. Modal windows don't allow you to alt-tab things out of the way without closing them. There are alternative strategies a user could take (such as learning to close-open-close-open the help) but they shouldn't have to. |
So many people have complained about this and it hasn't changed, such that I think there must be a part of the picture that I'm not seeing. So, some questions, not meant to judge, but to help users who are experiencing some level of frustration to understand why:
From this observer's viewpoint, enthusiasm for dockable everything has been anything but unanimous, and it's disconcerting that the answer has mainly been, "We won't support [undocking the post or help windows]." I can appreciate getting tired of hearing one more complaint or question. Still, it's an observable fact that the questions aren't going away, so, maybe it would save trouble in the future to explain the rationale once. |
Who ever said that? |
I recall Tim saying something like that when someone asked about a free-standing post window. I'm sure I deleted the email ages ago. Anyway, this is the first I've heard that it was actually planned. I'm glad to hear that! |
everything is possible, it is just a matter of time :/ |
Implemented. |
The QT-GUI-design with dockable widgets is very nice and nicely configurable, but it seems that simply being able to undock widgets as proper windows would be a good feature.
On OS X, the current behaviour feels, well, let's say "unusual" -- you'd expect a list of windows etc. in the menu bar, to be able to close or minimise it etc. The same is true for the tabs - if you are not using tabs much, it is probably just as strange as the organised chaos of open windows is for people who are used to tabs.
The text was updated successfully, but these errors were encountered: