Qt 6.11 is out! See what's new in the release
blog
Add a Widget written in c++ to QT4 Designer
3rd Party Software
2
Posts
2
Posters
1.1k
Views
1
Watching
-
Hello
i am a newbie and i use QT4 Designer with Python und Linux (Raspberry) and Windows 7. It works well. I like to add a widget in QT4 like this
http://qt-apps.org/content/show.php/AnalogWidgets?content=87780
or QWT
how can i do this?best regards
Werner -
Hi and welcome to devnet,
Search for "Adding Qt Designer Plugins" in the documentation. You should find there the starting point to create your widgets and plugins in order to integrate them to designer.
Hope it helps