User Tools

Site Tools


qt:wiring_up_signals_and_slots

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
qt:wiring_up_signals_and_slots [2011/03/31 13:18] – [Create an event handler] mithatqt:wiring_up_signals_and_slots [2011/03/31 15:02] mithat
Line 3: Line 3:
 ===== Creating signal→slot connections ===== ===== Creating signal→slot connections =====
 Qt uses a signals and slots system to process events. If you use Qt Creator for development, there are at least four different ways to make signal->slot connections: Qt uses a signals and slots system to process events. If you use Qt Creator for development, there are at least four different ways to make signal->slot connections:
-  * Create an "event handler" +  * [[#Create an "event handler"]] 
-  * Do it "visually" +  * [[#Do it "visually"]] 
-  * Do it in the *.ui file +  * [[#Do it in the *.ui file]] 
-  * Do it in the constructor +  * [[#Do it in the constructor ]]
  
 If you use Qt Designer with some other IDE for development, three of these are available to you. If you are hand-coding everything, then two are. Each of the above listed approaches are discussed below. If you use Qt Designer with some other IDE for development, three of these are available to you. If you are hand-coding everything, then two are. Each of the above listed approaches are discussed below.
qt/wiring_up_signals_and_slots.txt · Last modified: 2011/04/03 13:14 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki