linux: configurable controls

This commit is contained in:
Mahmood(Thunder07) 2016-09-06 00:23:31 +01:00
parent 7ccfc9f0dd
commit 9f016bd59f
11 changed files with 1574 additions and 29 deletions

View file

@ -4,6 +4,7 @@
#include <QMainWindow>
#include <QLabel>
#include <QKeyEvent>
#include <QXmlStreamReader>
#include "AppConfig.h"
#include "PS2VM.h"
@ -65,6 +66,7 @@ private:
};
lastOpenCommand* m_lastOpenCommand = nullptr;
QString ReadElementValue(QXmlStreamReader &Rxml);
protected:
void closeEvent(QCloseEvent*) Q_DECL_OVERRIDE;
void showEvent(QShowEvent*) Q_DECL_OVERRIDE;
@ -90,6 +92,7 @@ private slots:
void on_actionReset_triggered();
void on_actionMemory_Card_Manager_triggered();
void on_actionVFS_Manager_triggered();
void on_actionController_Manager_triggered();
};
#endif // MAINWINDOW_H