Documentation
class QbeginCreate_h x0 x1 where #
beginCreate_h :: x0 -> x1 -> IO (QObject ()) #
Instances
QbeginCreate_h (QQmlComponent ()) (QQmlContext t1) # | |
Defined in Qtc.Qml.QQmlComponent_h beginCreate_h :: QQmlComponent () -> QQmlContext t1 -> IO (QObject ()) # | |
QbeginCreate_h (QQmlComponentSc a) (QQmlContext t1) # | |
Defined in Qtc.Qml.QQmlComponent_h beginCreate_h :: QQmlComponentSc a -> QQmlContext t1 -> IO (QObject ()) # |
class QcompleteCreate_h x0 x1 where #
completeCreate_h :: x0 -> x1 -> IO () #
Instances
QcompleteCreate_h (QQmlComponent ()) () # | |
Defined in Qtc.Qml.QQmlComponent_h completeCreate_h :: QQmlComponent () -> () -> IO () # | |
QcompleteCreate_h (QQmlComponentSc a) () # | |
Defined in Qtc.Qml.QQmlComponent_h completeCreate_h :: QQmlComponentSc a -> () -> IO () # |
class QloadUrl_h x0 x1 where #
Instances
QloadUrl_h (QQmlComponent ()) (QUrl t1) # | |
Defined in Qtc.Qml.QQmlComponent_h loadUrl_h :: QQmlComponent () -> QUrl t1 -> IO () # | |
QloadUrl_h (QQmlComponentSc a) (QUrl t1) # | |
Defined in Qtc.Qml.QQmlComponent_h loadUrl_h :: QQmlComponentSc a -> QUrl t1 -> IO () # | |
QloadUrl_h (QQmlComponent ()) (QUrl t1, CompilationMode) # | |
Defined in Qtc.Qml.QQmlComponent_h loadUrl_h :: QQmlComponent () -> (QUrl t1, CompilationMode) -> IO () # | |
QloadUrl_h (QQmlComponentSc a) (QUrl t1, CompilationMode) # | |
Defined in Qtc.Qml.QQmlComponent_h loadUrl_h :: QQmlComponentSc a -> (QUrl t1, CompilationMode) -> IO () # |