mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-18 20:18:00 -05:00
configure_input: Convert into QDialog
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user