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