tags:

views:

64

answers:

1

Hi,

I have some QtWidget (QtLineEdit) and I would like to align it to the right in my QtToolBar.

Is there any simple way to do it?

Thanks.

+2  A: 

try putting spacer before it

Kamil Klimek
Yep, It works. Thanks for your help. Here is sample http://www.ffuts.org/blog/right-aligning-a-button-in-a-qtoolbar/
Tomáš Linhart