diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-07-25 18:58:39 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-07-25 18:58:39 +0800 |
commit | 1ae286eed410bd0dd7506c01f0c5e5ed3173e908 (patch) | |
tree | 486c3e584e4849eaffdcd6b0991cf992cc8d67f1 /README.md | |
parent | f893c7354b2adff009b2df35e464ba4fa4312340 (diff) |
Add "documentation"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,3 +47,12 @@ I am terrible at QML. Help me. - [KDE GitLab](https://invent.kde.org/fakefred/kanvas) - [SourceHut](https://git.sr.ht/~fkfd/kanvas), mailing list for git send-email: `~fkfd/misc@lists.sr.ht` + +## Related "documentation" + +There's hardly any documentation on integrating QML with the rest of +Plasma. For example, when I wanted a function that tells me whether the +machine is online, all I found was the source code along with a header +file. I will list things like these so you don't have to. + +- [plasma-nm, networkmanagement](https://invent.kde.org/plasma/plasma-nm/-/blob/master/libs/declarative/networkstatus.h) |