mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-03 08:03:36 +00:00
feat(ui): Surprise Me! Option
Needed the thingies Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -149,6 +149,7 @@ public slots:
|
||||
void OnConfigurationChanged();
|
||||
|
||||
private slots:
|
||||
void onSurpriseMeClicked();
|
||||
void UpdateProgressBarColor();
|
||||
void OnItemExpanded(const QModelIndex& item);
|
||||
void OnTextChanged(const QString& new_text);
|
||||
@@ -200,6 +201,7 @@ private:
|
||||
QToolButton* btn_grid_view = nullptr;
|
||||
QSlider* slider_title_size = nullptr;
|
||||
QToolButton* btn_sort_az = nullptr;
|
||||
QToolButton* btn_surprise_me = nullptr;
|
||||
Qt::SortOrder current_sort_order = Qt::AscendingOrder;
|
||||
QTreeView* tree_view = nullptr;
|
||||
QListView* list_view = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user