Status
Not open for further replies.

william

Journeyman
guys
can anyone tell me from where can i download Qt software. i want to do gui programming with that but can' find the software. i visted their site but its really confusing and also it reuires some registration and u need to purchase that. isn't there any free version and if it is then can u pls provide link to download it.
thanks in advance
 

Zeeshan Quireshi

C# Be Sharp !
*trolltech.com/developer/downloads/qt/windows

Download the Windows Version From any of the Mirrors Here .

Or download this if you want a Direct Link:

*ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/qt-win-opensource-4.3.1-mingw.exe
 
OP
william

william

Journeyman
well thanks friend but i have alreday downloaded zip version from this site its size is 46 MB is the second link u have provide and zip version are same i hope so.
 

unni

In the zone
Don't forget to download MinGW and if possible Cygwin (for gdb etc.). Happy cuting.
 

GNUrag

FooBar Guy
william, Qt is freely available from trolltech site under GPL licence if you are going to make Free/Open Source software or learning the Qt apis. Qt is dual licensed, so if you are planning to write commercial/proprietary applications then you need to buy the enterprise editions.
 

Zeeshan Quireshi

C# Be Sharp !
william said:
well thanks friend but i have alreday downloaded zip version from this site its size is 46 MB is the second link u have provide and zip version are same i hope so.
i think what you need is a tutorial on how to use Qt .

*doc.trolltech.com/4.0/tutorial-t1.html

Check the documentation provided with the Zip you downloaded that'll help ya get started .
 
OP
william

william

Journeyman
i have doenloaded bot Qt and Mingw and now i want to know with qt how to use c++ to craete apps. coz when i open the designer window then are various tols which u can simply drag and drop, what i want to know is that how will u use c++ to your apps to add objects or do something.
 
Status
Not open for further replies.
Top Bottom