From 6af42955588c742fa6459fe96f9ac83280316b53 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Mon, 20 Jun 2022 23:29:24 +0200 Subject: [PATCH] QML: Remove system theme/style Limitation Signed-off-by: Juraj Oravec --- qml/articles/1.Introduction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 0c114eb..61ce717 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -32,9 +32,7 @@ extensions. * The button created with `FalkonAction` always requires to have `popup` property present or it will not work properly (e.g. icon will be missing from the button, maybe more). -* The Graphical User Interface created by QML extensions is not styled -according to system color settings and looks awkward on my machine. -* The extennsion settings window cannot be closed from within QML code +* The extension settings window cannot be closed from within QML code (e.g. by pressing a "Cancel" button). * At the moment Enums in QML are a bit unintuitive and even partialy broken (not present at all while they should). I will try to revise and