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

KTD-S0057-I
Page 224 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
Item
{
width:
parent.width
height:
20
Text
{
anchors.centerIn:
parent
text:
webView.title
font.pixelSize:
14
font.bold:
true
color:
"white"
styleColor:
"black"
style:
Text.Sunken
}
}
Item
{
width:
parent.width
height:
40
Button
{
id:
backButton
action:
webView.back
image:
"pics/go-previous-view.png"
anchors
{
left: parent.left
bottom:
parent.bottom
}
}
Button
{
id:
nextButton
anchors.left:
backButton.right
action:
webView.forward
image:
"pics/go-next-view.png"
}
UrlInput
{
id:
urlInput
anchors
{
left:
nextButton.right
right:
reloadButton.left
}
image:
"pics/display.png"
onUrlEntered:
{
webBrowser.urlString
=
url
webBrowser.focus
=
true