The below code is not working on QT4.3
QListWidget, QLabel {
selection-background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 lightblue, stop: 1 navy);
}
But this code work in QLineEdit
The below code is not working on QT4.3
QListWidget, QLabel {
selection-background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 lightblue, stop: 1 navy);
}
But this code work in QLineEdit
Bookmarks