Results 1 to 2 of 2

Thread: QLabel AlignRight doesn't work

  1. #1
    Join Date
    Jul 2015
    Posts
    87
    Thanks
    1
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default QLabel AlignRight doesn't work

    Hi,
    Column.jpg

    I have a QTableWidget and insid each cell is widget with
    a horizontal layout with three QLabel. Each QLabel is set to AlignRight.
    When i write to the left QLabel a number greater than 10 you can
    see that the left QLabel ignores the AlignRight.

    Anyone who has an idea why QLabel ignores the AlignRight?

    Regards

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: QLabel AlignRight doesn't work

    The issue is not with QLabel, as each cell has different layout, you cannot expect a label to align with label in other cells below/above. Depending on your UI requirements, you may use QGridLayout instead of QTableWidget.
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

Similar Threads

  1. Replies: 1
    Last Post: 6th March 2012, 14:25
  2. Replies: 4
    Last Post: 6th March 2012, 00:27
  3. Qsrcollarea doesn't scroll on qlabel
    By msalman in forum Qt Programming
    Replies: 0
    Last Post: 7th July 2011, 07:32
  4. QT 4 qlabel how to work them
    By michellembrodeur in forum Newbie
    Replies: 3
    Last Post: 26th March 2011, 21:34
  5. QLabel background color doesn't work in toolbars
    By iig in forum Qt Programming
    Replies: 0
    Last Post: 10th August 2010, 11:30

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.