seq
4.0.0-pre3
|
Classes | |
class | Splash |
Just a simple dialog with a couple of widgets. More... | |
Variables | |
level | |
app = QApplication(sys.argv) | |
cfg = read_config_file() | |
splash = Splash(None, "elt.gif", cfg.get('seq_server'), True, Qt.WindowStaysOnTopHint) | |
splash_window.app = QApplication(sys.argv) |
splash_window.cfg = read_config_file() |
splash_window.level |
splash_window.splash = Splash(None, "elt.gif", cfg.get('seq_server'), True, Qt.WindowStaysOnTopHint) |