8 ms·
whats Qt ? If I google I get a GUI platform from Nokia. I guess Qt being referred here is different ?
by madhancr 16y ago
whats Qt ? If I google I get a GUI platform from Nokia. I guess Qt being referred here is different ?
- deleted 16y ago[deleted]
- amock 16y agoIt's the same Qt. It also provides lots of stuff besides GUI Libraries.
- wheels 16y agoQt's a pretty general toolkit for C++ applications – a pretty huge chunk of it has nothing to do with GUI programming (and what, for instance, the KDE desktop and associated tools are built on): http://doc.qt.nokia.com/4.6/classes.html http://doc.qt.nokia.com/4.6/classes.html It was fairly recent that Nokia bought them; before that Trolltech was an independant company.
- ovi256 16y agoIt's a kickass toolkit (and my toolkit of choice) for cross-platform desktop apps. Just keep in mind that it's GPL licensed for free apps and that the commercial license is expensive for a one-man shop.
- noste 16y agoQt is also available under LGPL 2.1. See http://qt.nokia.com/products/licensing http://qt.nokia.com/products/licensing for details.