permissions repaired and QtPyLoT.py started with some MainWindow stuff

This commit is contained in:
Sebastian Wehling-Benatelli 2014-01-10 05:45:03 +01:00
parent e05c3d56bc
commit dcc3881720
9 changed files with 9 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
0.1a1

View File

@ -1 +0,0 @@
0.1a1

0
pylot/__init__.py Normal file → Executable file
View File

0
pylot/core/__init__.py Normal file → Executable file
View File

0
pylot/core/stream.py Normal file → Executable file
View File

0
pylot/core/trace.py Normal file → Executable file
View File

0
pylot/core/util/__init__.py Normal file → Executable file
View File

0
pylot/core/util/version.py Normal file → Executable file
View File