= Welcome to QtD! = QtD is a binding of the [http://qt.nokia.com/ Qt application and UI framework] to the [http://www.digitalmars.com/d/2.0/index.html D programming language version 2]. == License == QtD source code generator is based on [http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/qtjambi-generator.html Qt Jambi] and available under the GPL license.[[BR]] The rest of QtD is distributed under the [http://www.boost.org/LICENSE_1_0.txt Boost Software License 1.0]. == Project status == All classes from !QtGui, !QtOpengl, !QtXml, !QtSvg, !QtNetwork and !QtWebkit packages are wrapped.[[BR]] Wrapping classes not directly concerned with GUI functionality is of lower priority. As of DMD 2.053, QtD is fully usable with vanilla DMD (previously, a [wiki:DmdPatch patch] to add `__traits(parent, …)` was required). == How to build == [wiki:BuildLinux Building on Linux] [wiki:BuildWindows Building on Windows] [wiki:BuildMacOSX Building on MacOSX] == Using QtD == [wiki:Docs Documentation] The [http://www.dsource.org/projects/qtd/browser/demos demos] and [http://www.dsource.org/projects/qtd/browser/examples examples] directories contain all available tutorials and demos. [wiki:Screenshots Screenshots] If you have any questions on QtD you can ask them * in the [http://www.dsource.org/forums/viewforum.php?f=237 forum] ([http://www.dsource.org/projects/qtd/report tickets] are the preferred way of reporting bugs) * in #qtd channel on freenode * in the [http://talks.dprogramming.ru/index.php?board=15.0 Russian D forum] === Developers === [wiki:DeveloperGuide Coding standards]