aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorright.css
blob: ee1690e23c9ec6be9074328390e695ff22d07232 (plain)
1
2
3
4
5
6
7
8
9
10
11
QPushButton {
    border-image: url(:/qmldesigner/images/anchor-right-normal.png);    
 }
 
  QPushButton:pressed {
    border-image: url(:/qmldesigner/images/anchor-right-pressed.png);
 }
 
 QPushButton:checked {
    border-image: url(:/qmldesigner/images/anchor-right-pressed.png);
 }