Files
qt-creator/share/qtcreator/qmldesigner/propertyeditor/Qt/layoutWidget.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

35 lines
610 B
CSS

QPushButton::checked
{
border-radius: 4px;
border: 4px solid #4f4f41;
border-image: none;
background-color: #9a9b9e;
}
QPushButton:pressed
{
border: 1px solid #5f5f51;
background-color: #dadbde;
background: none;
color: white;
}
QPushButton:flat {
border: 1px solid #5f5f51;
background-color: #eadbde;
color: white;
}
QPushButton:default {
border-color: 1px solid black;
background-color: #eadbde;
color: white;
}
QFrame{
border: 2px solid black;
border-radius: 4px;
padding: 2px;
background: #aaabae;
}