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