Updated settings window

master
Yohann Dedy 2017-03-05 15:32:04 +01:00
parent 9c2174c9b0
commit 3c54ba0244
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ settingsWindow::settingsWindow(QWidget *parent) :
// THRU MASTER CHANNEL // THRU MASTER CHANNEL
QGroupBox *thruChnBox = new QGroupBox("Thru Settings"); QGroupBox *thruChnBox = new QGroupBox("PocketC Settings");
_channelThruCheckBox->setText("Channel Events Thru (BIT0)"); _channelThruCheckBox->setText("Channel Events Thru (BIT0)");
_sysexThruCheckBox->setText("Sysex Events Thru (BIT1)"); _sysexThruCheckBox->setText("Sysex Events Thru (BIT1)");
_realtimeThruCheckBox->setText("Realtim Events Thru (BIT2)"); _realtimeThruCheckBox->setText("Realtim Events Thru (BIT2)");
@ -64,6 +64,7 @@ settingsWindow::settingsWindow(QWidget *parent) :
vbox->addWidget(_channelThruCheckBox); vbox->addWidget(_channelThruCheckBox);
vbox->addWidget(_sysexThruCheckBox); vbox->addWidget(_sysexThruCheckBox);
vbox->addWidget(_realtimeThruCheckBox); vbox->addWidget(_realtimeThruCheckBox);
vbox->addWidget(new QLabel("Master Channel"));
vbox->addWidget(_masterChannelSpinBox); vbox->addWidget(_masterChannelSpinBox);
vbox->addWidget(getConfigButton); vbox->addWidget(getConfigButton);
vbox->addWidget(setConfigButton); vbox->addWidget(setConfigButton);