##// END OF EJS Templates
descripcion por bloques
ralonso -
r54:55
parent child
Show More
@@ -12,8 +12,8
12 """ No newline at end of file
12 """
13 Se usa para inicializar ciertos parametros para pruebas No newline at end of file
13 Se usa para inicializar ciertos parametros para pruebas
14 """
14 """
No newline at end of file
15 self.txtDpath.setText('/home/ricardoar/optional/STORAGE/EW_DRIFTS')
15 self.txtDpath.setText('/home/ricardoar/optional/STORAGE/EW_DRIFTS/')
No newline at end of file
No newline at end of file
16 self.txtRpath.setText('/home/ricardoar/optional/prueba1_jro_backup_manager') No newline at end of file
16 self.txtRpath.setText('/home/ricardoar/optional/prueba1_jro_backup_manager/') No newline at end of file
17 self.txtElabel.setText('EW_DRIFTS_pruebas') No newline at end of file
17 self.txtElabel.setText('EW_DRIFTS_pruebas')
18 self.lstDcapacity.setCurrentIndex(4) No newline at end of file
18 self.lstDcapacity.setCurrentIndex(4)
19 self.txtDcapacity.setValue(250.0) No newline at end of file
19 self.txtDcapacity.setValue(250.0)
@@ -72,6 +72,7
72 def write(self, txt): No newline at end of file
72 def write(self, txt):
73 self.txtInfo.append(str(txt)) No newline at end of file
73 self.txtInfo.append(str(txt))
74 No newline at end of file
74
75 #----------------------------------------------------- Obtencion de las ruta de los datos --------------------------------------------------------------- No newline at end of file
75 No newline at end of file
76
76 @pyqtSignature("") No newline at end of file
77 @pyqtSignature("")
77 def on_btnDpath_clicked(self): No newline at end of file
78 def on_btnDpath_clicked(self):
General Comments 0
You need to be logged in to leave comments. Login now