@@ -23,10 +23,9 | |||
|
23 | 23 | No newline at end of file |
|
24 | 24 | def dir_exists(var_dir, self): No newline at end of file |
|
25 | 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 | 26 | return True No newline at end of file |
|
28 | 27 | else: |
|
28 | 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 | 29 | return False No newline at end of file |
|
31 | 30 | No newline at end of file |
|
32 | 31 | No newline at end of file |
@@ -146,6 +146,7 | |||
|
146 | 146 | self.tabParameters.setEnabled(not(var_bool)) No newline at end of file |
|
147 | 147 | self.lstDcapacity.setEnabled(not(var_bool)) No newline at end of file |
|
148 | 148 | self.txtDcapacity.setEnabled(not(var_bool)) No newline at end of file |
|
149 | self.actionChange_Parameters.setEnabled(var_bool) No newline at end of file | |
|
149 | 150 | self.btnGbkp.setEnabled(not(var_bool)) No newline at end of file |
|
150 | 151 | self.btnRestart.setEnabled(var_bool) No newline at end of file |
|
151 | 152 | self.btnStartburn.setEnabled(var_bool) No newline at end of file |
@@ -1,7 +1,7 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> No newline at end of file |
|
2 | 2 | <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> No newline at end of file |
|
3 | 3 | <!-- eric4 project file for project jro_backup_manager --> |
|
4 | No newline at end of file | |
|
4 | <!-- Saved: 2010-05-21, 23:57:59 --> No newline at end of file | |
|
5 | 5 | <!-- Copyright (C) 2010 , --> No newline at end of file |
|
6 | 6 | <Project version="4.6"> No newline at end of file |
|
7 | 7 | <Language>en</Language> No newline at end of file |
@@ -9,6 +9,7 | |||
|
9 | 9 | from PyQt4 import QtCore No newline at end of file |
|
10 | 10 | from Ui_MainWindow import Ui_MainWindow No newline at end of file |
|
11 | 11 | from Ui_Parameters import Ui_Parameters No newline at end of file |
|
12 | from Ui_About import Ui_About No newline at end of file | |
|
12 | 13 | from PyQt4 import QtGui No newline at end of file |
|
13 | 14 | from subprocess import * No newline at end of file |
|
14 | 15 | import sys No newline at end of file |
@@ -27,7 +27,7 | |||
|
27 | 27 | </sizepolicy> No newline at end of file |
|
28 | 28 | </property> No newline at end of file |
|
29 | 29 | <property name="currentIndex"> |
|
30 | No newline at end of file | |
|
30 | <number>2</number> No newline at end of file | |
|
31 | 31 | </property> No newline at end of file |
|
32 | 32 | <widget class="QWidget" name="tabParameters"> No newline at end of file |
|
33 | 33 | <property name="enabled"> No newline at end of file |
@@ -2,7 +2,7 | |||
|
2 | 2 | No newline at end of file |
|
3 | 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 |
|
4 | 4 | # |
|
5 | No newline at end of file | |
|
5 | # Created: Sun May 23 12:15:30 2010 No newline at end of file | |
|
6 | 6 | # by: PyQt4 UI code generator 4.7.2 No newline at end of file |
|
7 | 7 | # No newline at end of file |
|
8 | 8 | # WARNING! All changes made in this file will be lost! No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now