QHeaderView::section{ font-size:20px; /*标题栏字号*/ font-family:"Microsoft YaHei"; height:30px; /*标题栏高度*/ background:#BABABA; /*标题栏背景色*/ color:black; border:none; } QTableView{ font-size:20px; /*列表行字号*/ font-family:"Microsoft YaHei"; color:black; /*列表行字体颜色*/ /*背景色红、绿、蓝、透明度*/ alternate-background-color:rgba(178, 185, 195, 130); background-color:rgba(20, 63, 128, 25); /*背景色红、绿、蓝、透明度*/ qproperty-showGrid:false; outline:0px; } QTableView::item{ border:none; } QScrollBar{ background-color: #cccfd9; /*边框背景色*/ border: none; border-radius: 0px; height: 20px; width: 20px; } QScrollBar::handle{ border-color:#BABABA; border-radius: 4px; background: #BABABA; /*拖动条颜色*/ min-width: 20px; min-height: 20px; } QScrollBar::add-line, QScrollBar::sub-line, QScrollBar::add-page, QScrollBar::sub-page { width: 0px; background: transparent; } QScrollArea{ border: none; }