Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    QML and Qt Quick
    1
    1
    164
    Loading More Posts
    • 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
      dhu0504 last edited by

      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 Reply Quote 0
      • First post
        Last post