Short answer:
In QtCreator, there are two ways to create a form from the Windows Assistant: - Qt Designer Form Class - QtDesigner Form
you must create a new β Qt Designer Form Class β instead of the β Qt Designer Form β because you select the β Qt Designer Form β . The qt creator does not create .h and .cpp files from the .ui file:
Long answer:
When you create a βQTCreator formβ, create a .ui file, this is useful if you already have an existing class for the business logic of the user interface and you want to rebuild the user interface, but save the business logic, you can call buttom or components with the same name and exchange ui.
stbnrivas
source share