Form template or widget ?
-
While budding new Qt class I have a choice in
"Choose a Form template "What are the differences between actual "template/Forms" and "Widget" ?

-
C Christian Ehrlicher moved this topic from General and Desktop on
-
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.
-
You either derive from the selected widget to add extra functionality or create a dialog / mainwindow which contain other widgets.
@Christian-Ehrlicher Thank you