fsleyes.splash
¶
This module provides the FSLeyesSplash
class, a splash screen for
FSLeyes.
-
class
fsleyes.splash.
FSLeyesSplash
(parent)[source]¶ Bases:
__main__.MockClass
A simple splash screen for FSLeyes. An image and a status bar are displayed; the status bar can be updated via the
SetStatus()
method.The
ImagePanel
class is used to display the image.Typical usage would be something like the following:
splash = FSLeyesSplash(None) splash.Show() # Do something, e.g. loading overlays splash.SetStatus('Loading blah.nii.gz ...') # Finished initialising, the application is ready splash.Close()
-
__module__
= 'fsleyes.splash'¶
-