5967:da72832f7c22 | 5968:c5112b5cb7a9 |
---|---|
41 | 41 |
42 import Preferences | 42 import Preferences |
43 import Utilities | 43 import Utilities |
44 | 44 |
45 | 45 |
46 # TODO: add support for 'PROTOCOLS' (analog INTERFACES) | |
46 class Project(QObject): | 47 class Project(QObject): |
47 """ | 48 """ |
48 Class implementing the project management functionality. | 49 Class implementing the project management functionality. |
49 | 50 |
50 @signal dirty(int) emitted when the dirty state changes | 51 @signal dirty(int) emitted when the dirty state changes |
426 "VERSION": "", | 427 "VERSION": "", |
427 "SOURCES": [], | 428 "SOURCES": [], |
428 "FORMS": [], | 429 "FORMS": [], |
429 "RESOURCES": [], | 430 "RESOURCES": [], |
430 "INTERFACES": [], | 431 "INTERFACES": [], |
432 "PROTOCOLS": [], | |
431 "OTHERS": [], | 433 "OTHERS": [], |
432 "TRANSLATIONS": [], | 434 "TRANSLATIONS": [], |
433 "TRANSLATIONEXCEPTIONS": [], | 435 "TRANSLATIONEXCEPTIONS": [], |
434 "TRANSLATIONPATTERN": "", | 436 "TRANSLATIONPATTERN": "", |
435 "TRANSLATIONSBINPATH": "", | 437 "TRANSLATIONSBINPATH": "", |