Your first time on this page? Allow me to give some explanations.
Awesome Qt
A curated list of awesome tools, libraries, and resources for the Qt framework.
Here you can see meta information about this topic like the time we last updated this page, the original creator of the awesome list and a link to the original GitHub repository.
Thank you JesseTG & contributors
View Topic on GitHub:
JesseTG/awesome-qt
Search for resources by name or description.
Simply type in what you are looking for and the results will be filtered on the fly.
Further filter the resources on this page by type (repository/other resource), number of stars on GitHub and time of last commit in months.
Official Resources
If you think you've found a bug with Qt or one of its related projects, report it here (or see if someone else already has).
See how the Qt maintainers ensure their code is well-written.
Browse the various source trees that comprise the Qt project. Has mirrors at several GitHub organizations:
Official
Mailing lists for users and developers of Qt alike. Arguably the best place to communicate directly with Qt's maintainers. Sees frequent activity.
If e-mail's not your thing, then you might also consider getting help or sharing knowledge on the forums.
For real-time chat with other Qt developers and users. The most popular channels are on Freenode, and include #qt
, #qt-quick
, #qt-creator
, and #qt-chat
.
Unofficial
Official Tools
Qt Tools
Qt Declarative (Quick 2)
octocat:](https://github.com/qtproject/qt-creator) - By no means does Qt lock you into its provided IDE, but its firm integration with the framework makes it a good sell. Among other things, it provides a UI designer, modeling tools, a documentation browser, and great QML support if you're into that sort of thing. There's also a plugin system, but third-party plugins are unfortunately scarce.
octocat:](https://github.com/qt/qttools/tree/dev/src/designer) - If you'd rather just design the interfaces and let someone else hook them up to logic, the GUI designer is available as a separate application.
octocat:](https://github.com/qt/qttools/tree/dev/src/assistant) - So is the documentation viewer, for that matter.
octocat:](https://github.com/qt-labs/vstools) - If you'd rather stick to Visual Studio, this add-in will let you do that.
octocat:](https://github.com/qt/qttools/tree/dev/src/linguist) - Qt provides excellent internationalization/localization support, and this tool is very much responsible for it. Write translatable strings in your code with special macros, and this tool will aggregate them all for you so you or your translator(s) can broaden your software's audience.
octocat:](https://github.com/qtproject/installer-framework) - Nobody seems to talk about this, but Qt also provides a way to write an installer for your application. Does not support creation of macOS disk images, app bundles, or Linux packages, so be mindful of that when considering your project's distribution.
octocat:](https://github.com/qt/qttools/tree/dev/src/macdeployqt) - Generates macOS application bundles for Qt projects.
octocat:](https://github.com/qt/qtbase/tree/dev/qmake) - The bundled build system designed for Qt, though it can be used for non-Qt projects.
octocat:](https://github.com/qt-labs/qbs) - If QML is more your style, consider this alternative build system.
Third-Party Tools
A reimplementation of Qt's moc using libclang. Contains both a drop-in remplacement, and a plugin for the clang compiler.
Utility to browse the Qt object tree of a running Qt application and edit object properties on the fly.
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Dependency manager for Qt / C++.
octocat:](https://github.com/Kitware/CMake) - General C++ build tool that happens to have great Qt support.
octocat:](https://github.com/KDAB/GammaRay) - Powerful debugger and general inspection tool for Qt-built software. Lets you inspect and manipulate the QObject
hierarchy, view object properties, edit widgets at runtime, and far, far more. A two-sentence blurb can't do it justice, seriously check it out.
package:](https://www.riverbankcomputing.com/hg/sip) - Generates Python bindings for C or C++ libraries. Has special support for Qt signals and slots, and was used to create PyQt.
Bindings in Other Languages
Mono/.NET bindings for Qt
package:](https://www.riverbankcomputing.com/software/pyqt/download5) - Arguably the most comprehensive and well-known binding of Qt to another language.
package:](https://code.qt.io/cgit/pyside/pyside.git) - Another binding for Python, which has been officially adopted by the Qt project.
octocat:](https://github.com/ring-lang/ring/tree/master/extensions/ringqt) - I've never heard of this language either, honestly.
Integrations
Sound library: Qt-style OpenAL wrapper for games
QtAwesome - Font Awesome support for Qt applications
Execute ruby code from within C++/Qt programs
octocat:](https://github.com/xiangxw/mupdf-qt) - Qt wrapper for the MuPDF PDF viewer.
package:](https://www.riverbankcomputing.com/software/qscintilla/download) - Absurdly versatile and customizable text editor widget that provides syntax highlighting, code completion, code folding, recordable macros, and much more. Built around Scintilla. Created by the same company that developed PyQt.
package:](https://svn.savannah.nongnu.org/viewvc/?root=libqtlua) - Use Lua as a scripting language for Qt-based software.
package:](https://sourceforge.net/projects/quazip) - Read from and write to ZIP archives. Uses Minizip under the hood.
octocat:](https://github.com/vlc-qt/vlc-qt) - Wrapper for libvlc that lets you add a VLC-like media player to your application.
New Functionality
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
C language library for creating bindings for the Qt QML language
C++ library that converts Qt supported images to OpenGL raw format.
Libraries for text templating with Qt
Dependency injection framework for Qt
Binary Editor for Qt
Material Design implemented in QtQuick
Qt5 suite that supports displaying and editing nodes in a graph-like flow. Similar to Unreal Kismet, Frostbite 3 Schematics or Allegorithmic Substance Designer UIs.
Updater system for Qt applications
Implementation of sum/option types using QVariant
Mustache templating library for C++ using Qt
A notification framework for Qt C++ applications
A true terminal widget for Qt.
Qt based web application server
Qt without moc: set of macros to use Qt without needing moc
octocat:](https://github.com/communi/libcommuni) - Cross-platform IRC framework. We've got enough IRC clients out there already, but I suppose this could also be used to implement a chat function in your application (e.g. for community support).
octocat:](https://github.com/cutelyst/cutelyst) - Web framework that takes some ideas from Perl's Catalyst framework.
Cross-platform game engine and app framework that relies heavily on QML. Has a lot of tools and resources, and may even deserve its own list.
octocat:](https://github.com/KDE) :package: - Metric ass-ton of libraries for KDE, but many of them can be used with regular Qt applications as well. Cross-platform, for the most part.
package:](https://cgit.kde.org/marble.git) - Virtual globe and map that can be used standalone or embedded within other applications.
octocat:](https://github.com/wang-bin/QtAV) - Actively developed multimedia framework.
octocat:](https://github.com/JPNaude/Qtilities) - Powerful set of libraries that provide GUI, logging, testing, configuration, and project functionality (among other things) for your application.
For fans of the ribbons that Microsoft uses in their software. Commercial.
octocat:](https://github.com/dbzhang800/QtXlsxWriter) - Read and write spreadsheets in Microsoft Excel format.
package:](https://sourceforge.net/projects/qwt) - Qt widgets designed for scientific and technical applications.
Software Repositories
Source repository for the QtPods project.
The most well-known aggregation of Qt-centric libraries out there. A package manager is also available here.
Despite the name, Linux-Apps.com aggregates a wide variety of Qt-based tools and libraries for both end-users and developers.
Ubuntu users who are hesitant to install anything outside of their package managers can obtain any recent version of Qt from these repositories. Instructions for adding them are found within.
Blogs
Official aggregation of first-party and third-party Qt-related blogs.
Qt-centric software consulting firm with a really neat blog. Specializes in graphics applications.
2](https://www.ics.com/blog/qt-tips-and-tricks-part-2)] - Odds and ends that might be nice to keep in your back pocket.
Sometimes you need different variations of the same asset, but you won't know which ones to load until runtime. This class will decide for you.
Trust nobody.
Talk to your scripting language. That's what it's there for.
2](https://www.ics.com/blog/qt-and-opengl-loading-3d-model-open-asset-import-library-assimp-part-2)] - Assimp supports a lot of different model types; these articles will help you support all of them.
This feature's been around for a few years, but it's still useful enough to warrant an entry on this list.
Another oldie, but still a goodie.
Another software consulting firm that also contributes code to Qt. They seem to specialize in Qt's core architecture.
The magic that Qt appears to rely in is really just a bunch of code generators. This post will bring you up to speed on the reality of the moc
, the most notable one.
2](https://woboq.com/blog/how-qt-signals-slots-work-part2-qt5.html), 3] - Qt's signals/slots system lets any object talk to any other object. Understanding these three articles will help you take full advantage of the feature.
C++ isn't known for having good run-time type information, so Qt brings its own.
Stop writing C++ like it's 2003; learn how you can take advantage of recent C++ features in your Qt applications.
String literals are widely used in many applications; wouldn't it be nice if you could make them faster to access?
It's nice to be able to read your application's logs.
Talk about GammaRay and how it can help you dissect your Qt applications. Talk given at QtCon 2016 by Volker Krause.
I want to make my application do more than once thing at once. What could possibly go wrong? Talk given at QtCon 2016 by Giuseppe D'Angelo.
How to make your Qt application faster, Linux-style. Talk given at QtCon 2016 by Milian Wolff.
Books
by Lee Zhi Eng :octocat: - Overview of advanced GUI programming techniques for those familiar (but not satisfied) with the basics. The source code used in the book is available for free.
by Witold Wysota and Lorenz Haas - Good place to start learning how to program games with QML.
by Ray Rischpater - Beginner's guide to Qt, with a lot of focus on Qt Creator and its associated tools.
by Symeon Huang - Seems to be about the overall structure of a Qt project.
by Guillaume Lazar and Robin Penea :octocat: - Not your daddy's Qt. Tips and tricks for the experienced. The source code used in the book is available for free.
by Gopinath Jaganmohan and Venkateshwaran Loganathan - Imagine these other books, but in Python.
octocat:](https://github.com/qmlbook/qmlbook) - Free book that focuses on QML, named for this town in northeastern Spain that the authors vacationed to once.
Software that Uses Qt
3D animation and design software that has been used to create visual effects for some of the most popular movies and TV shows of all time.
Free, cross-platform video editing, color grading, video effects and audio editing software.
octocat:](https://github.com/Kitware/CMake) - The closest thing to a standard C++ build system out there. The bundled GUI uses Qt.
octocat:](https://github.com/CRYTEK-CRYENGINE/CRYENGINE) - But can it run Crysis? Some auxillary tools use Qt.
octocat:](https://github.com/doxygen/doxygen) - The most popular documentation generator for C++, though it supports other languages as well. The bundled GUI uses Qt.
octocat:](https://github.com/KDE) - One of the most popular desktop environments for Linux.
octocat:](https://github.com/qtproject/qt-creator) - By no means does Qt lock you into its provided IDE, but its firm integration with the framework makes it a good sell. Among other things, it provides a UI designer, modeling tools, a documentation browser, and great QML support if you're into that sort of thing. There's also a plugin system, but third-party plugins are unfortunately scarce.
octocat:](https://github.com/Rolisteam/rolisteam) - Virtual tabletop for remote Role Playing Games.
Level design tool for any game that uses the Box2D physics engine.
When gamers want to voice chat in a game that doesn't support it, they'll use this.
octocat:](https://github.com/bjorn/tiled) - Perhaps the world's most popular tilemap editor. Suitable for level design in games.
package:](https://www.virtualbox.org/browser/vbox/trunk) - Virtualization software for x86/64 processors. The bundled GUI uses Qt.
package:](https://code.videolan.org) - One of the most flexible open source video players in existence.
Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Wireshark is very similar to tcpdump, but has a graphical front-end, plus some integrated sorting and filtering options.
Programming language, symbolic calculator, and an engineer's best friend.
Other Relevant Awesome Lists
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Continuing the development of awesome-c list on GitHub
A curated list of awesome CMake resources, scripts, modules and examples.
A curated list of awesome OpenGL libraries, debuggers and resources.