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 Updated to NodeBB v4.3 + New Features

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 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

    • Login

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