Segmentation fault when exiting when linked against Qt 6.9.1
-
-
Great that you are using dock widgets! As you may have suspected:
QDockWidget
is slightly closer to my heart than other creatures in the widget zoo ;-) -
First, it was just a
QTabBar
interface. But over the years, it got more and more complex, and at some point, I learned aboutQDockWidget
s – and I loved them at first sight ;-) The same as the tab bar if you want – but way more if you need it. The possibility to arrange them as you like and need is really nice. This is actually a powerful tool, with a great user experience.QDockWidget
s really rock! They do, from time to time, cause some headache (this is actually not the first bug I filed about them ;-) – but they are really cool. -
@l3u_
Could you mark this thread as solved, please? -
Great that you are using dock widgets! As you may have suspected:
QDockWidget
is slightly closer to my heart than other creatures in the widget zoo ;-)@Axel-Spoerl Love QDockwidget too, great work <3
I always miss them in QML ( i know that QML is mainly mobile focused but nevertheless). :D
-
@StudentScripter Not as an immediate priority, but we are planning to implement something like dock widgets also in Quick Controls.
-
L l3u_ has marked this topic as solved on
-
@StudentScripter Not as an immediate priority, but we are planning to implement something like dock widgets also in Quick Controls.
@Axel-Spoerl Awesome <3 Is it on the near roadmap or will have to wait a few years?
-
@Axel-Spoerl Awesome <3 Is it on the near roadmap or will have to wait a few years?
@StudentScripter Just so you know, @Axel-Spoerl is away atm and won't answer for a week or two...
-
@StudentScripter Just so you know, @Axel-Spoerl is away atm and won't answer for a week or two...
@JonB Thanks for the hint, but im in no hurry right now. :D Have a nice day.
-
Thanks @JonB for notifying!
The dock widget implementation has some obvious limitations, like e.g. permissions: You can limit allowed main window dock areas, but not the permission to dock on a floating dock. You can’t merge floating docks.That said, we’ll have to take a deeper look and come up with a solid concept for a quick control equivalent. My guess is a year or so. I’ll update this thread in case we have a Jira ticket for input and discussion. In the meanwhile feel free to post ideas here!