QSkinny is a UI framework based on the Qt graphic stack and written in C++. It allows users to write their UIs in C++ and/or QML.

Fendt Tractor GUI
Figure 1. The Fendt Tractor GUI

It is currently being used in the Fendt Tractor GUI project, see the picture above. For the Fendt Tractor GUI there is no QML used at all; the whole codebase is written in C++. An overview of how QSkinny fits into the Qt architecture is depicted below:

QSkinny architecture
Figure 2. QSkinny sits on top of QtQuick, while QML is optional