Expand/shrink card view window on double click (#5652)

This commit is contained in:
RickyRister 2025-02-25 15:32:45 -08:00 committed by GitHub
parent 21e22ed5fb
commit 47311b1dfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 116 additions and 8 deletions

View file

@ -91,6 +91,9 @@ private slots:
void openThemeLocation();
void showShortcutsChanged(QT_STATE_CHANGED_T enabled);
void cardViewInitialRowsMaxChanged(int value);
void cardViewExpandedRowsMaxChanged(int value);
private:
QLabel themeLabel;
QComboBox themeBox;
@ -110,6 +113,8 @@ private:
QSpinBox verticalCardOverlapPercentBox;
QLabel cardViewInitialRowsMaxLabel;
QSpinBox cardViewInitialRowsMaxBox;
QLabel cardViewExpandedRowsMaxLabel;
QSpinBox cardViewExpandedRowsMaxBox;
QCheckBox horizontalHandCheckBox;
QCheckBox leftJustifiedHandCheckBox;
QCheckBox invertVerticalCoordinateCheckBox;