qt5base-lts/tests/baseline/stylesheet/icons.qrc
Volker Hilsheimer 77de4a9bb4 Fix and complete style sheet support for QToolButton
Amends 2b2e7b2ac5, which rewrote the
rendering to remove the conflation of menu arrows and arrow icons, but
introduced double rendering of the arrow icons if only the border was
styled.

Add a baseline test for style sheets, with a test function for
QToolButton configured in various ways and styled with different style
sheets.
The new test case includes a Qt 5 build system so that we can compare Qt
5.15 with Qt 6.

Fixes: QTBUG-98286
Pick-to: 6.2 6.2.2
Change-Id: I09cdc829c1a7e7913df4c3768dbe44b6dba4778b
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2021-11-26 09:36:07 +01:00

10 lines
216 B
Plaintext

<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file>icons/align-center.png</file>
<file>icons/align-left.png</file>
<file>icons/align-right.png</file>
<file>icons/arrow-up.png</file>
</qresource>
</RCC>