solitare/qml
ItsDrike 57958ed853
Dynamically scale the cards & everything else
Currently, most things were scaled based on the card dimensions,
though some things were hard-coded. This commit moves away from all
hard-coded sizes in favor of everything relying on card heights.

Additionally, it makes the card height itself no longer hard-coded,
passing it as a property to most custom structures.

The card height itself is now calculated from Main.qml to make sure
everything fits within the screen and scales as the window is resized.
2024-12-08 13:09:15 +01:00
..
CardModel.qml Format qml files 2024-12-05 03:24:09 +01:00
DrawPile.qml Dynamically scale the cards & everything else 2024-12-08 13:09:15 +01:00
FoundationPiles.qml Dynamically scale the cards & everything else 2024-12-08 13:09:15 +01:00
images.qrc List items in qrc in alphabetical order 2024-12-07 23:17:34 +01:00
Main.qml Dynamically scale the cards & everything else 2024-12-08 13:09:15 +01:00
qml.qrc List items in qrc in alphabetical order 2024-12-07 23:17:34 +01:00
ScoreBar.qml Format qml files 2024-12-05 03:24:09 +01:00
Tableau.qml Dynamically scale the cards & everything else 2024-12-08 13:09:15 +01:00
ThrowawayPile.qml Dynamically scale the cards & everything else 2024-12-08 13:09:15 +01:00