Naresh | 2020-05-11 08:51:22 UTC | #1
Wondefully done bruv, but if we doing this using qt designer, which widget and how exactly do we fit things like QWebEngine
or QVideoWidget
or even Maps in the qt Designer developed app??? Right now we are hard coding everything from start to finish, but how do we integrate these features with Qt Designer?
martin | 2020-05-11 07:57:32 UTC | #2
Hi Naresh, you can take a look at this tutorial https://www.pythonguis.com/courses/qt-creator/embed-pyqtgraph-custom-widgets-qt-app/ which shows you how to use custom widgets in Qt Designer. Basically you add a plain QWidget
and then "promote" that the to the name of the widget you want to use.