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 Style is not working properly when using Qt Quick 2d Renderer
Forum Update on Monday, May 27th 2025

QML Radio Button Style is not working properly when using Qt Quick 2d Renderer

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 248 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 20 Feb 2019, 11:21 last edited by
    #1

    I am using QML radio button in my application. Also i am using RadioButtonStyle
    in my app. When i am Applying the radio button style to the radio button, line draw between radio button.

    My Code is,

    Component {
    id: exampleRadioButtonStyle
    RadioButtonStyle {
    label: Text {
    text: control.text
    font.pixelSize: 20
    font.family: "Roboto-Regular"
    font.bold: true
    color: "black"
    smooth: true
    opacity: 1
    }
    }
    }

    RadioButton
    {
    text: "example"
    style: exampleRadioButtonStyle
    }

    Any one give the solution for the problem.

    1 Reply Last reply
    0

    1/1

    20 Feb 2019, 11:21

    • Login

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