From ae04a8892e4dd85dd721024dccb6f62b91ef52dc Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 30 Jul 2017 14:31:28 +0200 Subject: [PATCH] README changed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39eeaadc..061342da 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ QSkinny ------- -The (Q)Skinny library contains a set of lightweight Qt Quick Controls. - -It can be used from C++ and/or QML application code. +The (Q)Skinny library is a framework built on top of the Qt scene graph +and very few core classes from Qt/Quick. It offers a set of lightweight controls, +that can be used from C++ and/or QML. Doing the implementation in C++ allows to make use of the "scene graph" classes. Building controls from scene graph nodes allows for a lighter implementation