Skip to content
Permalink
Browse files
Merge pull request #6706 from spycrab/qt_guitar_slider
Qt/WiimoteEmuExtension: Add "Slider Bar" to Guitar
  • Loading branch information
JosJuice committed Apr 28, 2018
2 parents cf1adfb + b88a587 commit 7e76593
Showing 1 changed file with 2 additions and 0 deletions.
@@ -110,6 +110,8 @@ void WiimoteEmuExtension::CreateGuitarLayout()
tr("Buttons"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::Buttons)));
vbox->addWidget(CreateGroupBox(
tr("Stick"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::Stick)));
vbox->addWidget(CreateGroupBox(
tr("Slider Bar"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::SliderBar)));
hbox->addItem(vbox);

auto* vbox2 = new QVBoxLayout();

0 comments on commit 7e76593

Please sign in to comment.