##// END OF EJS Templates
verificacion paso 1
ralonso -
r65:66
parent child
Show More
@@ -23,10 +23,9
23 No newline at end of file
23
24 def dir_exists(var_dir, self): No newline at end of file
24 def dir_exists(var_dir, self):
25 if os.path.isdir(var_dir):
25 if os.path.isdir(var_dir):
No newline at end of file
26 self.txtInfo.append("Ruta valida, sin error:" + str(var_dir)) No newline at end of file
27 return True No newline at end of file
26 return True
28 else:
27 else:
No newline at end of file
28 self.txtInfo.append("Incorrect path:" + str(var_dir)) No newline at end of file
29 self.txtInfo.append("Ruta no valida, output_error:" + str(var_dir)) No newline at end of file
30 return False No newline at end of file
29 return False
31 No newline at end of file
30
32 No newline at end of file
31
@@ -146,6 +146,7
146 self.tabParameters.setEnabled(not(var_bool)) No newline at end of file
146 self.tabParameters.setEnabled(not(var_bool))
147 self.lstDcapacity.setEnabled(not(var_bool)) No newline at end of file
147 self.lstDcapacity.setEnabled(not(var_bool))
148 self.txtDcapacity.setEnabled(not(var_bool)) No newline at end of file
148 self.txtDcapacity.setEnabled(not(var_bool))
149 self.actionChange_Parameters.setEnabled(var_bool) No newline at end of file
149 self.btnGbkp.setEnabled(not(var_bool)) No newline at end of file
150 self.btnGbkp.setEnabled(not(var_bool))
150 self.btnRestart.setEnabled(var_bool) No newline at end of file
151 self.btnRestart.setEnabled(var_bool)
151 self.btnStartburn.setEnabled(var_bool) No newline at end of file
152 self.btnStartburn.setEnabled(var_bool)
@@ -1,7 +1,7
1 <?xml version="1.0" encoding="UTF-8"?> No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> No newline at end of file
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd">
3 <!-- eric4 project file for project jro_backup_manager -->
3 <!-- eric4 project file for project jro_backup_manager -->
No newline at end of file
4 <!-- Saved: 2010-05-23, 21:14:20 --> No newline at end of file
4 <!-- Saved: 2010-05-21, 23:57:59 --> No newline at end of file
5 <!-- Copyright (C) 2010 , --> No newline at end of file
5 <!-- Copyright (C) 2010 , -->
6 <Project version="4.6"> No newline at end of file
6 <Project version="4.6">
7 <Language>en</Language> No newline at end of file
7 <Language>en</Language>
@@ -9,6 +9,7
9 from PyQt4 import QtCore No newline at end of file
9 from PyQt4 import QtCore
10 from Ui_MainWindow import Ui_MainWindow No newline at end of file
10 from Ui_MainWindow import Ui_MainWindow
11 from Ui_Parameters import Ui_Parameters No newline at end of file
11 from Ui_Parameters import Ui_Parameters
12 from Ui_About import Ui_About No newline at end of file
12 from PyQt4 import QtGui No newline at end of file
13 from PyQt4 import QtGui
13 from subprocess import * No newline at end of file
14 from subprocess import *
14 import sys No newline at end of file
15 import sys
@@ -27,7 +27,7
27 </sizepolicy> No newline at end of file
27 </sizepolicy>
28 </property> No newline at end of file
28 </property>
29 <property name="currentIndex">
29 <property name="currentIndex">
No newline at end of file
30 <number>0</number> No newline at end of file
30 <number>2</number> No newline at end of file
31 </property> No newline at end of file
31 </property>
32 <widget class="QWidget" name="tabParameters"> No newline at end of file
32 <widget class="QWidget" name="tabParameters">
33 <property name="enabled"> No newline at end of file
33 <property name="enabled">
@@ -2,7 +2,7
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/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/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 #
4 #
No newline at end of file
5 # Created: Sun May 23 20:29:23 2010 No newline at end of file
5 # Created: Sun May 23 12:15:30 2010 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2
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