Results 1 to 5 of 5

Thread: Custom buttons using style sheets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Location
    Portugal
    Posts
    171
    Thanks
    57
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Custom buttons using style sheets

    How about ...try a round icon (background transparent) on the button and then apply this on the styleshhet:
    Qt Code:
    1. QPushButton {border-style: outset; border-width: 0px;}
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to graciano for this useful post:

    GrahamLabdon (22nd March 2010)

Similar Threads

  1. Do Qt Style Sheets support List-style-image?
    By daiheitan in forum Qt Programming
    Replies: 6
    Last Post: 12th March 2010, 01:41
  2. style sheets
    By alisami in forum Qt Programming
    Replies: 8
    Last Post: 7th May 2009, 09:41
  3. style sheets select all except something
    By codeslicer in forum Qt Programming
    Replies: 4
    Last Post: 6th March 2008, 00:21
  4. Qt style sheets
    By locus in forum Qt Programming
    Replies: 5
    Last Post: 5th April 2007, 17:03
  5. style sheets
    By TheKedge in forum Qt Programming
    Replies: 1
    Last Post: 29th March 2007, 15:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.