Setstylesheet Python
qApp.setStyleSheet("QLineEdit { background-color: yellow }")
STEVE-ROLAND NDE TSAPI
qApp.setStyleSheet("QLineEdit { background-color: yellow }")
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;
}
QTextEdit, QListView {
background-color: white;
background-image: url(draft.png);
background-attachment: scroll;
}
myDialog.setStyleSheet("QLineEdit#nameEdit { background-color: yellow }")
QLineEdit { color: red }
QLineEdit[readOnly="true"] { color: gray }
#registrationDialog QLineEdit { color: brown }