JLinX – Blog

Weblog von Jan Linxweiler

Qt Signals and Slots – Auto-Connect

Filed under: Development — Jannis at 12:50 pm on Thursday, January 24, 2008

How to use automatic connections for signals and slots in Qt:

void on_<widget name>_<signal name>(<signal parameters>);

For details go to trolltech documentation.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.