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

QML push button

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 490 Views 1 Watching
  • 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.
  • G Offline
    G Offline
    GrahamLa
    wrote on last edited by
    #1

    Hi
    I am using Creator 4.8.0 and QtQuick 2.9
    Is it possible to define in QML a push button that has rounded corners?

    Thanks

    J.HilkJ 1 Reply Last reply
    0
    • G GrahamLa

      Hi
      I am using Creator 4.8.0 and QtQuick 2.9
      Is it possible to define in QML a push button that has rounded corners?

      Thanks

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by J.Hilk
      #2

      @GrahamLa hi,

      I believe you can change the "background" property of the QML Button object, define it as a Rectangle and give it a radius to have rounded corners.

      If you do not want to register any mouse clicks in those areas, you'll have to create your own button qml file and do something like suggested here:

      https://stackoverflow.com/questions/38164074/how-to-create-a-round-mouse-area-in-qml


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Also, RoundButton with a small radius can be used for this. Depends on which Controls you're using.

        (Z(:^

        1 Reply Last reply
        1

        • Login

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