Style QComboBox's Sub-Control-Pfeil nach unten, wenn die Maus über QSS @ über die QComboBox bewegt wi

Ich weiß, wie man @ styQComboBox wenn die Maus schwebt:

pComboBox->setStyleSheet(pComboBox->styleSheet()+QString("  QComboBox:hover{css style here}"))

Und ich weiß auch zu stylenQComboBox Sub-Control-Pfeil nach unten über:

pComboBox->setStyleSheet(pComboBox->styleSheet()+QString("  QComboBox::down-arrow{css style here}"))

Aber ich weiß nicht, wie man @ styQComboBox 's Sub-Controldown-arrow wenn sich die Maus über dem @ befindQComboBox viaQSS. Hat jemand eine Idee?

Antworten auf die Frage(2)

Ihre Antwort auf die Frage