qskinny/doc/tutorials/01-What-is-QSkinny.md

20 lines
685 B
Markdown
Raw Normal View History

2024-11-29 15:18:09 +00:00
# Tutorials {#tutorials}
2024-11-29 15:18:09 +00:00
## What is QSkinny?
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**
![Fendt Tractor GUI](https://www.fendt.com/at/geneva-assets/widget/28282/news-3-low.jpg)
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**
![QSkinny architecture](/doc/tutorials/images/architecture-simple.png)