[PyQt] pyqtSlot
Phil Thompson
phil at riverbankcomputing.com
Thu Aug 25 13:40:04 BST 2016
On 25 Aug 2016, at 1:36 pm, oliver <oliver.schoenborn at gmail.com> wrote:
>
> If the slot weren't in the QMetaObject, how would the object method get called (it does get called)?
The same way any other type of callable is handled, by creating a proxy QObject when the connection is made.
> Also do you mean inspecting via Python (i.e. with print or debugger) or do you mean at the c++ level (attaching to process with VS)?
It doesn't matter.
Phil
More information about the PyQt
mailing list