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