Qtc.Widgets.QCompleter

Contents

Documentation

class QqCompleterTrUtf8 x1 where #

Methods

qCompleterTrUtf8 :: x1 -> IO String #

Instances
QqCompleterTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleterTrUtf8 :: String -> IO String #

QqCompleterTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleterTrUtf8 :: (String, String) -> IO String #

QqCompleterTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleterTrUtf8 :: (String, String, Int) -> IO String #

class QqCompleter x1 where #

Methods

qCompleter :: x1 -> IO (QCompleter ()) #

Instances
QqCompleter () # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: () -> IO (QCompleter ()) #

QqCompleter [String] # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: [String] -> IO (QCompleter ()) #

QqCompleter (QAbstractItemModel t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: QAbstractItemModel t1 -> IO (QCompleter ()) #

QqCompleter (QObject t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: QObject t1 -> IO (QCompleter ()) #

QqCompleter ([String], QObject t2) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: ([String], QObject t2) -> IO (QCompleter ()) #

QqCompleter (QAbstractItemModel t1, QObject t2) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qCompleter :: (QAbstractItemModel t1, QObject t2) -> IO (QCompleter ()) #

class Qcomplete x0 x1 where #

Methods

complete :: x0 -> x1 -> IO () #

Instances
Qcomplete (QCompleter ()) () # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

complete :: QCompleter () -> () -> IO () #

Qcomplete (QCompleter ()) Rect # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

complete :: QCompleter () -> Rect -> IO () #

Qcomplete (QCompleterSc a) Rect # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

complete :: QCompleterSc a -> Rect -> IO () #

Qcomplete (QCompleterSc a) () # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

complete :: QCompleterSc a -> () -> IO () #

class Qqcomplete x0 x1 where #

Methods

qcomplete :: x0 -> x1 -> IO () #

Instances
Qqcomplete (QCompleter ()) (QRect t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qcomplete :: QCompleter () -> QRect t1 -> IO () #

Qqcomplete (QCompleterSc a) (QRect t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

qcomplete :: QCompleterSc a -> QRect t1 -> IO () #

completionColumn :: QCompleter a -> () -> IO Int #

completionCount :: QCompleter a -> () -> IO Int #

completionPrefix :: QCompleter a -> () -> IO String #

completionRole :: QCompleter a -> () -> IO Int #

currentCompletion :: QCompleter a -> () -> IO String #

class QpathFromIndex x0 x1 where #

Methods

pathFromIndex :: x0 -> x1 -> IO String #

Instances
QpathFromIndex (QCompleter ()) (QModelIndex t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

pathFromIndex :: QCompleter () -> QModelIndex t1 -> IO String #

QpathFromIndex (QCompleterSc a) (QModelIndex t1) # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

pathFromIndex :: QCompleterSc a -> QModelIndex t1 -> IO String #

setCompletionColumn :: QCompleter a -> Int -> IO () #

class QsetCompletionPrefix x0 x1 where #

Methods

setCompletionPrefix :: x0 -> x1 -> IO () #

Instances
QsetCompletionPrefix (QCompleter ()) String # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

setCompletionPrefix :: QCompleter () -> String -> IO () #

QsetCompletionPrefix (QCompleterSc a) String # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

setCompletionPrefix :: QCompleterSc a -> String -> IO () #

setCompletionRole :: QCompleter a -> Int -> IO () #

class QsetWrapAround x0 x1 where #

Methods

setWrapAround :: x0 -> x1 -> IO () #

Instances
QsetWrapAround (QCompleter ()) Bool # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

setWrapAround :: QCompleter () -> Bool -> IO () #

QsetWrapAround (QCompleterSc a) Bool # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

setWrapAround :: QCompleterSc a -> Bool -> IO () #

class QsplitPath x0 x1 where #

Methods

splitPath :: x0 -> x1 -> IO [String] #

Instances
QsplitPath (QCompleter ()) String # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

splitPath :: QCompleter () -> String -> IO [String] #

QsplitPath (QCompleterSc a) String # 
Instance details

Defined in Qtc.Widgets.QCompleter

Methods

splitPath :: QCompleterSc a -> String -> IO [String] #

wrapAround :: QCompleter a -> () -> IO Bool #

Orphan instances

QsetMaxVisibleItems (QCompleter a) Int # 
Instance details

Methods

setMaxVisibleItems :: QCompleter a -> Int -> IO () #

QmaxVisibleItems (QCompleter a) () # 
Instance details

Methods

maxVisibleItems :: QCompleter a -> () -> IO Int #

QcurrentRow (QCompleter a) () # 
Instance details

Methods

currentRow :: QCompleter a -> () -> IO Int #

QsetFilterMode (QCompleter a) MatchFlags # 
Instance details

Methods

setFilterMode :: QCompleter a -> MatchFlags -> IO () #

QsetCaseSensitivity (QCompleter a) CaseSensitivity # 
Instance details

QsenderSignalIndex (QCompleter ()) () # 
Instance details

Methods

senderSignalIndex :: QCompleter () -> () -> IO Int #

QsenderSignalIndex (QCompleterSc a) () # 
Instance details

Methods

senderSignalIndex :: QCompleterSc a -> () -> IO Int #

Qsender (QCompleter ()) () # 
Instance details

Methods

sender :: QCompleter () -> () -> IO (QObject ()) #

Qsender (QCompleterSc a) () # 
Instance details

Methods

sender :: QCompleterSc a -> () -> IO (QObject ()) #

Qreceivers (QCompleter ()) String # 
Instance details

Methods

receivers :: QCompleter () -> String -> IO Int #

Qreceivers (QCompleterSc a) String # 
Instance details

Methods

receivers :: QCompleterSc a -> String -> IO Int #

QcaseSensitivity (QCompleter a) () # 
Instance details

QsetCurrentRow (QCompleter a) Int (IO Bool) # 
Instance details

Methods

setCurrentRow :: QCompleter a -> Int -> IO Bool #

Qpopup (QCompleter a) () (IO (QAbstractItemView ())) # 
Instance details

Methods

popup :: QCompleter a -> () -> IO (QAbstractItemView ()) #

Qwidget (QCompleter a) () (IO (QWidget ())) # 
Instance details

Methods

widget :: QCompleter a -> () -> IO (QWidget ()) #

Qproperty (QCompleter ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QCompleter () -> String -> IO (QVariant ()) #

Qproperty (QCompleterSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QCompleterSc a -> String -> IO (QVariant ()) #

Qparent (QCompleter ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QCompleter () -> () -> IO (QObject ()) #

Qparent (QCompleterSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QCompleterSc a -> () -> IO (QObject ()) #

Qmodel (QCompleter a) () (IO (QAbstractItemModel ())) # 
Instance details

Methods

model :: QCompleter a -> () -> IO (QAbstractItemModel ()) #

QfilterMode (QCompleter a) () (IO MatchFlags) # 
Instance details

Methods

filterMode :: QCompleter a -> () -> IO MatchFlags #

QcurrentIndex (QCompleter a) () (IO (QModelIndex ())) # 
Instance details

Methods

currentIndex :: QCompleter a -> () -> IO (QModelIndex ()) #

QuserMethod (QCompleter ()) () (IO ()) # 
Instance details

Methods

userMethod :: QCompleter () -> Int -> () -> IO () #

QuserMethod (QCompleterSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QCompleterSc a -> Int -> () -> IO () #

QsetWidget (QCompleter a) (QWidget t1) # 
Instance details

Methods

setWidget :: QCompleter a -> QWidget t1 -> IO () #

QtimerEvent (QCompleter ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QCompleter () -> QTimerEvent t1 -> IO () #

QtimerEvent (QCompleterSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QCompleterSc a -> QTimerEvent t1 -> IO () #

QsetModel (QCompleter a) (QAbstractItemModel t1) # 
Instance details

Methods

setModel :: QCompleter a -> QAbstractItemModel t1 -> IO () #

QisSignalConnected (QCompleter ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QCompleter () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QCompleterSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QCompleterSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QCompleter ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QCompleter () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QCompleterSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QCompleterSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QCompleter ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QCompleter () -> QEvent t1 -> IO () #

QcustomEvent (QCompleterSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QCompleterSc a -> QEvent t1 -> IO () #

QconnectNotify (QCompleter ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QCompleter () -> QMetaMethod t1 -> IO () #

QconnectNotify (QCompleterSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QCompleterSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QCompleter ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QCompleter () -> QChildEvent t1 -> IO () #

QchildEvent (QCompleterSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QCompleterSc a -> QChildEvent t1 -> IO () #

Qevent (QCompleter ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QCompleter () -> QEvent t1 -> IO Bool #

Qevent (QCompleterSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QCompleterSc a -> QEvent t1 -> IO Bool #

QuserMethod (QCompleter ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QCompleter () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QCompleterSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QCompleterSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QCompleter ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QCompleter () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QCompleterSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QCompleterSc a -> (QObject t1, QEvent t2) -> IO Bool #