mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-28 04:52:35 +02:00
Added double click to add expressions when mapping
This commit is contained in:
parent
243df970ff
commit
f0454ab2fa
@ -427,6 +427,7 @@ void IOWindow::Update()
|
|||||||
void IOWindow::ConnectWidgets()
|
void IOWindow::ConnectWidgets()
|
||||||
{
|
{
|
||||||
connect(m_select_button, &QPushButton::clicked, [this] { AppendSelectedOption(); });
|
connect(m_select_button, &QPushButton::clicked, [this] { AppendSelectedOption(); });
|
||||||
|
connect(m_option_list, &QTableWidget::cellDoubleClicked, [this] { AppendSelectedOption(); });
|
||||||
connect(&Settings::Instance(), &Settings::ReleaseDevices, this, &IOWindow::ReleaseDevices);
|
connect(&Settings::Instance(), &Settings::ReleaseDevices, this, &IOWindow::ReleaseDevices);
|
||||||
connect(&Settings::Instance(), &Settings::DevicesChanged, this, &IOWindow::UpdateDeviceList);
|
connect(&Settings::Instance(), &Settings::DevicesChanged, this, &IOWindow::UpdateDeviceList);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user