What's wrong with MenuBar and controls?! #243

Open
opened 2015-04-25 15:19:01 +02:00 by EXL · 4 comments
EXL commented 2015-04-25 15:19:01 +02:00 (Migrated from github.com)

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!

MenuBar bug

And a controls "as if hanging in the air"!

Controls bug

But other applications, which using QtQuick Controls (e. g. I run the QtQuick TextEditor example from Qt) looks great.

QtQuick Controls

Please tell me how to get the fix of this bug.
Thanks!

My log:

Starting /storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/cool-retro-term...
kf5.kiconthemes: "Theme tree: (Breeze)"
default KB_LAYOUT_DIR:  "/storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/qmltermwidget/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_42::close()
loadAllColorSchemes
Session::run() - program: "/bin/bash"
Session::run() - arguments: ("")
started!

I use official Qt 5.4.1 from qt.io
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

--- 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).
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! ![MenuBar bug](http://i.imgur.com/w4jlHf7.png) And a controls "as if hanging in the air"! ![Controls bug](http://i.imgur.com/kl3Qjdg.png) But other applications, which using QtQuick Controls (e. g. I run the QtQuick TextEditor example from Qt) looks great. ![QtQuick Controls](http://i.imgur.com/2rulJAK.png) Please tell me how to get the fix of this bug. Thanks! My log: ``` Starting /storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/cool-retro-term... kf5.kiconthemes: "Theme tree: (Breeze)" default KB_LAYOUT_DIR: "/storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/qmltermwidget/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_42::close() loadAllColorSchemes Session::run() - program: "/bin/bash" Session::run() - arguments: ("") started! ``` I use official Qt 5.4.1 from qt.io 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 ## <bountysource-plugin> --- 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). </bountysource-plugin>
Swordfish90 commented 2015-05-05 12:10:53 +02:00 (Migrated from github.com)

Sorry for the very late response. could you please comment the line:

color: "#00000000"

in app/qml/main.qml and recompile the application please?

Sorry for the very late response. could you please comment the line: color: "#00000000" in app/qml/main.qml and recompile the application please?
EXL commented 2015-05-07 12:25:43 +02:00 (Migrated from github.com)

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.

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.
mhidro commented 2017-01-03 15:04:06 +01:00 (Migrated from github.com)

Had the same problem

Commented out color: "#00000000" in app/qml/main.qml
that fixed it.

Had the same problem Commented out color: "#00000000" in app/qml/main.qml that fixed it.
giacecco commented 2017-09-26 14:11:34 +02:00 (Migrated from github.com)

I've used the same workaround @mhidro suggests, however now it looks like this :-(

screenshot from 2017-09-26 13-10-51

I've used the same workaround @mhidro suggests, however now it looks like this :-( ![screenshot from 2017-09-26 13-10-51](https://user-images.githubusercontent.com/303693/30859565-31f2f9da-a2bc-11e7-81da-c75d65a3b8f9.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#243
No description provided.