When creating a new class , I see type information comboBox showing 4 options(QObject , QWidget , QDeclarativeItems, QSharedData)....
What is the use of it...
When creating a new class , I see type information comboBox showing 4 options(QObject , QWidget , QDeclarativeItems, QSharedData)....
What is the use of it...
Each of these classes make use of a different syntax of the constructor. The wizard is trying to determine which constructor it should create for you. In doubt leave the box empty and fill the constructor data yourself.
Bookmarks