UI/UserInterface.py

branch
Py2 comp.
changeset 2847
1843ef6e2656
parent 2791
a9577f248f04
parent 2807
73c38615aced
child 3056
9986ec0e559a
equal deleted inserted replaced
2846:b852fe4d153a 2847:1843ef6e2656
4093 Private slot to show a pixmap in a dialog. 4093 Private slot to show a pixmap in a dialog.
4094 4094
4095 @param fn filename of the file to show (string) 4095 @param fn filename of the file to show (string)
4096 """ 4096 """
4097 from IconEditor.IconEditorWindow import IconEditorWindow 4097 from IconEditor.IconEditorWindow import IconEditorWindow
4098 dlg = IconEditorWindow(fn, self, fromEric=True) 4098 dlg = IconEditorWindow(fn, self, fromEric=True, project=self.project)
4099 dlg.show() 4099 dlg.show()
4100 4100
4101 def __showPixmap(self, fn): 4101 def __showPixmap(self, fn):
4102 """ 4102 """
4103 Private slot to show a pixmap in a dialog. 4103 Private slot to show a pixmap in a dialog.

eric ide

mercurial