Qt 6.11 is out! See what's new in the release
blog
Change display properties
QML and Qt Quick
3
Posts
2
Posters
2.0k
Views
1
Watching
-
Hi all
I would like to change the display properties in symbian belle
whit this :
@
Slider {
id: slider
x: 83
y: 575
width: 150
height: 41
stepSize: 1
maximumValue: 10
orientation: 1
}
Binding {
target: system
property: "brightness"
value: slider.value
}
@
but not run, the result is :
"ReferenceError: Can't find variable: system"
why?
I appreciate any suggestion
thanks -
welcome to devnet
you should "wrap your code with the 'at' sign ":http://developer.qt.nokia.com/wiki/ForumHelp#e3f82045ad0f480d3fb9e0ac2d58fb01 for better reading. I have added those for you, but please remember next time.
-
ok thanks
it's my first post....