hi
i want to use a common style sheet for all the QFrame,s which can be done like this.
Qt Code:
  1. QApplication a(argc, argv);
  2. a.setStyleSheet("QFrame {background-image: url(qt.png);}");
To copy to clipboard, switch view to plain text mode 

if any one of the QFrame object needs different stylesheet ,how to get it.