mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Add controller (overview) window
This commit is contained in:
@ -84,9 +84,9 @@ void ToolBar::MakeActions()
|
||||
m_config_action = addAction(tr("Settings"), this, SIGNAL(SettingsPressed()));
|
||||
widgetForAction(m_config_action)->setMinimumWidth(button_width);
|
||||
|
||||
m_controllers_action = addAction(tr("Controllers"));
|
||||
m_controllers_action = addAction(tr("Controllers"), this, SIGNAL(ControllersPressed()));
|
||||
widgetForAction(m_controllers_action)->setMinimumWidth(button_width);
|
||||
m_controllers_action->setEnabled(false);
|
||||
m_controllers_action->setEnabled(true);
|
||||
}
|
||||
|
||||
void ToolBar::UpdateIcons()
|
||||
|
Reference in New Issue
Block a user