PDA

View Full Version : Qt where r u?


william
20-08-2007, 10:07 PM
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
20-08-2007, 10:56 PM
http://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:

http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/qt-win-opensource-4.3.1-mingw.exe

william
21-08-2007, 03:40 PM
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
21-08-2007, 08:04 PM
Don't forget to download MinGW and if possible Cygwin (for gdb etc.). Happy cuting.

GNUrag
21-08-2007, 08:13 PM
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
21-08-2007, 08:18 PM
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 .

http://doc.trolltech.com/4.0/tutorial-t1.html

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

Pathik
21-08-2007, 08:46 PM
@zeeshan have u made anything using QT API??

william
21-08-2007, 09:55 PM
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.