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. Swicth button shows sometimes a missing pixel column
Forum Updated to NodeBB v4.3 + New Features

Swicth button shows sometimes a missing pixel column

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 185 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.
  • I Offline
    I Offline
    issam.chorfa
    wrote on 28 Jun 2022, 15:18 last edited by
    #1

    I'm working on switch button example where i have 2 rectangle one is the background and another one is the swicth indicator.
    Rectangle {
    id: background
    .......
    color: "#777777"
    }

        Rectangle {
            id: indicator
           ........
            color: "#ffffff"
        }
    

    The problem is sometimes when i move the indicator the background rectangle show a missing pixel column.
    ![alt text](IMG_20220316_093150.jpg image url)

    Any idea how can i solve it ?

    1 Reply Last reply
    0
    • N Offline
      N Offline
      NYBL
      wrote on 28 Jun 2022, 19:00 last edited by
      #2

      maybe post a reproducible example?

      1 Reply Last reply
      1

      1/2

      28 Jun 2022, 15:18

      • Login

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