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