@@ -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-04-14, 15:28:43 --> No newline at end of file | ||
4 | <!-- Saved: 2010-04-13, 15:35:18 --> 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> |
@@ -8,6 +8,7 | |||||
8 | from PyQt4.QtCore import pyqtSignature No newline at end of file |
|
8 | from PyQt4.QtCore import pyqtSignature | |
9 | from Ui_MainWindow import Ui_MainWindow No newline at end of file |
|
9 | from Ui_MainWindow import Ui_MainWindow | |
10 | from PyQt4 import QtGui No newline at end of file |
|
10 | from PyQt4 import QtGui | |
|
11 | from subprocess import * No newline at end of file | |||
11 | No newline at end of file |
|
12 | ||
12 | class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file |
|
13 | class MainWindow(QMainWindow, Ui_MainWindow): | |
13 | """ No newline at end of file |
|
14 | """ |
@@ -537,17 +537,7 | |||||
537 | </widget> No newline at end of file |
|
537 | </widget> | |
538 | </item> No newline at end of file |
|
538 | </item> | |
539 | <item> |
|
539 | <item> | |
No newline at end of file |
|
540 | <widget class="QTextEdit" name="txtInfo"/> No newline at end of file | ||
540 | <widget class="QTextBrowser" name="textBrowser"> |
|
|||
No newline at end of file |
|
||||
541 | <property name="sizePolicy"> |
|
|||
No newline at end of file |
|
||||
542 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|||
No newline at end of file |
|
||||
543 | <horstretch>0</horstretch> |
|
|||
No newline at end of file |
|
||||
544 | <verstretch>0</verstretch> |
|
|||
No newline at end of file |
|
||||
545 | </sizepolicy> |
|
|||
No newline at end of file |
|
||||
546 | </property> |
|
|||
No newline at end of file |
|
||||
547 | <property name="autoFillBackground"> |
|
|||
No newline at end of file |
|
||||
548 | <bool>false</bool> |
|
|||
No newline at end of file |
|
||||
549 | </property> |
|
|||
No newline at end of file |
|
||||
550 | </widget> No newline at end of file |
|
|||
551 | </item> No newline at end of file |
|
541 | </item> | |
552 | <item> No newline at end of file |
|
542 | <item> | |
553 | <layout class="QHBoxLayout" name="horizontalLayout_2"> No newline at end of file |
|
543 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
@@ -2,7 +2,7 | |||||
2 | No newline at end of file |
|
2 | ||
3 | # Form implementation generated from reading ui file '/home/ralonso/programas/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file |
|
3 | # Form implementation generated from reading ui file '/home/ralonso/programas/eric4/jro_backup_manager/ui/MainWindow.ui' | |
4 | # |
|
4 | # | |
No newline at end of file |
|
5 | # Created: Wed Apr 14 15:23:20 2010 No newline at end of file | ||
5 | # Created: Tue Apr 13 15:32:57 2010 No newline at end of file |
|
|||
6 | # by: PyQt4 UI code generator 4.7 No newline at end of file |
|
6 | # by: PyQt4 UI code generator 4.7 | |
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