Qt Jambi Home

com.trolltech.qt
Annotation Type QtBlockedSlot


@Retention(value=RUNTIME)
public @interface QtBlockedSlot

The QtBlockedSlot annotation prevents a method from being used as a slot. It is provided for consistency with Qt, in which functions must be declared as slots. Also, many methods are not suited for editing in the Qt Designer.


Qt Jambi Home