@@ -10,16 +10,14 | |||||
10 | from PyQt4 import QtGui No newline at end of file |
|
10 | from PyQt4 import QtGui | |
11 | from subprocess import * No newline at end of file |
|
11 | from subprocess import * | |
12 | import sys |
|
12 | import sys | |
No newline at end of file |
|
13 | #import subprocess | ||
13 | import subprocess No newline at end of file |
|
No newline at end of file | ||
|
14 | import commands No newline at end of file | |||
14 | No newline at end of file |
|
15 | ||
15 | class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file |
|
16 | class MainWindow(QMainWindow, Ui_MainWindow): | |
16 | """ No newline at end of file |
|
17 | """ | |
17 | Class documentation goes here. No newline at end of file |
|
18 | Class documentation goes here. | |
18 | """ No newline at end of file |
|
19 | """ | |
19 | def __init__(self, parent = None): |
|
20 | def __init__(self, parent = None): | |
No newline at end of file |
|
||||
20 | """ |
|
|||
No newline at end of file |
|
||||
21 | Constructor |
|
|||
No newline at end of file |
|
||||
22 | """ No newline at end of file |
|
|||
23 | QMainWindow.__init__(self, parent) No newline at end of file |
|
21 | QMainWindow.__init__(self, parent) | |
24 | self.setupUi(self) No newline at end of file |
|
22 | self.setupUi(self) | |
25 | No newline at end of file |
|
23 |
General Comments 0
You need to be logged in to leave comments.
Login now