Skip to content

Commit

Permalink
Merge pull request #64 from AlizaMedicalImaging/sq2
Browse files Browse the repository at this point in the history
Update metadata viewer
  • Loading branch information
issakomi committed May 31, 2024
2 parents c376bc4 + 45f0d27 commit 157e499
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 495 deletions.
4 changes: 2 additions & 2 deletions GUI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ void MainWindow::toggle_meta2()
if (l.empty()) return;
qApp->setOverrideCursor(QCursor(Qt::WaitCursor));
const int t = (multiview_tab) ? 3 : 2;
sqtree->set_list_of_files(l, true);
sqtree->set_list_of_files(l, 0, true);
sqtree->read_file(l.at(0), true);
tabWidget->setCurrentIndex(t);
qApp->restoreOverrideCursor();
Expand Down Expand Up @@ -2278,7 +2278,7 @@ void MainWindow::trigger_image_dicom_meta()
}
qApp->setOverrideCursor(QCursor(Qt::WaitCursor));
qApp->processEvents();
sqtree->set_list_of_files(l, true);
sqtree->set_list_of_files(l, 0, true);
sqtree->read_file(l.at(0), true);
const int t = (multiview_tab) ? 3 : 2;
tabWidget->setCurrentIndex(t);
Expand Down
Loading

0 comments on commit 157e499

Please sign in to comment.