Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Change display properties
Qt 6.11 is out! See what's new in the release blog

Change display properties

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      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.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        ok thanks
        it's my first post....

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved