aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/cancelbutton.css
blob: 2078aa0d341da6004926a0180f929f95c4a74d08 (plain)
1
2
3
4
5
6
7
8
QPushButton {
     border-image: url(:/qmldesigner/images/cancel.png) 3;
     border-width: 3;     
 }
 
  QPushButton:hover {
    border-image: url(:/qmldesigner/images/cancelbright.png) 3;
 }