@@ -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-13, 15:35:18 --> No newline at end of file | ||
4 | <!-- Saved: 2010-04-13, 14:18:05 --> 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> |
@@ -1,7 +1,6 | |||||
1 | #!/usr/bin/python No newline at end of file |
|
1 | #!/usr/bin/python | |
2 | No newline at end of file |
|
2 | ||
3 | from PyQt4.QtGui import QApplication |
|
3 | from PyQt4.QtGui import QApplication | |
No newline at end of file |
|
||||
4 | #from ui import import MainWindow No newline at end of file |
|
|||
5 | from ui.MainWindow import MainWindow No newline at end of file |
|
4 | from ui.MainWindow import MainWindow | |
6 | No newline at end of file |
|
5 | ||
7 | def main(): No newline at end of file |
|
6 | def main(): |
@@ -42,10 +42,10 | |||||
42 | # TODO: not implemented yet No newline at end of file |
|
42 | # TODO: not implemented yet | |
43 | # raise NotImplementedError No newline at end of file |
|
43 | # raise NotImplementedError | |
44 |
|
|
44 | ||
No newline at end of file |
|
45 | @pyqtSignature("QString") | ||
45 | @pyqtSignature("") |
|
No newline at end of file | ||
No newline at end of file |
|
46 | def on_txtDpath_textChanged(self, p0): No newline at end of file | ||
46 | def on_btnStopburn_clicked(self): No newline at end of file |
|
|||
47 | """ No newline at end of file |
|
47 | """ | |
48 | Slot documentation goes here. No newline at end of file |
|
48 | Slot documentation goes here. | |
49 | """ No newline at end of file |
|
49 | """ | |
50 | # TODO: not implemented yet |
|
50 | # TODO: not implemented yet | |
No newline at end of file |
|
51 | # raise NotImplementedError No newline at end of file | ||
51 | raise NotImplementedError No newline at end of file |
|
General Comments 0
You need to be logged in to leave comments.
Login now