##// END OF EJS Templates
***
ralonso -
r26:27
parent child
Show More
@@ -7,6 +7,7
7 7 import sys No newline at end of file
8 8 app = QApplication(sys.argv) No newline at end of file
9 9 wnd = MainWindow() No newline at end of file
10 sys.stdout=wnd No newline at end of file
10 11 wnd.show() No newline at end of file
11 12 sys.exit(app.exec_()) No newline at end of file
12 13 No newline at end of file
@@ -23,13 +23,16
23 23 QMainWindow.__init__(self, parent) No newline at end of file
24 24 self.setupUi(self) No newline at end of file
25 25 self.setupUi2()
26 No newline at end of file
26 #sys.stdout = obj No newline at end of file
27 27 No newline at end of file
28 28 No newline at end of file
29 29 def setupUi2(self): No newline at end of file
30 30 self.txtDpath.setText('/home/ricardoar/optional/STORAGE/EW_DRIFTS') No newline at end of file
31 31 self.txtRpath.setText('/home/ricardoar/optional/STORAGE/prueba1_jro_backup_manager') No newline at end of file
32 32 self.txtElabel.setText('EW_DRIFTS') No newline at end of file
33
No newline at end of file
34 def write(self, txt):
No newline at end of file
35 self.txtInfo.append(str(txt)) No newline at end of file
33 36 No newline at end of file
34 37 No newline at end of file
35 38 @pyqtSignature("") No newline at end of file
@@ -6,7 +6,7
6 6 <rect> No newline at end of file
7 7 <x>0</x> No newline at end of file
8 8 <y>0</y>
9 No newline at end of file
9 <width>593</width> No newline at end of file
10 10 <height>787</height> No newline at end of file
11 11 </rect> No newline at end of file
12 12 </property> No newline at end of file
@@ -2,8 +2,8
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Tue Apr 27 17:26:12 2010
No newline at end of file
6 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
7 7 # No newline at end of file
8 8 # WARNING! All changes made in this file will be lost! No newline at end of file
9 9 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now