##// END OF EJS Templates
segun diagrama 2da parte ...
ralonso -
r77:78
parent child
Show More
@@ -257,6 +257,7
257 No newline at end of file
257
258 return var_lines No newline at end of file
258 return var_lines
259 No newline at end of file
259
260 #---------------------------------------comandos para el proceso de grabacion ------------------------------------------ No newline at end of file
260 def cmd_iso(self): No newline at end of file
261 def cmd_iso(self):
261 var_Rpath_ppath=self.var_Rpath+"/ppath" No newline at end of file
262 var_Rpath_ppath=self.var_Rpath+"/ppath"
262 var_Rpath_iso=self.var_Rpath+"/iso" No newline at end of file
263 var_Rpath_iso=self.var_Rpath+"/iso"
@@ -52,8 +52,6
52 #----------------------------------- expulsa los dispositivos de grabacion -------------------------------------------- No newline at end of file
52 #----------------------------------- expulsa los dispositivos de grabacion --------------------------------------------
53 No newline at end of file
53
54 def eject_devices(self):
54 def eject_devices(self):
No newline at end of file
55 self.txtInfo.append("Ejecting recording devices")
No newline at end of file
56 return No newline at end of file
57 for var_dev in self.var_devices: No newline at end of file
55 for var_dev in self.var_devices:
58 var_cmd = 'eject ' + var_dev No newline at end of file
56 var_cmd = 'eject ' + var_dev
59 commands.getstatusoutput(var_cmd) No newline at end of file
57 commands.getstatusoutput(var_cmd)
@@ -32,6 +32,8
32 No newline at end of file
32
33 def setupUi2(self): No newline at end of file
33 def setupUi2(self):
34 No newline at end of file
34
35 self.var_real = False
No newline at end of file
36 No newline at end of file
35 # Reconocimiento de los dispositivos de grabacion No newline at end of file
37 # Reconocimiento de los dispositivos de grabacion
36 # functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file
38 # functions2.detect_devices(self) #busca los dispositivos de grabacion
37 #################################### No newline at end of file
39 ####################################
@@ -6,7 +6,7
6 <rect> No newline at end of file
6 <rect>
7 <x>0</x> No newline at end of file
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
No newline at end of file
9 <width>824</width> No newline at end of file
9 <width>621</width> No newline at end of file
10 <height>717</height> No newline at end of file
10 <height>717</height>
11 </rect> No newline at end of file
11 </rect>
12 </property> No newline at end of file
12 </property>
General Comments 0
You need to be logged in to leave comments. Login now