Whats the basic difference between the QtCreator and QtDesigner
-
wrote on 3 May 2012, 11:20 last edited by
im a newbie in Qt, i just want to know the basic difference between the QtCreator and QtDesigner. there is one Design tab in QtCreator , whats difference between that design an QtDesigner. I want to develop a Qt Desktop application which compatible for both windows and linux.
Thanx in advance
-
wrote on 3 May 2012, 11:31 last edited by
Qt Designer is for designing Dialogs and Main Windows (.ui files).
Qt Creator is a full IDE for developing your program.
It comes with an integrated version of Qt Designer.
1/2