Add QComboBox for date format selection

Signed-off-by: Akabaalo <akabaalo10@gmail.com>
This commit is contained in:
Akabaalo 2026-04-14 13:58:04 +02:00 committed by GitHub
parent b230645d53
commit bfcf5e4044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ class QTreeView;
class QLabel;
class Setting;
class QCheckBox;
class QComboBox;
class LanguageSelectionWidget : public QWidget {
Q_OBJECT
@ -41,4 +42,5 @@ class LanguageSelectionWidget : public QWidget {
QTreeView* languageView = nullptr;
QLabel* helpUsLabel = nullptr;
QCheckBox* formatCheckbox = nullptr;
QComboBox* dateFormatCombo = nullptr;
};