osx - Qt5 OS X menubar empty menu-item not hidden -
i'm using qt5 on os x 10.8 , i'm creating application menu bar in qt creator. placing items quit or preferences in application menu works specifying menurole accordingly. however, since items need placed in menu , moved automatically qt application menu end empty menu items.
according this empty items should hidden me not.
what have this:
file preferences <separator> quit preferences, quit , about correctly moved application menu. unfortunately file , about still shown. how can make qt hide them?
after going project 10 months , 2 minor qt versions later, problem gone. installed qt 5.2 on os x 10.9 , app's menu expected.
Comments
Post a Comment