mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
configure_input: Convert into QDialog
This commit is contained in:
parent
6d91a87755
commit
5169c4b326
3 changed files with 47 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <array>
|
||||
#include <memory>
|
||||
|
||||
#include <QDialog>
|
||||
#include <QKeyEvent>
|
||||
#include <QWidget>
|
||||
|
||||
#include "ui_configure_input.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@ namespace Ui {
|
|||
class ConfigureInput;
|
||||
}
|
||||
|
||||
class ConfigureInput : public QWidget {
|
||||
class ConfigureInput : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue