@@ -225,6 +225,10 | |||||
225 | self.btnRestart.setEnabled(var_bool) No newline at end of file |
|
225 | self.btnRestart.setEnabled(var_bool) | |
226 | self.btnStartburn.setEnabled(var_bool) No newline at end of file |
|
226 | self.btnStartburn.setEnabled(var_bool) | |
227 | No newline at end of file |
|
227 | ||
|
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 | No newline at end of file |
|
232 | ||
229 | def enabled_items2(var_bool, self): No newline at end of file |
|
233 | def enabled_items2(var_bool, self): | |
230 | self.btnRestart.setEnabled(not(var_bool)) No newline at end of file |
|
234 | self.btnRestart.setEnabled(not(var_bool)) |
@@ -348,6 +348,11 | |||||
348 | Generacion de archivos de configuracion usando los parametros No newline at end of file |
|
348 | Generacion de archivos de configuracion usando los parametros | |
349 | """ No newline at end of file |
|
349 | """ | |
350 | No newline at end of file |
|
350 | ||
|
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 | if functions.validate_parameters(self) == False: No newline at end of file |
|
356 | if functions.validate_parameters(self) == False: | |
352 | return No newline at end of file |
|
357 | return | |
353 | No newline at end of file |
|
358 |
@@ -1001,7 +1001,7 | |||||
1001 | <item> No newline at end of file |
|
1001 | <item> | |
1002 | <widget class="QLineEdit" name="txtTDpath"> No newline at end of file |
|
1002 | <widget class="QLineEdit" name="txtTDpath"> | |
1003 | <property name="enabled"> |
|
1003 | <property name="enabled"> | |
No newline at end of file |
|
1004 | <bool>true</bool> No newline at end of file | ||
1004 | <bool>false</bool> No newline at end of file |
|
|||
1005 | </property> No newline at end of file |
|
1005 | </property> | |
1006 | <property name="readOnly"> No newline at end of file |
|
1006 | <property name="readOnly"> | |
1007 | <bool>true</bool> No newline at end of file |
|
1007 | <bool>true</bool> |
@@ -2,7 +2,7 | |||||
2 | No newline at end of file |
|
2 | ||
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 |
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui' | |
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Thu May 27 12:18:45 2010 No newline at end of file | ||
5 | # Created: Thu May 27 12:04:54 2010 No newline at end of file |
|
|||
6 | # by: PyQt4 UI code generator 4.6 No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.6 | |
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! |
@@ -2,7 +2,7 | |||||
2 | No newline at end of file |
|
2 | ||
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 |
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' | |
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Thu May 27 12:18:44 2010 No newline at end of file | ||
5 | # Created: Thu May 27 12:04:54 2010 No newline at end of file |
|
|||
6 | # by: PyQt4 UI code generator 4.6 No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.6 | |
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! |
@@ -2,7 +2,7 | |||||
2 | No newline at end of file |
|
2 | ||
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 |
|
3 | # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui' | |
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Thu May 27 12:18:45 2010 No newline at end of file | ||
5 | # Created: Thu May 27 12:04:54 2010 No newline at end of file |
|
|||
6 | # by: PyQt4 UI code generator 4.6 No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.6 | |
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! |
General Comments 0
You need to be logged in to leave comments.
Login now