Generates code from *.ui file created with Qt Designer.
The generated code contains multiple declarations:
Every widget in the *.ui file is declared as a variable.
The function setupUi is created, which creates and configures all
widgets.
The function retranslateUi sets all translatable strings.
Generates code from *.ui file created with Qt Designer.
The generated code contains multiple declarations: Every widget in the *.ui file is declared as a variable. The function setupUi is created, which creates and configures all widgets. The function retranslateUi sets all translatable strings.