Bug report #1506
QGIS 1.0.0: ugly blue bars making selections almost unreadable
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11566 |
Description
Attached screenshots shows that recently (or with new QT?) menu bars and selectors have an unwanted dark-blue color. The earlier light grey was much better of course.
Happens at least in OSGeo4W-QGIS (Windows) and Mandriva 2009.0.
A fix would be appreciated. Looks like an initialization bug.
History
#1 Updated by Borys Jurgiel almost 16 years ago
The same in Ubuntu Intrepid/KDE 4.2. QGIS just ignores the system qt palette. In KDE3@Ubuntu Hardy the system colours was used.
#2 Updated by Paolo Cavallini almost 16 years ago
Works fro me, on Debian testing/Xfce. Could you provide more details?
#3 Updated by Markus Neteler almost 16 years ago
Sure:
ldd /usr/local/lib/qgis//bin/qgis | grep -i qt libQtCore.so.4 => /usr/lib64/libQtCore.so.4 (0x00007f32f9cbe000) libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x00007f32f9181000) libQtXml.so.4 => /usr/lib64/libQtXml.so.4 (0x00007f32f8f3b000) libQtSvg.so.4 => /usr/lib64/libQtSvg.so.4 (0x00007f32f8ce9000) libQtNetwork.so.4 => /usr/lib64/libQtNetwork.so.4 (0x00007f32f89e4000) libQtSql.so.4 => /usr/lib64/libQtSql.so.4 (0x00007f32f87a7000) rpm -qf /usr/lib64/libQtCore.so.4 lib64qtcore4-4.4.3-1mdv2009.0 uname -a Linux host550 2.6.27.7-server-1mnb #3905 SMP Thu Dec 11 17:41:52 EST 2008 x86_64 Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz GNU/Linux cat /etc/issue Mandriva Linux release 2009.0 (Official) for x86_64 Kernel 2.6.27.7-server-1mnb on a Dual-processor x86_64 / \\l
#4 Updated by marisn - almost 16 years ago
qtconfig -> change style to something else -> file->save
Works just fine here. Gentoo ~x86, KDE 3.5.10, Qt 4.4.2
Is this QGIS bug? Probably this is Qt issue.
#5 Updated by Paolo Cavallini almost 16 years ago
Please chech whether other Qt apps have the same problem; in this case, please close the bug.
#6 Updated by Markus Neteler almost 16 years ago
It is not the case here, only QGIS is affected.
#7 Updated by Borys Jurgiel almost 16 years ago
At mine it was affecting all qt4, but not-kde applications, so it was just a problem with passing the current KDE palette to external qt4 applications. After I've fixed it, QGIS and the rest work fine. So the reason seems to be the default qt palette.
Markus, have you tried another "qt-but-not-kde" applications? At mine there was at least smplayer, qstardict and skype.
#8 Updated by Markus Neteler almost 16 years ago
Aha. While Skype looks ok, also qstardict (just installed now, v0.12.9-2mdv2009.0, x86_64) suffers from that color problem. What was your trick to fix that?
Note that it at least also affects OSGeo4W-QGIS on XP.
#9 Updated by Borys Jurgiel almost 16 years ago
In my case, a typical 'winbuntu' solution - I've unchecked (sic!) the 'Apply colors to non-KDE4 applications' chceckbox in the KDE systemsettings. After checking it back, the colors are still being passed to qt4 applications (but not to qt3 nor gtk ones). I'm using KDE 4.2rc @ qt 4.4.3.
#10 Updated by Markus Neteler almost 16 years ago
Thanks to and 071f3cc5 (SVN r10026) it is now blue with white font (and no longer blue with black font).
#11 Updated by Giovanni Manghi over 15 years ago
Can we close this? Seems to me that have been fixed already.
#12 Updated by Borys Jurgiel over 15 years ago
in any case, this is not a QGIS issue. But there's another thing.. Has the checkbox column to be so wide under windows?
#13 Updated by Giovanni Manghi over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Closing this, reopen if necessary.
I filed a enhancement ticket for the problem of the checkbox column under windows.
#14 Updated by Jürgen Fischer over 15 years ago
Replying to [comment:13 lutra]:
Closing this, reopen if necessary.
I filed a enhancement ticket for the problem of the checkbox column under windows.
Just to make sure you know: you can reference bugs with #NNNN and revisions with rNNNNN.
#15 Updated by Giovanni Manghi over 15 years ago
Just to make sure you know: you can reference bugs with #NNNN and revisions with rNNNNN.
thanks for the note, I was looking around on how to write references correctly.