hi
how to set left alignment for pushbutton's text property
Thnks
Bala
Printable View
hi
how to set left alignment for pushbutton's text property
Thnks
Bala
hi,
can i use HTML format text in pushbutton for left alignment?
No. You can use QwwRichTextButton for that. Regular push buttons are always centered.
Thnks wysota,
i will try ur widget.
What is the best way to align the text in PUSHBUTTON?
Is it possible to set the text alignment in stylesheet for pushbutton?
Thnks
Bala
Thnks wysota
Bala
What's about this:
Code:
button->setStyleSheet("Text-align:left");
excellent bremer.
its working
Thankz for ur excellent support.
Bala