Add accessible name for QToolButton css

Make sure it does not apply to other buttons.

Fixes #1255
This commit is contained in:
Jonas Kvinge
2024-02-25 02:50:40 +01:00
parent 6d52a2b409
commit 72bccad82d
8 changed files with 45 additions and 6 deletions

View File

@@ -635,6 +635,9 @@
</item>
<item>
<widget class="QPushButton" name="tags_art_button">
<property name="accessibleName">
<string>MenuPopupToolButton</string>
</property>
<property name="text">
<string>Change art</string>
</property>