Commit Graph

6 Commits (8ca51f434aad9df3d55aa0bcb0b487466f0d5df7)

Author SHA1 Message Date
Alex Huszagh 7d28a38927 Document inability to modify QWizard::AeroStyle colors.
Add `QWizard::AeroStyle` to known issues, and document how the values
are hard-coded and the solution: just don't use `AeroStyle`.

Closes #61.
2022-05-03 17:19:27 -05:00
Alex Huszagh 652f4a46bf Fix links in ISSUES.md 2022-05-03 17:02:13 -05:00
Alex Huszagh d006be8949 Added QWhatsThis to known issues.
Created sample workaround in `example/whatsthis.py`, showing how to
style the `QWhatsThis` widget using `QPalette`, and added a workaround
description to `ISSUES.md`.

Closes #59.
2022-05-03 16:59:41 -05:00
Alex Huszagh 0ce688bf40 Document workarounds for link colors.
You cannot modify the default link color in a stylesheet, so document
the 2 ways to modify the link color via either the `style` atttibute of
the `a` tag, or using the `QPalette:Link` color role.

Closes #58.
2022-05-03 16:01:17 -05:00
Alex Huszagh 48bd6fb47d Refactor examples.
Add shared code between the examples, to reduce the amount of
boilerplate used in each example. Includes shared colors, Qt5/Qt6 compat
definitions, argparsers, and app startup/exec code.
2022-05-03 12:43:49 -05:00
Alex Huszagh 7117f45ef8 Added standalone issues documentation.
Create a standalone file documenting limitations and issues with
stylesheets, and providing code samples and workarounds for these
issues.
2022-05-03 10:44:26 -05:00