permissions repaired and QtPyLoT.py started with some MainWindow stuff
This commit is contained in:
parent
e05c3d56bc
commit
dcc3881720
@ -23,6 +23,14 @@ from pylot.core.util import _getVersionString
|
||||
# Version information
|
||||
__version__ = _getVersionString()
|
||||
|
||||
class MainWindow(QMainWindow):
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super(MainWindow, self).__init__(parent)
|
||||
|
||||
self.Stream = None
|
||||
|
||||
|
||||
# Creating a Qt application
|
||||
pylot_app = QApplication(sys.argv)
|
||||
|
||||
|
1
pylot/RELEASE-VERSION
Normal file
1
pylot/RELEASE-VERSION
Normal file
@ -0,0 +1 @@
|
||||
0.1a1
|
@ -1 +0,0 @@
|
||||
0.1a1
|
0
pylot/__init__.py
Normal file → Executable file
0
pylot/__init__.py
Normal file → Executable file
0
pylot/core/__init__.py
Normal file → Executable file
0
pylot/core/__init__.py
Normal file → Executable file
0
pylot/core/stream.py
Normal file → Executable file
0
pylot/core/stream.py
Normal file → Executable file
0
pylot/core/trace.py
Normal file → Executable file
0
pylot/core/trace.py
Normal file → Executable file
0
pylot/core/util/__init__.py
Normal file → Executable file
0
pylot/core/util/__init__.py
Normal file → Executable file
0
pylot/core/util/version.py
Normal file → Executable file
0
pylot/core/util/version.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user