Documentation
class QfindChild_QUiLoader x where #
findChild_QUiLoader :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QUiLoader () # | |
Defined in Qtc.Uitools.Find findChild_QUiLoader :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QUiLoader String # | |
Defined in Qtc.Uitools.Find findChild_QUiLoader :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QUiLoader x where #
findChildren_QUiLoader :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QUiLoader () # | |
Defined in Qtc.Uitools.Find findChildren_QUiLoader :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QUiLoader String # | |
Defined in Qtc.Uitools.Find findChildren_QUiLoader :: QObject a -> String -> IO [QObject ()] # |