0

Possible Duplicate:
Change checkbox position for a QCheckBox

This is a really straight-forward question: how can I make the QCheckBox text to be on the left side of the checkbox and not on the right?

Community
  • 1
  • 1
Antoni4040
  • 2,297
  • 11
  • 44
  • 56
  • 1
    http://stackoverflow.com/questions/3189951/change-checkbox-position-for-a-qcheckbox – Vladimir Aug 12 '12 at 12:40
  • Even easier... Use the QWidget.setLayoutDirection method and set it RightToLeft vs. LeftToRight You can do this in Designer or through code, it is a property or all widgets. – Eric Hulser Aug 12 '12 at 21:40

0 Answers0