UI/UserInterface.py

changeset 2807
73c38615aced
parent 2770
fd5ee85f0450
child 2847
1843ef6e2656
child 2930
92973b701875
equal deleted inserted replaced
2806:0dc655f1655d 2807:73c38615aced
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.

eric ide

mercurial