IconEditor/IconEditorPalette.py

changeset 2957
c7f8c7561542
parent 2302
f29e9405c851
child 2992
dbdf27746da5
--- a/IconEditor/IconEditorPalette.py	Sun Sep 29 10:19:28 2013 +0200
+++ b/IconEditor/IconEditorPalette.py	Sun Sep 29 10:22:44 2013 +0200
@@ -112,12 +112,16 @@
     def previewChanged(self, pixmap):
         """
         Public slot to update the preview.
+        
+        @param pixmap new preview pixmap (QPixmap)
         """
         self.__preview.setPixmap(pixmap)
     
     def colorChanged(self, color):
         """
         Public slot to update the color preview.
+        
+        @param color new color (QColor)
         """
         self.__currentColor = color
         self.__currentAlpha = color.alpha()

eric ide

mercurial