Skip to content
Snippets Groups Projects
Commit 39b8405a authored by juergen's avatar juergen
Browse files

updated splashscreen text

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2516 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 1ef1a4d0
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ class SplashDialog(QtGui.QDialog):
layout.addWidget(imageLabel)
self.label = QtGui.QTextEdit()
self.label.setReadOnly(True)
self.label.setHtml("Welcome to <b>Openstructure</b><br /><br />You are running version 1.0.0a<br /><br />If you are new to OpenStructure, you might want to run the demos from the examples directory. To see, how the demos work, right click on the file and click 'show source'.<br /><br />Lean more on the official website:<br /> http://www.openstructure.org")
self.label.setHtml("Welcome to <b>Openstructure</b>!<br /><br />You are running version 1.0.0a<br /><br />If you are new to OpenStructure, we invite you to run the demos from the examples directory. Scripts can be displayed by right clicking on the file and selecting 'Show source'.<br /><br />Feel free visit our website at:<br /> http://www.openstructure.org")
layout.addWidget(self.label)
def _InitSplash(app):
......@@ -26,4 +26,4 @@ def _InitSplash(app):
splash.showNormal()
#QtCore.QTimer.singleShot(30000, splash.close);
\ No newline at end of file
#QtCore.QTimer.singleShot(30000, splash.close);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment