@@ -23,40 +23,58 | |||
|
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() No newline at end of file |
|
26 | ||
|
No newline at end of file | ||
|
27 | #redirige salida estandar No newline at end of file | |
|
26 | 28 | sys.stdout = self No newline at end of file |
|
27 | 29 | No newline at end of file |
|
28 | 30 | No newline at end of file |
|
29 | 31 | def setupUi2(self): No newline at end of file |
|
32 | """ | |
|
No newline at end of file | ||
|
33 | Se usa para inicializar ciertos parametros para pruebas | |
|
No newline at end of file | ||
|
34 | """ No newline at end of file | |
|
30 | 35 | self.txtDpath.setText('/home/ricardoar/optional/STORAGE/EW_DRIFTS') No newline at end of file |
|
31 | 36 | self.txtRpath.setText('/home/ricardoar/optional/STORAGE/prueba1_jro_backup_manager') No newline at end of file |
|
32 | 37 | self.txtElabel.setText('EW_DRIFTS') No newline at end of file |
|
38 | self.statusDpath = False | |
|
No newline at end of file | ||
|
39 | self.statusRpath = False No newline at end of file | |
|
33 | 40 | No newline at end of file |
|
34 | 41 | def write(self, txt): No newline at end of file |
|
42 | """ | |
|
No newline at end of file | ||
|
43 | Escribe la salida estandar eb txtInfo | |
|
No newline at end of file | ||
|
44 | """ No newline at end of file | |
|
35 | 45 | self.txtInfo.append(str(txt)) No newline at end of file |
|
36 | 46 | No newline at end of file |
|
37 | 47 | No newline at end of file |
|
38 | 48 | @pyqtSignature("") No newline at end of file |
|
39 | 49 | def on_btnDpath_clicked(self): No newline at end of file |
|
40 | 50 | """ |
|
51 | No newline at end of file | |
|
41 | Slot documentation goes here. No newline at end of file | |
|
42 | 52 | """ No newline at end of file |
|
43 | 53 | var_Dpath= QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly) No newline at end of file |
|
44 | 54 | self.txtDpath.setText(var_Dpath) No newline at end of file |
|
55 | ||
|
No newline at end of file | ||
|
56 | #llamada a funcion No newline at end of file | |
|
45 | 57 | self.on_txtDpath_editingFinished() No newline at end of file |
|
46 | 58 | No newline at end of file |
|
47 | 59 | No newline at end of file |
|
48 | 60 | @pyqtSignature("") No newline at end of file |
|
49 | 61 | def on_btnRpath_clicked(self): No newline at end of file |
|
50 | 62 | """ |
|
63 | No newline at end of file | |
|
51 | Slot documentation goes here. No newline at end of file | |
|
52 | 64 | """ No newline at end of file |
|
53 | 65 | var_Rpath = QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly) No newline at end of file |
|
54 | 66 | self.txtRpath.setText(var_Rpath) No newline at end of file |
|
67 | ||
|
No newline at end of file | ||
|
68 | #llamada a funcion No newline at end of file | |
|
55 | 69 | self.on_txtRpath_editingFinished() No newline at end of file |
|
56 | 70 | No newline at end of file |
|
57 | 71 | No newline at end of file |
|
58 | 72 | @pyqtSignature("") No newline at end of file |
|
59 | 73 | def on_txtDpath_editingFinished(self): No newline at end of file |
|
74 | """ | |
|
No newline at end of file | ||
|
75 | Permite buscar los archivos de extension seleccionada en la ruta de de datos | |
|
No newline at end of file | ||
|
76 | y cargar los valores para el rango de tiempo a ser grabado | |
|
No newline at end of file | ||
|
77 | """ No newline at end of file | |
|
60 | 78 | No newline at end of file |
|
61 | 79 | #Usando el modulo "subprocess", eric4 pide seleccion del tipo de subproceso (padre o hijo) No newline at end of file |
|
62 | 80 | #por ello se prefiere usar el modulo "commands" No newline at end of file |
@@ -7,7 +7,7 | |||
|
7 | 7 | <x>0</x> No newline at end of file |
|
8 | 8 | <y>0</y> No newline at end of file |
|
9 | 9 | <width>745</width> |
|
10 | No newline at end of file | |
|
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 |
|
13 | 13 | <property name="windowTitle"> No newline at end of file |
@@ -2,7 +2,7 | |||
|
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: Thu Apr 29 14:19:34 2010 No newline at end of file | |
|
6 | 6 | # by: PyQt4 UI code generator 4.7.3 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 |
General Comments 0
You need to be logged in to leave comments.
Login now