样式表:
QMainWindow,QPushButton,QToolButton,QFileDialog,QColorDialog,QMessageBox {
background: #f5deb3;
}
QToolTip {
background:yellow;
}
QComboBox, QLineEdit, QSpinBox, QTextEdit, QListView {
background: #f5deb3;
selection-color: #0a214c;
selection-background-color: #C19A6B;
}
QScrollBar,QScrollArea {
background: #f5deb3;
}
QMenuBar,QMenu::item {
background: #f5deb3;
}
QMenu::separator {
background: #C19A6B;
height: 1px;
}
QToolBar{
background: #f5deb3;
}