2024-11-29 15:18:09 +00:00
|
|
|
# Tutorials {#tutorials}
|
2021-04-14 14:04:09 +00:00
|
|
|
|
2024-11-29 15:18:09 +00:00
|
|
|
## What is QSkinny?
|
2021-04-14 14:04:09 +00:00
|
|
|
|
|
|
|
QSkinny is a UI framework based on the Qt graphic stack and written in
|
|
|
|
{cpp}. It allows users to write their UIs in {cpp} and/or QML.
|
|
|
|
|
2024-11-29 15:18:09 +00:00
|
|
|
**The Fendt Tractor GUI**
|
|
|
|
|
|
|
|

|
2021-04-14 14:04:09 +00:00
|
|
|
|
|
|
|
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 {cpp}. An overview of how QSkinny fits
|
|
|
|
into the Qt architecture is depicted below:
|
|
|
|
|
2024-11-29 15:18:09 +00:00
|
|
|
**QSkinny sits on top of QtQuick, while QML is optional**
|
|
|
|
|
|
|
|

|