(self, **kwargs)
| 323 | lastUpdateTime = 0 |
| 324 | |
| 325 | def __init__(self, **kwargs): |
| 326 | super(Project, self).__init__(**kwargs) |
| 327 | self.variable_name = 'App'# + str(id(self)) |
| 328 | self.style.update({'position': 'relative', |
| 329 | 'overflow': 'auto', |
| 330 | 'background-color': 'rgb(250,248,240)', |
| 331 | 'background-image': "url('/editor_resources:background.png')"}) |
| 332 | self.attr_editor_newclass = True |
| 333 | |
| 334 | def shouldUpdate(self, filePathName): |
| 335 | #returns True if project file changed externally |