mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-06 10:57:53 -05:00
citra-qt: game list search function (#2673)
* citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <QMainWindow>
|
||||
#include <QTimer>
|
||||
#include "ui_main.h"
|
||||
|
||||
class CallstackWidget;
|
||||
@ -41,6 +42,7 @@ class GMainWindow : public QMainWindow {
|
||||
};
|
||||
|
||||
public:
|
||||
void filterBarSetChecked(bool state);
|
||||
GMainWindow();
|
||||
~GMainWindow();
|
||||
|
||||
@ -122,6 +124,7 @@ private slots:
|
||||
void OnMenuRecentFile();
|
||||
void OnSwapScreens();
|
||||
void OnConfigure();
|
||||
void OnToggleFilterBar();
|
||||
void OnDisplayTitleBars(bool);
|
||||
void ToggleWindowMode();
|
||||
void OnCreateGraphicsSurfaceViewer();
|
||||
|
Reference in New Issue
Block a user