QML Radio Button issue, Redraw in Background
-
wrote on 19 Feb 2019, 13:00 last edited by
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 rightBefore 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
-
wrote on 20 Feb 2019, 06:36 last edited by
Hi I am using Software render for my application.
QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);Also i am rotating xServer
xrandr -o rightAfter rotating, When click Radio button, Line is joined between two radio buttons.
1/2