diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-27 19:45:41 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:58 +0100 |
commit | cd1d46a26b923260b6c87cc93a0723b8166c609e (patch) | |
tree | 81d0fafeaeda6f5d72ec03f589cf8560cea32ed8 /docs | |
parent | 76585f828a36c08614df84f43d64e20fb0e7a425 (diff) |
[ui] refactor ui
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hacking-qml.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hacking-qml.rst b/docs/hacking-qml.rst new file mode 100644 index 0000000..7e793ba --- /dev/null +++ b/docs/hacking-qml.rst @@ -0,0 +1,6 @@ +QML best practices +================== +* https://github.com/Furkanzmc/QML-Coding-Guide/blob/master/README.md +* lint your qml files:: + + make qmllint |