Form
0
0
322
203
Form
QPushButton#evilButton {
background-color: red;
border-style: outset;
border-width: 2px;
border-radius: 10px;
border-color: beige;
font: bold 14px;
min-width: 10em;
padding: 6px;
}
QPushButton#evilButton:pressed {
background-color: rgb(224, 0, 0);
border-style: inset;
}
QLineEdit { color: red }
QLineEdit[readOnly="true"] { color: gray }
-
Format C:
-
Qt::Horizontal
95
20
-
Foo
-
ReadOnly
true
-
Qt::Vertical
20
102