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