Qt/Mapping: Remove "Iterative Input" everywhere

This commit is contained in:
spycrab
2018-06-19 10:47:18 +02:00
parent 113f9767dd
commit ce126f1cfe
3 changed files with 16 additions and 11 deletions

View File

@ -35,14 +35,8 @@ void GCKeyboardEmu::CreateMainLayout()
CreateGroupBox(QStringLiteral(""), Keyboard::GetGroup(GetPort(), KeyboardGroup::Kb4x)));
auto* vbox_layout = new QVBoxLayout();
auto* options_box =
CreateGroupBox(tr("Options"), Keyboard::GetGroup(GetPort(), KeyboardGroup::Options));
options_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
vbox_layout->addWidget(
CreateGroupBox(QStringLiteral(""), Keyboard::GetGroup(GetPort(), KeyboardGroup::Kb5x)));
vbox_layout->addWidget(options_box);
m_main_layout->addLayout(vbox_layout);