I would like to create a custom main window
for my application and I would like to integrate it with Qt Creator
. When you create a new Qt Widgets Application
you get the option of inheriting from QWidget
, QMainWindow
or QDialog
. I would like to add my own widget there:
I would like my custom .ui
form to be generated when I select my custom widget from the drop down list. Is this possible? If yes, how?
Or maybe it is possible to add a custom template widget to the Qt Designer Form
dialog when creating a new form? I'm talking about this:
Regards!