Look at the many examples in the Qt distribution. Almost all of the desktop-oriented GUI apps with anything more than a simple UI use them.
My go-to layout for most dialogs and other form-like...
Post a screenshot of your application. That would help with deciding on a recommendation.
d_stranz Today, 17:45You are using the QWidget::geometry() to paint the rect instead of the widget's position and size (QWidget::rect())
d_stranz Today, 17:38Thank you both, I got it to work as well.
NameRakes Today, 12:47That was indeed the solution, and it looks like I need to go down the same road for some pyvistaqt graphs.
I reckon Im still struggling with the widgets.
Thanks for the tip with the layout form,...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
How to add frame when click the curve?
Today 07:29 by excalybur96