Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Buttons have a small white boarder

Buttons have a small white boarder

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 225 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.
  • C Offline
    C Offline
    Circuits
    wrote on last edited by
    #1

    I am trying to eliminate this small white border around the buttons on this keypad. Does anyone have any idea what I should be looking for? I realize the question is sort of vague but I am just wondering if anyone knows off the top of their heads what property that would be?

    0_1564759245135_keypad.png

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

      QtWidgets or QtQuick? If QtQuick - are these custom components or buttons from QtQuick.Controls 2.x?

      In general, the property to look for is border.width, but exact answer depends on which technology you're using.

      (Z(:^

      1 Reply Last reply
      4
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by Kent-Dorfman
        #3

        and of course the ultimate hack is that you can implement QAbstractButton and make a custom button widget that displays any way you want.

        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