Ktam3874/pitx software guide – Kontron KTAM3874-pITX User Manual
Page 222

KTD-S0057-I
Page 218 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
Rectangle
{
id:
webBrowser
property string urlString :
"http://qt-project.org/doc/"
width:
800
height:
600
color:
"#343434"
FlickableWebView
{
id:
webView
url:
webBrowser.urlString
onProgressChanged: header.urlChanged = false
anchors
{
top:
headerSpace.bottom
left:
parent.left
right:
parent.right
bottom:
parent.bottom
}
}
Item
{
id:
headerSpace
width:
parent.width
height:
62
}
Header
{
id:
header
editUrl:
webBrowser.urlString
width:
headerSpace.width
height:
headerSpace.height
}
ScrollBar
{
scrollArea:
webView
width:
14
anchors
{
right:
parent.right
top:
header.bottom
bottom:
parent.bottom
}
}
ScrollBar
{
scrollArea:
webView
height:
14
orientation:
Qt.Horizontal