@@ -1,7 +1,7 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> |
|
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 --> | |
4 |
<!-- Saved: 2010-04-13, 1 |
|
4 | <!-- Saved: 2010-04-13, 15:35:18 --> | |
5 | <!-- Copyright (C) 2010 , --> |
|
5 | <!-- Copyright (C) 2010 , --> | |
6 | <Project version="4.6"> |
|
6 | <Project version="4.6"> | |
7 | <Language>en</Language> |
|
7 | <Language>en</Language> | |
@@ -13,8 +13,13 | |||||
13 | <Email></Email> |
|
13 | <Email></Email> | |
14 | <Sources> |
|
14 | <Sources> | |
15 | <Source>__init__.py</Source> |
|
15 | <Source>__init__.py</Source> | |
|
16 | <Source>ui/Ui_MainWindow.py</Source> | |||
|
17 | <Source>ui/MainWindow.py</Source> | |||
|
18 | <Source>main.py</Source> | |||
|
19 | <Source>ui/__init__.py</Source> | |||
16 | </Sources> |
|
20 | </Sources> | |
17 | <Forms> |
|
21 | <Forms> | |
|
22 | <Form>ui/MainWindow.ui</Form> | |||
18 | </Forms> |
|
23 | </Forms> | |
19 | <Translations> |
|
24 | <Translations> | |
20 | </Translations> |
|
25 | </Translations> | |
@@ -24,6 +29,7 | |||||
24 | </Interfaces> |
|
29 | </Interfaces> | |
25 | <Others> |
|
30 | <Others> | |
26 | </Others> |
|
31 | </Others> | |
|
32 | <MainScript>main.py</MainScript> | |||
27 | <Vcs> |
|
33 | <Vcs> | |
28 | <VcsType>Subversion</VcsType> |
|
34 | <VcsType>Subversion</VcsType> | |
29 | <VcsOptions> |
|
35 | <VcsOptions> |
@@ -1,7 +1,6 | |||||
1 | #!/usr/bin/python |
|
1 | #!/usr/bin/python | |
2 |
|
2 | |||
3 | from PyQt4.QtGui import QApplication |
|
3 | from PyQt4.QtGui import QApplication | |
4 | #from ui import import MainWindow |
|
|||
5 | from ui.MainWindow import MainWindow |
|
4 | from ui.MainWindow import MainWindow | |
6 |
|
5 | |||
7 | def main(): |
|
6 | def main(): |
@@ -41,11 +41,11 | |||||
41 |
|
41 | |||
42 | # TODO: not implemented yet |
|
42 | # TODO: not implemented yet | |
43 | # raise NotImplementedError |
|
43 | # raise NotImplementedError | |
44 |
|
|
44 | ||
45 | @pyqtSignature("") |
|
45 | @pyqtSignature("QString") | |
46 | def on_btnStopburn_clicked(self): |
|
46 | def on_txtDpath_textChanged(self, p0): | |
47 | """ |
|
47 | """ | |
48 | Slot documentation goes here. |
|
48 | Slot documentation goes here. | |
49 | """ |
|
49 | """ | |
50 | # TODO: not implemented yet |
|
50 | # TODO: not implemented yet | |
51 | raise NotImplementedError |
|
51 | # raise NotImplementedError |
General Comments 0
You need to be logged in to leave comments.
Login now