starting work on image module
This commit is contained in:
@@ -37,10 +37,10 @@ void MainWindow::setupStoresList() {
|
||||
void MainWindow::on_checkType_currentIndexChanged(int index) {
|
||||
switch (index) {
|
||||
case 0:
|
||||
ui->checkInfo->setVisible(true);
|
||||
ui->checkInfoText->setVisible(true);
|
||||
break;
|
||||
case 1:
|
||||
ui->checkInfo->setVisible(false);
|
||||
ui->checkInfoText->setVisible(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user