A Qt C++ Library
Note: I am currently reworking this repository. Some links might not be operational yet, nor have the complete nor the actual content. Please be patient!
FlatGUI is an open-source library created to support the development of non-native looking graphical user interfaces for Qt Widgets-based desktop applications. It servers as an extension to the Qt’s functionality, providing a component development kit (CDK) for the creation of custom widgets, as well as a collection of ready-to-use GUI components.
If you are a die-hard fan of the Qt Widgets technology and QML is not your preferred language, though you still would like to create desktop applications with non-native looking graphical user interfaces, then FlatGUI is made just for you.
To use the FlatGUI you need the Qt Library and a C++ compiler for your platform.
- Get started here
- Read the API documentation
- Browse the examples
Check out the contribution guide.
The code in this repository is not an official release by the Qt company or any other organization. It is written solely by me, Michael Scopchanov, in my spare time, based on my personal programming experience, as well as on my understanding of the intended way of using the Qt library.