10 lines
433 B
Plaintext
10 lines
433 B
Plaintext
<!DOCTYPE RCC>
|
|
<RCC version="1.0">
|
|
<!-- QSS 用的内嵌图标(下拉箭头等)。运行时经 :/icons/... 读取,平面现代风,
|
|
跨明暗主题用中性灰,避免覆写 ::drop-down 后 Fusion 原生斜角箭头的复古观感。 -->
|
|
<qresource prefix="/icons">
|
|
<file alias="chevron-down.svg">icons/chevron-down.svg</file>
|
|
<file alias="chevron-up.svg">icons/chevron-up.svg</file>
|
|
</qresource>
|
|
</RCC>
|