configure_input: Convert into QDialog
This commit is contained in:
parent
20dffc22a2
commit
59ca8d458d
3 changed files with 47 additions and 7 deletions
|
@ -34,7 +34,7 @@ void CallConfigureDialog(ConfigureInput& parent, Args&&... args) {
|
|||
} // Anonymous namespace
|
||||
|
||||
ConfigureInput::ConfigureInput(QWidget* parent)
|
||||
: QWidget(parent), ui(std::make_unique<Ui::ConfigureInput>()) {
|
||||
: QDialog(parent), ui(std::make_unique<Ui::ConfigureInput>()) {
|
||||
ui->setupUi(this);
|
||||
|
||||
players_controller = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue