[solved] QWebView -- HTML5 + jQuery Charts Possible?
-
wrote on 4 Sept 2015, 18:32 last edited by maximo 9 May 2015, 11:35
-
If I use the QWebView widget on a Mac form, does it support the ability to do fancy charts like one can now do with HTML5 and jQuery?
-
What web engine does it use? Chrome?
BACKGROUND: I'm fairly new to Qt as well as C++ in general. I'm 48 years old and have dabbled in a lot of different languages. I've been able to make my first GUI application on the Mac with Qt/C++, read/write settings, encrypt stuff, and read/write a SQLite database. But that's it.
-
-
wrote on 4 Sept 2015, 19:03 last edited by maximus 9 Apr 2015, 19:04
Hey there,
-
You can do anything you do on a normal webpage with QWebEngine. it supports javascript, css, external libraries (bootstrap, jquery, ..), so you are not limited by Qt.
-
The new QWebEngine use Chromium, an open-source browser
The older QWebView (QWebKit) use WebKit and will be deprecated soon.
-
1/2