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