| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 2 | |
I have a class which sets the background mode in the constructor to Qt::NoBackground. Then I follow it with a setPaletteBackgroundColor which in turns resets the background mode to Qt::PaletteBackground, where it should have stayed Qt::NoBackground in my opinion. Is this a bug, (using Qt linux 3.0.1)? JD