1

Type: Change python to QML

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-03-19 13:29:26 +01:00
parent abbeb3ba4e
commit b022eabbb5
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -34,7 +34,8 @@ according to system color settings and looks awkward on my machine.
## Falkon module ## Falkon module
To access Falkon specific features and functions inside the python script you need to use `Falkon` module. To access Falkon specific features and functions inside the QML script
you need to use `Falkon` module.
```qml ```qml
import org.kde.falkon 1.0 as Falkon import org.kde.falkon 1.0 as Falkon