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. QML Radio Button issue, Redraw in Background

QML Radio Button issue, Redraw in Background

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

    I am using Radio button in QML. I am deploying the application in the arm based board.
    I am rotating the xserver. Because Screen width and screen height need to change.
    xrandr -o right

    Before rotating the xserver the Radio button is working fine.
    But After rotating the xserver, When click the Radio button, redrawing is happened with some different color.

    It will be very helpful anyone give the suggestions.

    Thanks In Advance

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

      Hi I am using Software render for my application.
      QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);

      Also i am rotating xServer
      xrandr -o right

      After rotating, When click Radio button, Line is joined between two radio buttons.

      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