-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I’m working on adding modules to the main Slicer window and ran into a couple of issues:
Problem 1: Popup Messages when Loading Data
I’d like to display a popup message whenever I load DICOM and non-DICOM (e.g., VFF) data. I tried using the following code:
slicer.app.processEvents()
# qt.QMessageBox.information(None,"Done","DICOM files loaded successfully.")
self.delayDisplay("DICOM files loaded successfully.")
However, this did not work for either DICOM or VFF files. Am I missing something in how/where this should be called?
Problem 2: Load Slicelet in Main Window
I would like to load my Slicelet directly within the main Slicer window instead of having it open in a separate window. What is the recommended way to achieve this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels