##// END OF EJS Templates
***
ralonso -
r8:9
parent child
Show More
@@ -10,16 +10,14
10 10 from PyQt4 import QtGui No newline at end of file
11 11 from subprocess import * No newline at end of file
12 12 import sys
13 No newline at end of file
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 15 No newline at end of file
15 16 class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file
16 17 """ No newline at end of file
17 18 Class documentation goes here. No newline at end of file
18 19 """ No newline at end of file
19 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 21 QMainWindow.__init__(self, parent) No newline at end of file
24 22 self.setupUi(self) No newline at end of file
25 23 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now