Qtc.Webchannel.Find

Documentation

class QfindChild_QWebChannel x where #

Methods

findChild_QWebChannel :: QObject a -> x -> IO (QObject b) #

Instances
QfindChild_QWebChannel () # 
Instance details

Defined in Qtc.Webchannel.Find

Methods

findChild_QWebChannel :: QObject a -> () -> IO (QObject b) #

QfindChild_QWebChannel String # 
Instance details

Defined in Qtc.Webchannel.Find

Methods

findChild_QWebChannel :: QObject a -> String -> IO (QObject b) #

class QfindChildren_QWebChannel x where #

Methods

findChildren_QWebChannel :: QObject a -> x -> IO [QObject ()] #

Instances
QfindChildren_QWebChannel () # 
Instance details

Defined in Qtc.Webchannel.Find

Methods

findChildren_QWebChannel :: QObject a -> () -> IO [QObject ()] #

QfindChildren_QWebChannel String # 
Instance details

Defined in Qtc.Webchannel.Find

Methods

findChildren_QWebChannel :: QObject a -> String -> IO [QObject ()] #