update:更新下拉框样式

This commit is contained in:
2025-06-03 14:20:29 +08:00
parent 059ac5b270
commit 623db2ea76
3 changed files with 10 additions and 1 deletions

View File

@@ -44,6 +44,11 @@ void MainWindow::initStyle()
width: 20px;
}
QComboBox::down-arrow {
image: url(:/resources/down_arrow.svg);
width: 12px;
height: 16px;
}
QComboBox QAbstractItemView {
background-color: #FFFFFF;
border: 1px solid #E5E7EB;