Guest User

Untitled

a guest
Oct 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class MyWindow : public QWindow
  2. {
  3. .....
  4. };
  5.  
  6. MyWindow *window;
  7.  
  8. MyWindow
  9. {
  10. style1: value1
  11. style2: value2
  12. }
  13.  
  14. window->setStyleSheet( "style1: value1" );
  15. window->setStyleSheet( "style2: value2" );
Add Comment
Please, Sign In to add comment