[SOLVED]How to control QAction position in QToolBar & QMenuBar
-
Hi professionals,
I wonder how can i control the position of a QAction in QToolBar & QMenuBar?
What i am trying to do is the following:
- Position a QAction at the end of my QMenuBar (at most right).
- Position a Help QAction (button) at the end of my QToolBar (at most right).
Thanks.
-
-
Thanks broadpeak, problem solved.