QT
Designer is a tool for creating graphical user
interfaces.
QT Creator is an Integrated Development Environment
(IDE) which provides access to a complete tool chain
for creating, editing, building, testing and debugging
applications.
QT Designer is a piece of QT Creator.
Karl
On 5/6/2011 11:24 AM, john smith wrote:
Hi,
Could someone explain to me the difference between
Qt Designer an Qt Creator. I have installed Qt
Designer in my computer and I am using visual
studio 2010.I want to create a user interface for
medical image proccessing. The viewport of the
interaface must contain 4 windows (3 slice display
windows and a 3D volume display window).Also, I
want to create 3 buttons (one for loading the
image, one for saving the image, and one button
which will apply a .cpp and a .h program on the
loaded image).Can I ceate this user interface just
with Qt Designer or I should use Qt Creator? If I
want to include some code how could I build it
with Qt Designer and visual studio 2010?