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

@@ -1 +1,5 @@
<RCC/>
<RCC>
<qresource prefix="/">
<file>resources/down_arrow.svg</file>
</qresource>
</RCC>

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;

View File

Before

Width:  |  Height:  |  Size: 1009 B

After

Width:  |  Height:  |  Size: 1009 B