Files
qt-creator/share/qtcreator/qmldesigner/propertyeditor/Qt/applybutton.css
Thomas Hartmann f2ada23d26 QmlDesigner: using Qt 4.7 again
We need to support the N900

Reviewed-by: Kai Koehne
2010-10-06 09:47:13 +02:00

9 lines
185 B
CSS

QPushButton {
border-image: url(:/qmldesigner/images/apply.png) 3;
border-width: 3;
}
QPushButton:hover {
border-image: url(:/qmldesigner/images/applybright.png) 3;
}