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