@@ -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-04-13, 14:18:05 --> 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 |
@@ -1,7 +1,6 | |||
|
1 | 1 | #!/usr/bin/python No newline at end of file |
|
2 | 2 | No newline at end of file |
|
3 | 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 | 4 | from ui.MainWindow import MainWindow No newline at end of file |
|
6 | 5 | No newline at end of file |
|
7 | 6 | def main(): No newline at end of file |
@@ -42,10 +42,10 | |||
|
42 | 42 | # TODO: not implemented yet No newline at end of file |
|
43 | 43 | # raise NotImplementedError No newline at end of file |
|
44 | 44 |
|
|
45 | No newline at end of file | |
|
45 | @pyqtSignature("") | |
|
No newline at end of file | ||
|
46 | No newline at end of file | |
|
46 | def on_btnStopburn_clicked(self): No newline at end of file | |
|
47 | 47 | """ No newline at end of file |
|
48 | 48 | Slot documentation goes here. No newline at end of file |
|
49 | 49 | """ No newline at end of file |
|
50 | 50 | # TODO: not implemented yet |
|
51 | 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