##// END OF EJS Templates
***
ralonso -
r58:59
parent child
Show More
@@ -306,7 +306,7
306 306 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc)+".iso"
307 307
308 308 if not(self.bool_iso):
309 self.bool_iso = True
309 # self.bool_iso = True
310 310 self.bool_burn = False
311 311 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc)+".iso"
312 312 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc)+".dat"
@@ -321,11 +321,11
321 321 var_cmd = "wodim -v dev="+var_dev_tmp+" speed=16 "+ file_iso
322 322 self.var_disc += 1
323 323
324 self.var_process.start('ls')
325 self.txtInfo.append(var_cmd)
326
327 # self.txtInfo.append("creando iso")
328 # self.var_process.start(var_cmd)
324 # self.var_process.start('ls')
325 # self.txtInfo.append(var_cmd)
326
327 self.txtInfo.append("creando iso")
328 self.var_process.start(var_cmd)
329 329
330 330
331 331 #----------------------------------------------------- Detener proceso de grabacion ---------------------------------------------------------------
@@ -335,7 +335,8
335 335 """
336 336 Slot documentation goes here.
337 337 """
338 self.var_process.terminate() #Termina el proceso, si puede
338 # self.var_process.terminate() #Termina el proceso, si puede
339 self.var_process.kill() #Termina el proceso, si puede
339 340 functions2.enabled_items2(False, self)
340 341
341 342
@@ -6,7 +6,7
6 6 <rect>
7 7 <x>0</x>
8 8 <y>0</y>
9 <width>806</width>
9 <width>809</width>
10 10 <height>737</height>
11 11 </rect>
12 12 </property>
@@ -832,7 +832,7
832 832 <rect>
833 833 <x>0</x>
834 834 <y>0</y>
835 <width>806</width>
835 <width>809</width>
836 836 <height>25</height>
837 837 </rect>
838 838 </property>
@@ -2,8 +2,8
2 2
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 4 #
5 # Created: Tue May 18 12:13:57 2010
6 # by: PyQt4 UI code generator 4.6
5 # Created: Tue May 18 17:48:10 2010
6 # by: PyQt4 UI code generator 4.7.3
7 7 #
8 8 # WARNING! All changes made in this file will be lost!
9 9
@@ -12,7 +12,7
12 12 class Ui_MainWindow(object):
13 13 def setupUi(self, MainWindow):
14 14 MainWindow.setObjectName("MainWindow")
15 MainWindow.resize(806, 737)
15 MainWindow.resize(809, 737)
16 16 self.centralwidget = QtGui.QWidget(MainWindow)
17 17 self.centralwidget.setObjectName("centralwidget")
18 18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)
@@ -233,6 +233,7
233 233 self.verticalLayout_19 = QtGui.QVBoxLayout()
234 234 self.verticalLayout_19.setObjectName("verticalLayout_19")
235 235 self.label_2 = QtGui.QLabel(self.tabDconfig)
236 self.label_2.setText("")
236 237 self.label_2.setObjectName("label_2")
237 238 self.verticalLayout_19.addWidget(self.label_2)
238 239 self.lblDevice = QtGui.QLabel(self.tabDconfig)
@@ -245,6 +246,7
245 246 self.lblBmode.setObjectName("lblBmode")
246 247 self.verticalLayout_19.addWidget(self.lblBmode)
247 248 self.label = QtGui.QLabel(self.tabDconfig)
249 self.label.setText("")
248 250 self.label.setObjectName("label")
249 251 self.verticalLayout_19.addWidget(self.label)
250 252 self.gridLayout.addLayout(self.verticalLayout_19, 0, 4, 1, 1)
@@ -450,7 +452,7
450 452 self.verticalLayout.addLayout(self.horizontalLayout_2)
451 453 MainWindow.setCentralWidget(self.centralwidget)
452 454 self.menubar = QtGui.QMenuBar(MainWindow)
453 self.menubar.setGeometry(QtCore.QRect(0, 0, 806, 25))
455 self.menubar.setGeometry(QtCore.QRect(0, 0, 809, 25))
454 456 self.menubar.setObjectName("menubar")
455 457 self.menuFile = QtGui.QMenu(self.menubar)
456 458 self.menuFile.setObjectName("menuFile")
General Comments 0
You need to be logged in to leave comments. Login now