eric6/Snapshot/SnapWidget.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8227
349308e84eeb
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
40 """ 40 """
41 Constructor 41 Constructor
42 42
43 @param parent reference to the parent widget (QWidget) 43 @param parent reference to the parent widget (QWidget)
44 """ 44 """
45 super(SnapWidget, self).__init__(parent) 45 super().__init__(parent)
46 self.setupUi(self) 46 self.setupUi(self)
47 47
48 self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs")) 48 self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs"))
49 self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto")) 49 self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto"))
50 self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy")) 50 self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy"))

eric ide

mercurial