Quote Originally Posted by ber_44 View Post
Qt Code:
  1. palette.setColor(QPalette::Window, QColor(255, 255, 255, 127));
To copy to clipboard, switch view to plain text mode 
Shouldn't that be QPalette::Base: "Used as the background color for text entry widgets; usually white or another light color"?