[Qt-interest] New in to Qt. Any advice welcome.
Till Oliver Knoll
till.oliver.knoll at gmail.com
Mon Jun 20 13:06:12 CEST 2011
Am 20.06.2011 um 12:37 schrieb Konstantin Tokarev <annulen at yandex.ru>:
>
>
> 20.06.2011, 14:34, "Bo Thorsen" <bo at fioniasoftware.dk>:
>> Den 19-06-2011 14:41, George Panagopoulos skrev:
>>
>>> Is there any books about Qt that I could read,
>>>
>>> video tutorials or anything else that could help me out?
>>
>> The best you can do is to start helping out with a KDE application.
>
> Also there are a lot of small open source applications independent from KDE.
I am surprised no one has mentioned the very obvious: the excellent Qt docs and tutorials! ;)
http://doc.trolltech.com/latest/
Qt comes with plenty of source examples. Pick any of the area that interests you most: basic main window application, networking, text editing, graphics, ...
Look at the source code. Most code fits on a very few A4 pages, and the "interesting part" is often contained in only one, maybe two classes. Play around with the code, recompile, get familiar...
Then start straight away with some tutorials, read the "fundamentals" about signals/slot and the Qt Meta System, get to know the Qt tools such as qmake ("Makefile generator"), Designer, Creator (IDE), Linguist maybe...
Basically follow what the Qt docs show you:
http://doc.trolltech.com/4.7/how-to-learn-qt.html
;)
Good luck,
Oliver
More information about the Qt-interest-old
mailing list