diff -r a163fbbf2bea -r db5a520f69d3 QScintilla/MarkupProviders/ImageMarkupDialog.py --- a/QScintilla/MarkupProviders/ImageMarkupDialog.py Tue Jan 10 19:15:17 2017 +0100 +++ b/QScintilla/MarkupProviders/ImageMarkupDialog.py Tue Jan 10 19:23:25 2017 +0100 @@ -30,6 +30,8 @@ """ Constructor + @param mode mode of the dialog + @type int @param parent reference to the parent widget @type QWidget """ @@ -153,7 +155,7 @@ @pyqtSlot(bool) def on_sizeCheckBox_toggled(self, checked): """ - Public slot to reset the width and height spin boxes. + Private slot to reset the width and height spin boxes. @param checked flag indicating the state of the check box @type bool @@ -165,7 +167,7 @@ @pyqtSlot(bool) def on_aspectRatioCheckBox_toggled(self, checked): """ - Public slot to adjust the height to match the original aspect ratio. + Private slot to adjust the height to match the original aspect ratio. @param checked flag indicating the state of the check box @type bool