Documentation
class QfindChild_QQuickWebEngineProfile x where #
findChild_QQuickWebEngineProfile :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QQuickWebEngineProfile () # | |
Defined in Qtc.Webengine.Find findChild_QQuickWebEngineProfile :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QQuickWebEngineProfile String # | |
Defined in Qtc.Webengine.Find findChild_QQuickWebEngineProfile :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QQuickWebEngineProfile x where #
findChildren_QQuickWebEngineProfile :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QQuickWebEngineProfile () # | |
Defined in Qtc.Webengine.Find findChildren_QQuickWebEngineProfile :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QQuickWebEngineProfile String # | |
Defined in Qtc.Webengine.Find findChildren_QQuickWebEngineProfile :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QQuickWebEngineScript x where #
findChild_QQuickWebEngineScript :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QQuickWebEngineScript () # | |
Defined in Qtc.Webengine.Find findChild_QQuickWebEngineScript :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QQuickWebEngineScript String # | |
Defined in Qtc.Webengine.Find findChild_QQuickWebEngineScript :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QQuickWebEngineScript x where #
findChildren_QQuickWebEngineScript :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QQuickWebEngineScript () # | |
Defined in Qtc.Webengine.Find findChildren_QQuickWebEngineScript :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QQuickWebEngineScript String # | |
Defined in Qtc.Webengine.Find findChildren_QQuickWebEngineScript :: QObject a -> String -> IO [QObject ()] # |