View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#29
Originally Posted by labra View Post
Is there a way of having the "old style" menu still in QT 4.6? Porting some applications is very tricky when all normal menuitems are translated into hildon menuitems automatically (very many items in the list --> unusable).

So is there an easy way to prevent this
Yes, reduce the number if items in the menu.
Put the other functionality elsewhere - this is also required if you want your app to be finger-friendly, anyways.

Originally Posted by emesem View Post
Bringing up an old one.

I also use MADDE. In the Qt Designer you can add a menu bar to your main window by right clicking on it (in the "object/class window") and selecting menu bar. Then it will show up in the wysiwyg window. There you can change the "type here" to something valid and get your menu. In that "drop down" menu you, you have to fill in some names. If I take the examples above it would be "Action1" and "Action2".

The resulting action will be called like actionAction1 actionAction2, or so, which you than can use.

I hope this can be somehow understood (without graphics ^^).
Thanks!
Since then, I already discovered this. But it is nice from you to answer.