[PyQt] what is pyqtSignature( )

David Boddie david at boddie.org.uk
Sun May 20 19:07:28 BST 2012


On Sat, 19 May 2012 19:50:49 +0530, Ganesh Kumar wrote:

> I very new to pyqt, I am still learning face, I have seen the example
> program, @pyqtSignature("QString"). It's a decorator function, But I can't
> seen the function not available to my source file,
> please guide me.
>
> @pyqtSignature("double")
> @pyqtSignature("int")

See this link in the PyQt reference documentation:

http://www.riverbankcomputing.com/static/Docs/PyQt4/html/old_style_signals_slots.html#the-qtcore-pyqtsignature-decorator

David


More information about the PyQt mailing list