Actually call retranslateUi, add spinBox to change sample hand size, add card size slider.

This commit is contained in:
Lukas Brübach 2025-05-05 22:55:55 +02:00
parent a07c1badd8
commit ebdc00b3be
6 changed files with 56 additions and 5 deletions

View file

@ -272,6 +272,9 @@ void SettingsCache::setVisualDatabaseDisplayFilterToMostRecentSetsEnabled(QT_STA
void SettingsCache::setVisualDatabaseDisplayFilterToMostRecentSetsAmount(int /* _amount */)
{
}
void SettingsCache::setVisualDeckEditorSampleHandSize(int /* _amount */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}