What's wrong with MenuBar and controls?! #243
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried to compile your application on kUbuntu 15.04 (released the day before yesterday) and I got the wrong displaying MenuBar and controls. The MenuBar looks completely transparent!
And a controls "as if hanging in the air"!
But other applications, which using QtQuick Controls (e. g. I run the QtQuick TextEditor example from Qt) looks great.
Please tell me how to get the fix of this bug.
Thanks!
My log:
I use official Qt 5.4.1 from qt.io
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12071958-what-s-wrong-with-menubar-and-controls?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2
KDE Plasma Version: 5.2.2
Qt Version: 5.4.1
Kernel Version: 3.19.0-15-generic
OS Type: 64-bit
Sorry for the very late response. could you please comment the line:
color: "#00000000"
in app/qml/main.qml and recompile the application please?
Thank you. This fix problem with transparent MenuBar.
But the widgets in the settings dialog look very strange. I think this problem is because of the white background in the settings dialog.
Had the same problem
Commented out color: "#00000000" in app/qml/main.qml
that fixed it.
I've used the same workaround @mhidro suggests, however now it looks like this :-(