starting work on image module

This commit is contained in:
2024-08-31 22:18:54 +03:00
parent 2a726a96b7
commit f9b0b75062
6 changed files with 136 additions and 37 deletions

View File

@@ -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;
}
}