@@ -73,6 +73,8 | |||||
73 | self.var_step = 0 # numero de paso en el proceso |
|
73 | self.var_step = 0 # numero de paso en el proceso | |
74 | self.bool_state_burning = False #si es True se puede grabar |
|
74 | self.bool_state_burning = False #si es True se puede grabar | |
75 | self.blank_discs = False # Si es true significa que se acaban de ingresar discos en blanco |
|
75 | self.blank_discs = False # Si es true significa que se acaban de ingresar discos en blanco | |
|
76 | ||||
|
77 | self.bool_state_manual_check = False | |||
76 |
|
78 | |||
77 | self.var_list=[] # Lista de DOYs |
|
79 | self.var_list=[] # Lista de DOYs | |
78 | self.var_sublist=[] # Sub-lista de DOYs seleccionados |
|
80 | self.var_sublist=[] # Sub-lista de DOYs seleccionados | |
@@ -96,6 +98,8 | |||||
96 |
|
98 | |||
97 | if os.path.isfile("parameters.conf"): |
|
99 | if os.path.isfile("parameters.conf"): | |
98 | functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion |
|
100 | functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion | |
|
101 | self.txtTDpath.setEnabled(False) | |||
|
102 | self.btnTDpath.setEnabled(False) | |||
99 |
|
103 | |||
100 | if os.path.isfile("burning.conf"): |
|
104 | if os.path.isfile("burning.conf"): | |
101 | functions2.get_burning_conf(self) |
|
105 | functions2.get_burning_conf(self) | |
@@ -666,6 +670,11 | |||||
666 | if os.path.isfile("burning.conf"): |
|
670 | if os.path.isfile("burning.conf"): | |
667 | os.remove("burning.conf") |
|
671 | os.remove("burning.conf") | |
668 |
|
672 | |||
|
673 | self.btnGbkp.setEnabled(False) | |||
|
674 | self.btnRestart.setEnabled(True) | |||
|
675 | self.btnStartburn.setEnabled(False) | |||
|
676 | self.btnStopburn.setEnabled(False) | |||
|
677 | ||||
669 | functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion |
|
678 | functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion | |
670 |
|
679 | |||
671 |
|
680 |
@@ -27,7 +27,7 | |||||
27 | </sizepolicy> |
|
27 | </sizepolicy> | |
28 | </property> |
|
28 | </property> | |
29 | <property name="currentIndex"> |
|
29 | <property name="currentIndex"> | |
30 |
<number> |
|
30 | <number>0</number> | |
31 | </property> |
|
31 | </property> | |
32 | <widget class="QWidget" name="tabParameters"> |
|
32 | <widget class="QWidget" name="tabParameters"> | |
33 | <property name="enabled"> |
|
33 | <property name="enabled"> |
General Comments 0
You need to be logged in to leave comments.
Login now