Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Anchoring in nokia
QtWS25 Last Chance

Anchoring in nokia

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.6k Views
  • 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.
  • S Offline
    S Offline
    spode
    wrote on last edited by
    #1

    it is unlogical because this code(viewer.showExpandend()):
    @
    Rectangle
    { //parte comune a tutti gli sfondi
    color: "gold"
    id: container
    Image
    {
    id: indicatoreAlto
    source: "../LebendigeLieder/sopra.png"
    anchors { top: container.top; right: container.right }
    scale: 0.3
    }
    }
    @
    returns an image that is not anchored on the right or top part of the screen of the simulator. how to fix? i want "image.png" is anchored on the left-top part of the screen of a phone.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dialingo
      wrote on last edited by
      #2

      The picture will show at the upper right corner if you set
      scale: 1.0

      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