sample code with chart demo (HTML5 jquery SVG):
import QtQuick 1.0
import QtWebKit 1.0
Rectangle {
width: 1270
height: 768
color: "#d92f2f"
WebView {
id : webView
settings.pluginsEnabled: true
url: "http://www.highcharts.com/stock/demo/"
preferredWidth: 1270
preferredHeight: 768
scale: 1
smooth: false
}
}
import QtQuick 1.0
import QtWebKit 1.0
Rectangle {
width: 1270
height: 768
color: "#d92f2f"
WebView {
id : webView
settings.pluginsEnabled: true
url: "http://www.highcharts.com/stock/demo/"
preferredWidth: 1270
preferredHeight: 768
scale: 1
smooth: false
}
}
To copy to clipboard, switch view to plain text mode
zoom button not work!!?
Bookmarks