framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
framework C++ class library Development tools Ported in various platforms Desktops Mobile platforms e.g. Linux, Windows, MacOS e.g. Maemo, WinCE, S60 Qt is pronounced as “cute” http://respark.in/
in 1991 by Haavard Nord and Eirik Chambe-Eng Trolltech company was founded in 1994 Main products were Qt Framework and Qt Extended (formerly known as Qtopia platform) Nokia acquired Trolltech in 2008 Trolltech renamed to Qt Software Renamed again to Qt Development Frameworks http://respark.in/
in 1991 by Haavard Nord and Eirik Chambe-Eng Trolltech company was founded in 1994 Main products were Qt Framework and Qt Extended (formerly known as Qtopia platform) Nokia acquired Trolltech in 2008 Trolltech renamed to Qt Software Renamed again to Qt Development Frameworks http://respark.in/
in 1991 by Haavard Nord and Eirik Chambe-Eng Trolltech company was founded in 1994 Main products were Qt Framework and Qt Extended (formerly known as Qtopia platform) Nokia acquired Trolltech in 2008 Trolltech renamed to Qt Software Renamed again to Qt Development Frameworks http://respark.in/
Commercial license for closed source projects GPL license for open source projects First GPL’ed Windows version was Qt 4.0 (in 2005) From Qt 4.5 and onwards (on March 2009) Qt is also available as LGPL license http://respark.in/
Commercial license for closed source projects GPL license for open source projects First GPL’ed Windows version was Qt 4.0 (in 2005) From Qt 4.5 and onwards (on March 2009) Qt is also available as LGPL license http://respark.in/
Commercial license for closed source projects GPL license for open source projects First GPL’ed Windows version was Qt 4.0 (in 2005) From Qt 4.5 and onwards (on March 2009) Qt is also available as LGPL license http://respark.in/
Commercial license for closed source projects GPL license for open source projects First GPL’ed Windows version was Qt 4.0 (in 2005) From Qt 4.5 and onwards (on March 2009) Qt is also available as LGPL license http://respark.in/
productivity “Write once – deploy everywhere” “Code less” Flexible licensing Object oriented No oldish “granny-C” Fun to use Well designed APIs Doesn’t suck http://respark.in/
Qt’s object model QCoreApplication Console application’s event loop Data types e.g. QString, QChar Containers e.g. QList, QVector, QMap File access e.g. QFile, QTextStream Threads and processes e.g. QThread, QProcess, QMutex Timers etc. http://respark.in/
Tabs, Status bar, Splash screen, progress, Menu, Line Edit, Label, LCD Number, Text Edit, List View, Tree View, Calendar, Slider, Buttons, etc. Dialogs Progress, Message, Input, Font, File, Error, Color, Printing, etc. Widget layout management MainWindow GraphicsView http://respark.in/
and drop GUI layout and forms builder writes results in .ui files (XML) Qt Assistant Excellent documentation Examples Qt Linguist Localization tool http://respark.in/
way to extends standard C++ Signal-slot mechanism The trick is done at compile-time Meta-Object compiler (MOC) reads a C++ source file and generates another source file containing meta-object code qmake does all the hard work so developers may just use the advantages of the Meta-Object System http://respark.in/