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. flickable item comming out of boundry

flickable item comming out of boundry

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 263 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.
  • D Offline
    D Offline
    Dinesh Lama
    wrote on last edited by
    #1

    I am using flickabel to place the image inside it which can be zoomed and draged. But when i'm zooming the image it is comming out of the boundry of the item. I'm using pageloader to load this area.
    alt text

    1 Reply Last reply
    0
    • Name already in useN Offline
      Name already in useN Offline
      Name already in use
      wrote on last edited by Name already in use
      #2

      Did you set the clip property of flickable to true?
      https://doc.qt.io/qt-5/qml-qtquick-item.html#clip-prop

      Flickable {
          clip: true
          
          Image  {
          }
      }
      
      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