UI and CPP class question
-
wrote on 18 Sept 2018, 20:12 last edited by
how do i associate my UI to my .cpp widget class or just generate CPP base on UI. for example when create new project, the UI automatically associate with mainwindow.
-
Hi,
If you are using Qt Creator, create a new
Qt Designer Form Class
. That will create everything you need.
2/2