4087 Private slot to show a pixmap in a dialog. |
4087 Private slot to show a pixmap in a dialog. |
4088 |
4088 |
4089 @param fn filename of the file to show (string) |
4089 @param fn filename of the file to show (string) |
4090 """ |
4090 """ |
4091 from IconEditor.IconEditorWindow import IconEditorWindow |
4091 from IconEditor.IconEditorWindow import IconEditorWindow |
4092 dlg = IconEditorWindow(fn, self, fromEric=True) |
4092 dlg = IconEditorWindow(fn, self, fromEric=True, project=self.project) |
4093 dlg.show() |
4093 dlg.show() |
4094 |
4094 |
4095 def __showPixmap(self, fn): |
4095 def __showPixmap(self, fn): |
4096 """ |
4096 """ |
4097 Private slot to show a pixmap in a dialog. |
4097 Private slot to show a pixmap in a dialog. |