1

QML: Remove system theme/style Limitation

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-06-20 23:29:24 +02:00
parent 57b70991e9
commit 6af4295558
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -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