@@ -38,9 +38,9 | |||||
38 | self.statusDpath = False No newline at end of file |
|
38 | self.statusDpath = False | |
39 | self.statusRpath = False No newline at end of file |
|
39 | self.statusRpath = False | |
40 |
|
40 | |||
No newline at end of file |
|
41 | # No newline at end of file | ||
41 | No newline at end of file |
|
|||
42 | #Deteccion de los dispositvos de grabacion |
|
42 | #Deteccion de los dispositvos de grabacion | |
No newline at end of file |
|
43 | # No newline at end of file | ||
43 | No newline at end of file |
|
|||
44 | #var_cmd="wodim --devices | grep /dev/ | awk -F\' '{print $2}'" #Funciona en consola pero no en python ¿? No newline at end of file |
|
44 | #var_cmd="wodim --devices | grep /dev/ | awk -F\' '{print $2}'" #Funciona en consola pero no en python ¿? | |
45 | var_cmd="wodim --devices | grep /dev/ | awk '{print $2}' | awk -F= '{print $2}'" No newline at end of file |
|
45 | var_cmd="wodim --devices | grep /dev/ | awk '{print $2}' | awk -F= '{print $2}'" | |
46 | var_output = commands.getstatusoutput(var_cmd) No newline at end of file |
|
46 | var_output = commands.getstatusoutput(var_cmd) |
@@ -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>809</width> No newline at end of file | ||
9 | <width>745</width> No newline at end of file |
|
|||
10 | <height>766</height> No newline at end of file |
|
10 | <height>766</height> | |
11 | </rect> No newline at end of file |
|
11 | </rect> | |
12 | </property> No newline at end of file |
|
12 | </property> |
@@ -2,7 +2,7 | |||||
2 | No newline at end of file |
|
2 | ||
3 | # Form implementation generated from reading ui file '/home/ricardoar/principal/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/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' | |
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Tue May 4 17:29:42 2010 No newline at end of file | ||
5 | # Created: Tue May 4 16:05:06 2010 No newline at end of file |
|
|||
6 | # by: PyQt4 UI code generator 4.7.3 No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.7.3 | |
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