From ffdef3dc8d7f6275cb578cda02720f024f2513ab Mon Sep 17 00:00:00 2001 From: KKyang Date: Thu, 17 Sep 2015 00:59:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa37e36..d8c9bdd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ smartLabel supports show image functions which supports QImage and Mat (in BGR f qtsmartgraphics now uses OpenGL. Before Qt 5.5 you have to use OpenGL version. After Qt 5.5 you'll have to add opengl module in the *.pro file. (QT += opengl) +### Documentation + +Available at: http://kkyang.github.io/qtsmartgraphics + ### Author Original by Shih-Jhong Yu, Revised by KKyang. If there is any bug found, feel free to open an issue at Github.