mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
Add QComboBox for date format selection
Signed-off-by: Akabaalo <akabaalo10@gmail.com>
This commit is contained in:
parent
b230645d53
commit
bfcf5e4044
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue