Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.46 KB | None | 0 0
  1. .QMainWindow
  2. {
  3.     background-color: #242424;
  4. }
  5. Client QPushButton:Disabled {
  6.     color:#2b2b2b;
  7. }
  8.  
  9. Client QPushButton {
  10.     border-radius: 4px;
  11.     border: 1px solid #000000;
  12.     padding: 3px;
  13.     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, STOP: 0 #ffffff, STOP: 0.5 #aeaeae, STOP: 1 #ffffff);
  14.     color:#000000;
  15.     background-attachment: scroll;
  16.     background-repeat: no-repeat;
  17.     background-position: left;
  18.    
  19. }
  20. <NO ENTER, ENTER THE NEXT LINE, WHATEVER IT IS>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement