We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5049306 commit aa5b875Copy full SHA for aa5b875
Base/Python/slicer/util.py
@@ -1064,7 +1064,8 @@ def unicodeify(s):
1064
1065
def delayDisplay(message,autoCloseMsec=1000):
1066
"""Display an information message in a popup window for a short time.
1067
- If autoCloseMsec>0 then the window is closed after waiting for autoCloseMsec milliseconds
+ If autoCloseMsec<400, then only slicer.app.processEvents() is called.
1068
+ If autoCloseMsec>=400 then the window is closed after waiting for autoCloseMsec milliseconds
1069
If autoCloseMsec=0 then the window is not closed until the user clicks on it.
1070
"""
1071
import qt, slicer
0 commit comments