summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc/images
diff options
context:
space:
mode:
authorEd Cooke <[email protected]>2023-11-01 14:18:14 +0100
committerEd Cooke <[email protected]>2023-12-14 20:06:32 +0100
commit76b2852b7cff183ba31d6b09b00cbabdffb9ba71 (patch)
tree0b50dedd8cd9c9631f9ca41c343406390a6c221f /examples/sql/doc/images
parent33254fb41f29b510d3d74dbaab60f0a67ef56d46 (diff)
Update the books example
Remove the .ui file and write the equivalent implementation. Replace the outdated star icons with new star icons. 5 empty stars are now provided and filled in depending on the rating. The new stars are SVG, however, we do not use an SvgRenderer as we cannot use the QtSvg API from QtBase directly. It is safe to assume the SVG image loading plugin is present, the worst case scenario would be empty icons, but it would still build. We instead use QIcon. For the rating, draw the star icons in a combobox, replacing the old spinbox. Update the layout by moving the table view to the bottom, and arranging the input fields at the top. The scrollbar policies have been set to Qt::ScrollBarAsNeeded for the table view. Fixes: QTBUG-118476 Pick-to: 6.7 6.6 6.5 Change-Id: I27c13534ab06e17531d155469a1cc6e7e05197af Reviewed-by: Axel Spoerl <[email protected]>
Diffstat (limited to 'examples/sql/doc/images')
-rw-r--r--examples/sql/doc/images/books-demo.pngbin14782 -> 13975 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/examples/sql/doc/images/books-demo.png b/examples/sql/doc/images/books-demo.png
index 77b3b308c94..29f5c844730 100644
--- a/examples/sql/doc/images/books-demo.png
+++ b/examples/sql/doc/images/books-demo.png
Binary files differ