From 7ca64172abfd17194b182e2b8425ca3aad24401e Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Sat, 12 Mar 2016 05:27:55 -0500 Subject: [PATCH] Add link to Qt doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fb44d8..e426052 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ https://api.pcbsd.org ### Contributing new API calls +SysAdm is written using the Qt toolkit, which has excellent [reference documentation](http://doc.qt.io/qt-5/classes.html). + +All Qt Core classes (I.E. non-gui) can be used in SysAdm server. + Adding new API calls to the middleware is very straight-forward, simply
add a new function which accepts JSON in, and returns JSON, then connect
it to the backend.