Documentation
class QfindChild_QSerialPort x where #
findChild_QSerialPort :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QSerialPort () # | |
Defined in Qtc.Serialport.Find findChild_QSerialPort :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QSerialPort String # | |
Defined in Qtc.Serialport.Find findChild_QSerialPort :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QSerialPort x where #
findChildren_QSerialPort :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QSerialPort () # | |
Defined in Qtc.Serialport.Find findChildren_QSerialPort :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QSerialPort String # | |
Defined in Qtc.Serialport.Find findChildren_QSerialPort :: QObject a -> String -> IO [QObject ()] # |