Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
http://i.imgur.com/29GTg.png
The issue is what you see, the background color. For some reason, if there's a line, background portion will go white.
This is what i use to set color:
@m_palette.setColor(QPalette::All, QPalette::Window, m_color);@
@ m_palette.setColor(QPalette::All, QPalette::Window, m_color); m_palette.setColor(QPalette::All, QPalette::Base, m_color);@
That fixed it.