permissions repaired and QtPyLoT.py started with some MainWindow stuff

This commit is contained in:
2014-01-10 05:45:03 +01:00
parent e05c3d56bc
commit dcc3881720
9 changed files with 9 additions and 1 deletions
+8
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
View File
@@ -0,0 +1 @@
0.1a1
-1
View File
@@ -1 +0,0 @@
0.1a1
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File