diff options
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) |