aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/anchorbottom.css
blob: 98ad512dc962a177859d5b75be64074a23297259 (plain)
1
2
3
4
5
6
7
8
9
10
11
QPushButton {
    border-image: url(:/qmldesigner/images/anchor-bottom-normal.png);
 }
 
QPushButton:pressed {
    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png);
 }
 
 QPushButton:checked {
    border-image: url(:/qmldesigner/images/anchor-bottom-pressed.png);
 }