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