Comment # 4
on bug 10313
from Roland Knall
(In reply to comment #3)
> This could be a Qt issue - it might be doing something that happened to work
> prior to 10.9 but that fails to work on 10.9 and later. It might also be
> that we're doing something with Qt that we shouldn't be.
>
> A quick search didn't find any immediately obvious bugs concerning this in
> the Qt bug database.
Hi, I found a similair issue:
http://stackoverflow.com/questions/21744411/qt-menubar-not-showing
Basically, the guy builds a menu with QMenuBar, and as long as he adds
separator lines, he runs into the same issues than qtshark does.
It could be worth trying a newer version of Qt, if you did not already, as I
build on my system with 5.2.x, which came with macosx-setup.sh. Maybe 5.3 has
this already fixed, and that is why, noone found it yet. Otherwise a bug-report
should be filled with Qt, as this is obviously a Qt issue, if it happens on
another codebase as well.
You are receiving this mail because:
- You are watching all bug changes.