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:
parent
ea53d6085a
commit
06d4654966
7 changed files with 299 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue