样式表

treeView.setStyleSheet("QTreeView { background-color: lightblue; color: white; }"
                        "QTreeView::item { border-bottom: 1px solid black; }"
                        "QTreeView::item:selected { background-color: blue; color: white; }");
Table of Contents