Results 1 to 2 of 2

Thread: QPushButton, stylesheets, text alignment

  1. #1
    Join Date
    May 2007
    Posts
    20
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default QPushButton, stylesheets, text alignment

    Is it possible to control the text alignment (horizontal & vertical) on a QPushButton using stylesheets, or do I have to subclass QAbstractButton and make my own?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QPushButton, stylesheets, text alignment

    Quote Originally Posted by SiLiZiUMM View Post
    Is it possible to control the text alignment (horizontal & vertical) on a QPushButton using stylesheets
    To me it looks like it's not possible.

    or do I have to subclass QAbstractButton and make my own?
    I think you could subclass QPushButton instead of QAbstractButton. This will save you from quite a bit of work. All you need is a bit different rendering so it could be done in reimplemented paintEvent().
    J-P Nurmi

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. QPushButton and HTML text
    By ivan.cukic in forum Qt Programming
    Replies: 2
    Last Post: 20th March 2007, 13:48
  3. QToolButton text alignment
    By Vladimir in forum Qt Programming
    Replies: 6
    Last Post: 2nd March 2007, 07:42
  4. QPushbutton to fit it's text
    By Equilibrium in forum Qt Programming
    Replies: 4
    Last Post: 22nd June 2006, 16:15
  5. Icon Text Alignment
    By nupul in forum Newbie
    Replies: 3
    Last Post: 1st May 2006, 04:47

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.