Documentation
class QfindChild_QSignalSpy x where #
findChild_QSignalSpy :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QSignalSpy () # | |
Defined in Qtc.Test.Find findChild_QSignalSpy :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QSignalSpy String # | |
Defined in Qtc.Test.Find findChild_QSignalSpy :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QSignalSpy x where #
findChildren_QSignalSpy :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QSignalSpy () # | |
Defined in Qtc.Test.Find findChildren_QSignalSpy :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QSignalSpy String # | |
Defined in Qtc.Test.Find findChildren_QSignalSpy :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QTestEventLoop x where #
findChild_QTestEventLoop :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QTestEventLoop () # | |
Defined in Qtc.Test.Find findChild_QTestEventLoop :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QTestEventLoop String # | |
Defined in Qtc.Test.Find findChild_QTestEventLoop :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QTestEventLoop x where #
findChildren_QTestEventLoop :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QTestEventLoop () # | |
Defined in Qtc.Test.Find findChildren_QTestEventLoop :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QTestEventLoop String # | |
Defined in Qtc.Test.Find findChildren_QTestEventLoop :: QObject a -> String -> IO [QObject ()] # |