[Settings] Clean up groupings in general settings (#6907)

This commit is contained in:
RickyRister 2026-05-19 03:32:45 -07:00 • committed by GitHub
parent 40b947c1e7
commit 55c84ca860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 79 additions and 40 deletions

View file

@ -34,6 +34,13 @@ private slots:
private:
QStringList findQmFiles();
QString languageName(const QString &lang);
QGroupBox *languageGroupBox;
QGroupBox *versionGroupBox;
QGroupBox *cardDatabaseGroupBox;
QGroupBox *startupGroupBox;
QGroupBox *pathsGroupBox;
QLineEdit *deckPathEdit;
QLineEdit *filtersPathEdit;
QLineEdit *replaysPathEdit;
@ -43,8 +50,6 @@ private:
QLineEdit *tokenDatabasePathEdit;
QPushButton *resetAllPathsButton;
QLabel *allPathsResetLabel;
QGroupBox *personalGroupBox;
QGroupBox *pathsGroupBox;
QComboBox languageBox;
QCheckBox startupUpdateCheckCheckBox;
QLabel startupCardUpdateCheckBehaviorLabel;