Uses of Class
io.qt.QtAllowedTypeSet
Package | Description |
---|---|
io.qt | |
io.qt.designer |
-
Uses of QtAllowedTypeSet in io.qt
Methods in io.qt that return QtAllowedTypeSet Modifier and Type Method Description QtAllowedTypeSet[]
value()
-
Uses of QtAllowedTypeSet in io.qt.designer
Methods in io.qt.designer with annotations of type QtAllowedTypeSet Modifier and Type Method Description <A> QObject.Signal1<A>
QDesignerIntegrationInterface.MultiSignal_navigateToSlot. overload(Class<A> type1)
Provides an overloaded signal by parameter type.<A, B, C> QObject.Signal3<A,B,C>
QDesignerIntegrationInterface.MultiSignal_navigateToSlot. overload(Class<A> type1, Class<B> type2, Class<C> type3)
Provides an overloaded signal by parameter types.