QFrame { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QComboBox { color: black; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QLineEdit { color: black; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QPushButton { border: 5px solid darkgrey; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00); color: white; } QPushButton#contactsButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QPushButton#settingsButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QPushButton#statusAreaButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QLabel#statusAreaLabel:enabled { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QLabel#statusAreaLabel:!enabled { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00); color: white; } QPushButton#scrollUpButton:!enabled { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); color: white; } QPushButton#scrollDownButton:!enabled { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); color: white; } QMenu::item { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00); color: white; } QMenu::separator { background: grey; } QMessageBox { background: white; } QMessageBox > QLabel { background: none; } QListView::item:selected:active { background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00); } QListView::item:selected:!active { background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00); } TocContactListWidget { qproperty-logoColor: "red"; }