OpenStructure
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
ost.gui.init_splash Namespace Reference

Data Structures

class  SplashDialog
 

Functions

 _InitSplash ()
 

Variables

 LOGO_PATH = os.path.join(ost.GetSharedDataPath(), "gui", "images", "logo-small.png")
 
str SPLASH_TEXT
 

Function Documentation

◆ _InitSplash()

_InitSplash ( )
protected

Definition at line 33 of file init_splash.py.

Variable Documentation

◆ LOGO_PATH

LOGO_PATH = os.path.join(ost.GetSharedDataPath(), "gui", "images", "logo-small.png")

Definition at line 7 of file init_splash.py.

◆ SPLASH_TEXT

str SPLASH_TEXT
Initial value:
1= """"Welcome to <b>Openstructure</b>!<br/><br/>
2You are running version %s<br /><br />If you are new to OpenStructure, we
3invite you to run the demos from the examples directory. Scripts can be
4displayed by right clicking on the file and selecting 'Show source'.<br/><br/>
5Feel free visit our website at:<br />
6<a href='https://www.openstructure.org'>https://www.openstructure.org</a>
7""" % ost.VERSION

Definition at line 10 of file init_splash.py.