QComboBox::drop-down {width:25px;image: url(:/new/prefix1/resource/droparrow_normal.png) }\
QComboBox::drop-down:pressed {width:25px;image: url(:/new/prefix1/resource/droparrow_press.png) }\
QComboBox:hover{border:1px ;border-image: url(:/new/prefix1/resource/dropbox_press.png);}\
QAbstractItemView{background-color:rgb(189,211,233);color:black;selection-color:black}");
ui->tableView->setStyleSheet("QHeaderView::section{ font-weight:900;color: black;height:30px;padding-left:5px;border-image: url(:/new/prefix1/resource/listheadbg_31.png);font-family:\"华文宋体\";font-size:16px;}\
QTableView::section {background: red;border:2px outset red;}");
ui->radioButton->setStyleSheet("QRadioButton::indicator::checked {border-image: url(:/new/prefix1/resource/radio_press.png);}QRadioButton::indicator{border-image: url(:/new/prefix1/resource/radio_normal.png);}");