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