Documentation
class Qcomplete_h x0 x1 where #
complete_h :: x0 -> x1 -> IO () #
Instances
Qcomplete_h (QCompleter ()) () # | |
Defined in Qtc.Widgets.QCompleter_h complete_h :: QCompleter () -> () -> IO () # | |
Qcomplete_h (QCompleter ()) Rect # | |
Defined in Qtc.Widgets.QCompleter_h complete_h :: QCompleter () -> Rect -> IO () # | |
Qcomplete_h (QCompleterSc a) Rect # | |
Defined in Qtc.Widgets.QCompleter_h complete_h :: QCompleterSc a -> Rect -> IO () # | |
Qcomplete_h (QCompleterSc a) () # | |
Defined in Qtc.Widgets.QCompleter_h complete_h :: QCompleterSc a -> () -> IO () # |
class Qqcomplete_h x0 x1 where #
qcomplete_h :: x0 -> x1 -> IO () #
Instances
Qqcomplete_h (QCompleter ()) (QRect t1) # | |
Defined in Qtc.Widgets.QCompleter_h qcomplete_h :: QCompleter () -> QRect t1 -> IO () # | |
Qqcomplete_h (QCompleterSc a) (QRect t1) # | |
Defined in Qtc.Widgets.QCompleter_h qcomplete_h :: QCompleterSc a -> QRect t1 -> IO () # |
class QpathFromIndex_h x0 x1 where #
pathFromIndex_h :: x0 -> x1 -> IO String #
Instances
QpathFromIndex_h (QCompleter ()) (QModelIndex t1) # | |
Defined in Qtc.Widgets.QCompleter_h pathFromIndex_h :: QCompleter () -> QModelIndex t1 -> IO String # | |
QpathFromIndex_h (QCompleterSc a) (QModelIndex t1) # | |
Defined in Qtc.Widgets.QCompleter_h pathFromIndex_h :: QCompleterSc a -> QModelIndex t1 -> IO String # |
class QsetCompletionPrefix_h x0 x1 where #
setCompletionPrefix_h :: x0 -> x1 -> IO () #
Instances
QsetCompletionPrefix_h (QCompleter ()) String # | |
Defined in Qtc.Widgets.QCompleter_h setCompletionPrefix_h :: QCompleter () -> String -> IO () # | |
QsetCompletionPrefix_h (QCompleterSc a) String # | |
Defined in Qtc.Widgets.QCompleter_h setCompletionPrefix_h :: QCompleterSc a -> String -> IO () # |
class QsetWrapAround_h x0 x1 where #
setWrapAround_h :: x0 -> x1 -> IO () #
Instances
QsetWrapAround_h (QCompleter ()) Bool # | |
Defined in Qtc.Widgets.QCompleter_h setWrapAround_h :: QCompleter () -> Bool -> IO () # | |
QsetWrapAround_h (QCompleterSc a) Bool # | |
Defined in Qtc.Widgets.QCompleter_h setWrapAround_h :: QCompleterSc a -> Bool -> IO () # |
class QsplitPath_h x0 x1 where #
splitPath_h :: x0 -> x1 -> IO [String] #
Instances
QsplitPath_h (QCompleter ()) String # | |
Defined in Qtc.Widgets.QCompleter_h splitPath_h :: QCompleter () -> String -> IO [String] # | |
QsplitPath_h (QCompleterSc a) String # | |
Defined in Qtc.Widgets.QCompleter_h splitPath_h :: QCompleterSc a -> String -> IO [String] # |