/* R1 */ QDialog { background-image: url(:/images/background.png); } /* R2 */ QLabel { font: 9pt; color: rgb(, , ); } /* R3 */ QComboBox:editable, QLineEdit, QListView { color: rgb(, , ); background-color: rgb(, , ); selection-color: white; selection…