##// END OF EJS Templates
#parace todo ok_falta pruebas
ralonso -
r91:92
parent child
Show More
@@ -225,6 +225,10
225 225 self.btnRestart.setEnabled(var_bool) No newline at end of file
226 226 self.btnStartburn.setEnabled(var_bool) No newline at end of file
227 227 No newline at end of file
228 self.txtTDpath.setEnabled(not(var_bool))
No newline at end of file
229 self.txtTDpath.clear()
No newline at end of file
230 self.btnTDpath.setEnabled(not(var_bool))
No newline at end of file
231 self.btnCHstart.setEnabled(False) No newline at end of file
228 232 No newline at end of file
229 233 def enabled_items2(var_bool, self): No newline at end of file
230 234 self.btnRestart.setEnabled(not(var_bool)) No newline at end of file
@@ -348,6 +348,11
348 348 Generacion de archivos de configuracion usando los parametros No newline at end of file
349 349 """ No newline at end of file
350 350 No newline at end of file
351 if self.bool_state_manual_check == True:
No newline at end of file
352 self.txtInfo.append("First stop the manual check process")
No newline at end of file
353 return
No newline at end of file
354
No newline at end of file
355 No newline at end of file
351 356 if functions.validate_parameters(self) == False: No newline at end of file
352 357 return No newline at end of file
353 358 No newline at end of file
@@ -1001,7 +1001,7
1001 1001 <item> No newline at end of file
1002 1002 <widget class="QLineEdit" name="txtTDpath"> No newline at end of file
1003 1003 <property name="enabled">
1004 No newline at end of file
1004 <bool>false</bool> No newline at end of file
1005 1005 </property> No newline at end of file
1006 1006 <property name="readOnly"> No newline at end of file
1007 1007 <bool>true</bool> 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/JRO_SVN/eric4/jro_backup_manager/ui/About.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Thu May 27 12:04:54 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 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
@@ -2,7 +2,7
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/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 May 27 12:04:54 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 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
@@ -2,7 +2,7
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Thu May 27 12:04:54 2010 No newline at end of file
6 6 # by: PyQt4 UI code generator 4.6 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