Skip to content

Instantly share code, notes, and snippets.

@reflog
Created May 28, 2012 07:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reflog/2817918 to your computer and use it in GitHub Desktop.
Save reflog/2817918 to your computer and use it in GitHub Desktop.
etching
QPalette pal = QApplication::palette();
pal.setColor(QPalette::Disabled, QPalette::Text, QColor(80, 80, 80));
pal.setColor(QPalette::Disabled, QPalette::Light, QColor(0, 0, 0, 0));
QApplication::setPalette(pal);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment