Form template or widget ?
Moved
Unsolved
Qt Creator and other tools
-
While budding new Qt class I have a choice in
"Choose a Form template "What are the differences between actual "template/Forms" and "Widget" ?
-
-
You either derive from the selected widget to add extra functionality or create a dialog / mainwindow which contain other widgets.
-
@Christian-Ehrlicher Thank you