Qtc.Widgets.QComboBox

Contents

Documentation

class QqComboBoxTrUtf8 x1 where #

Methods

qComboBoxTrUtf8 :: x1 -> IO String #

Instances
QqComboBoxTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

qComboBoxTrUtf8 :: String -> IO String #

QqComboBoxTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

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

QqComboBoxTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

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

class QqComboBox x1 where #

Methods

qComboBox :: x1 -> IO (QComboBox ()) #

Instances
QqComboBox () # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

qComboBox :: () -> IO (QComboBox ()) #

QqComboBox (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

qComboBox :: QWidget t1 -> IO (QComboBox ()) #

autoCompletion :: QComboBox a -> () -> IO Bool #

class QcurrentData x1 where #

Methods

currentData :: QComboBox a -> x1 -> IO (QVariant ()) #

Instances
QcurrentData Int # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

currentData :: QComboBox a -> Int -> IO (QVariant ()) #

QcurrentData () # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

currentData :: QComboBox a -> () -> IO (QVariant ()) #

duplicatesEnabled :: QComboBox a -> () -> IO Bool #

class QfindData x1 where #

Methods

findData :: QComboBox a -> x1 -> IO Int #

Instances
QfindData (QVariant t1) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

findData :: QComboBox a -> QVariant t1 -> IO Int #

QfindData (QVariant t1, Int) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

findData :: QComboBox a -> (QVariant t1, Int) -> IO Int #

QfindData (QVariant t1, Int, MatchFlags) # 
Instance details

Defined in Qtc.Widgets.QComboBox

Methods

findData :: QComboBox a -> (QVariant t1, Int, MatchFlags) -> IO Int #

maxCount :: QComboBox a -> () -> IO Int #

minimumContentsLength :: QComboBox a -> () -> IO Int #

rootModelIndex :: QComboBox a -> () -> IO (QModelIndex ()) #

setAutoCompletion :: QComboBox a -> Bool -> IO () #

setDuplicatesEnabled :: QComboBox a -> Bool -> IO () #

setMaxCount :: QComboBox a -> Int -> IO () #

setMinimumContentsLength :: QComboBox a -> Int -> IO () #

Orphan instances

Qvalidator (QComboBox a) () # 
Instance details

Methods

validator :: QComboBox a -> () -> IO (QValidator ()) #

QshowPopup (QComboBox ()) () # 
Instance details

Methods

showPopup :: QComboBox () -> () -> IO () #

QshowPopup (QComboBoxSc a) () # 
Instance details

Methods

showPopup :: QComboBoxSc a -> () -> IO () #

QsetSizeAdjustPolicy (QComboBox a) QComboBox_SizeAdjustPolicy # 
Instance details

QsetModelColumn (QComboBox a) Int # 
Instance details

Methods

setModelColumn :: QComboBox a -> Int -> IO () #

QsetMaxVisibleItems (QComboBox a) Int # 
Instance details

Methods

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

QsetFrame (QComboBox a) Bool # 
Instance details

Methods

setFrame :: QComboBox a -> Bool -> IO () #

QsetEditText (QComboBox ()) String # 
Instance details

Methods

setEditText :: QComboBox () -> String -> IO () #

QsetEditText (QComboBoxSc a) String # 
Instance details

Methods

setEditText :: QComboBoxSc a -> String -> IO () #

QsetCurrentText (QComboBox ()) String # 
Instance details

Methods

setCurrentText :: QComboBox () -> String -> IO () #

QsetCurrentText (QComboBoxSc a) String # 
Instance details

Methods

setCurrentText :: QComboBoxSc a -> String -> IO () #

QmodelColumn (QComboBox a) () # 
Instance details

Methods

modelColumn :: QComboBox a -> () -> IO Int #

QmaxVisibleItems (QComboBox a) () # 
Instance details

Methods

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

QlineEdit (QComboBox a) () # 
Instance details

Methods

lineEdit :: QComboBox a -> () -> IO (QLineEdit ()) #

QitemIcon (QComboBox a) Int # 
Instance details

Methods

itemIcon :: QComboBox a -> Int -> IO (QIcon ()) #

QitemDelegate (QComboBox a) () # 
Instance details

Methods

itemDelegate :: QComboBox a -> () -> IO (QAbstractItemDelegate ()) #

QqiconSize (QComboBox a) () # 
Instance details

Methods

qiconSize :: QComboBox a -> () -> IO (QSize ()) #

QiconSize (QComboBox a) () # 
Instance details

Methods

iconSize :: QComboBox a -> () -> IO Size #

QhidePopup (QComboBox ()) () # 
Instance details

Methods

hidePopup :: QComboBox () -> () -> IO () #

QhidePopup (QComboBoxSc a) () # 
Instance details

Methods

hidePopup :: QComboBoxSc a -> () -> IO () #

QhasFrame (QComboBox a) () # 
Instance details

Methods

hasFrame :: QComboBox a -> () -> IO Bool #

QcurrentText (QComboBox a) () # 
Instance details

Methods

currentText :: QComboBox a -> () -> IO String #

Qcompleter (QComboBox a) () # 
Instance details

Methods

completer :: QComboBox a -> () -> IO (QCompleter ()) #

QclearEditText (QComboBox ()) () # 
Instance details

Methods

clearEditText :: QComboBox () -> () -> IO () #

QclearEditText (QComboBoxSc a) () # 
Instance details

Methods

clearEditText :: QComboBoxSc a -> () -> IO () #

QupdateMicroFocus (QComboBox ()) () # 
Instance details

Methods

updateMicroFocus :: QComboBox () -> () -> IO () #

QupdateMicroFocus (QComboBoxSc a) () # 
Instance details

Methods

updateMicroFocus :: QComboBoxSc a -> () -> IO () #

Qupdate (QComboBox ()) () # 
Instance details

Methods

update :: QComboBox () -> () -> IO () #

Qupdate (QComboBoxSc a) () # 
Instance details

Methods

update :: QComboBoxSc a -> () -> IO () #

QshowNormal (QComboBox ()) () # 
Instance details

Methods

showNormal :: QComboBox () -> () -> IO () #

QshowNormal (QComboBoxSc a) () # 
Instance details

Methods

showNormal :: QComboBoxSc a -> () -> IO () #

QshowMinimized (QComboBox ()) () # 
Instance details

Methods

showMinimized :: QComboBox () -> () -> IO () #

QshowMinimized (QComboBoxSc a) () # 
Instance details

Methods

showMinimized :: QComboBoxSc a -> () -> IO () #

QshowMaximized (QComboBox ()) () # 
Instance details

Methods

showMaximized :: QComboBox () -> () -> IO () #

QshowMaximized (QComboBoxSc a) () # 
Instance details

Methods

showMaximized :: QComboBoxSc a -> () -> IO () #

QshowFullScreen (QComboBox ()) () # 
Instance details

Methods

showFullScreen :: QComboBox () -> () -> IO () #

QshowFullScreen (QComboBoxSc a) () # 
Instance details

Methods

showFullScreen :: QComboBoxSc a -> () -> IO () #

Qqshow (QComboBox ()) () # 
Instance details

Methods

qshow :: QComboBox () -> () -> IO () #

Qqshow (QComboBoxSc a) () # 
Instance details

Methods

qshow :: QComboBoxSc a -> () -> IO () #

QsharedPainter (QComboBox ()) () # 
Instance details

Methods

sharedPainter :: QComboBox () -> () -> IO (QPainter ()) #

QsharedPainter (QComboBoxSc a) () # 
Instance details

Methods

sharedPainter :: QComboBoxSc a -> () -> IO (QPainter ()) #

QsetWindowTitle (QComboBox ()) String # 
Instance details

Methods

setWindowTitle :: QComboBox () -> String -> IO () #

QsetWindowTitle (QComboBoxSc a) String # 
Instance details

Methods

setWindowTitle :: QComboBoxSc a -> String -> IO () #

QsetWindowModified (QComboBox ()) Bool # 
Instance details

Methods

setWindowModified :: QComboBox () -> Bool -> IO () #

QsetWindowModified (QComboBoxSc a) Bool # 
Instance details

Methods

setWindowModified :: QComboBoxSc a -> Bool -> IO () #

QsetVisible (QComboBox ()) Bool # 
Instance details

Methods

setVisible :: QComboBox () -> Bool -> IO () #

QsetVisible (QComboBoxSc a) Bool # 
Instance details

Methods

setVisible :: QComboBoxSc a -> Bool -> IO () #

QsetStyleSheet (QComboBox ()) String # 
Instance details

Methods

setStyleSheet :: QComboBox () -> String -> IO () #

QsetStyleSheet (QComboBoxSc a) String # 
Instance details

Methods

setStyleSheet :: QComboBoxSc a -> String -> IO () #

QsetIconSize (QComboBox a) Size # 
Instance details

Methods

setIconSize :: QComboBox a -> Size -> IO () #

QsetHidden (QComboBox ()) Bool # 
Instance details

Methods

setHidden :: QComboBox () -> Bool -> IO () #

QsetHidden (QComboBoxSc a) Bool # 
Instance details

Methods

setHidden :: QComboBoxSc a -> Bool -> IO () #

QsetGeometry (QComboBox ()) Rect # 
Instance details

Methods

setGeometry :: QComboBox () -> Rect -> IO () #

QsetGeometry (QComboBoxSc a) Rect # 
Instance details

Methods

setGeometry :: QComboBoxSc a -> Rect -> IO () #

QsetEnabled (QComboBox ()) Bool # 
Instance details

Methods

setEnabled :: QComboBox () -> Bool -> IO () #

QsetEnabled (QComboBoxSc a) Bool # 
Instance details

Methods

setEnabled :: QComboBoxSc a -> Bool -> IO () #

QsetEditable (QComboBox a) Bool # 
Instance details

Methods

setEditable :: QComboBox a -> Bool -> IO () #

QsetDisabled (QComboBox ()) Bool # 
Instance details

Methods

setDisabled :: QComboBox () -> Bool -> IO () #

QsetDisabled (QComboBoxSc a) Bool # 
Instance details

Methods

setDisabled :: QComboBoxSc a -> Bool -> IO () #

QsetCurrentIndex (QComboBox ()) Int # 
Instance details

Methods

setCurrentIndex :: QComboBox () -> Int -> IO () #

QsetCurrentIndex (QComboBoxSc a) Int # 
Instance details

Methods

setCurrentIndex :: QComboBoxSc a -> Int -> IO () #

QsetAutoCompletionCaseSensitivity (QComboBox a) CaseSensitivity # 
Instance details

QsenderSignalIndex (QComboBox ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QComboBoxSc a) () # 
Instance details

Methods

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

Qsender (QComboBox ()) () # 
Instance details

Methods

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

Qsender (QComboBoxSc a) () # 
Instance details

Methods

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

Qrepaint (QComboBox ()) () # 
Instance details

Methods

repaint :: QComboBox () -> () -> IO () #

Qrepaint (QComboBoxSc a) () # 
Instance details

Methods

repaint :: QComboBoxSc a -> () -> IO () #

QremoveItem (QComboBox a) Int # 
Instance details

Methods

removeItem :: QComboBox a -> Int -> IO () #

Qreceivers (QComboBox ()) String # 
Instance details

Methods

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

Qreceivers (QComboBoxSc a) String # 
Instance details

Methods

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

Qraise (QComboBox ()) () # 
Instance details

Methods

raise :: QComboBox () -> () -> IO () #

Qraise (QComboBoxSc a) () # 
Instance details

Methods

raise :: QComboBoxSc a -> () -> IO () #

QpaintEngine (QComboBox ()) () # 
Instance details

Methods

paintEngine :: QComboBox () -> () -> IO (QPaintEngine ()) #

QpaintEngine (QComboBoxSc a) () # 
Instance details

Methods

paintEngine :: QComboBoxSc a -> () -> IO (QPaintEngine ()) #

Qmove (QComboBox ()) Point # 
Instance details

Methods

move :: QComboBox () -> Point -> IO () #

Qmove (QComboBoxSc a) Point # 
Instance details

Methods

move :: QComboBoxSc a -> Point -> IO () #

QqminimumSizeHint (QComboBox ()) () # 
Instance details

Methods

qminimumSizeHint :: QComboBox () -> () -> IO (QSize ()) #

QqminimumSizeHint (QComboBoxSc a) () # 
Instance details

Methods

qminimumSizeHint :: QComboBoxSc a -> () -> IO (QSize ()) #

QminimumSizeHint (QComboBox ()) () # 
Instance details

Methods

minimumSizeHint :: QComboBox () -> () -> IO Size #

QminimumSizeHint (QComboBoxSc a) () # 
Instance details

Methods

minimumSizeHint :: QComboBoxSc a -> () -> IO Size #

Qmetric (QComboBox ()) PaintDeviceMetric # 
Instance details

Methods

metric :: QComboBox () -> PaintDeviceMetric -> IO Int #

Qmetric (QComboBoxSc a) PaintDeviceMetric # 
Instance details

Methods

metric :: QComboBoxSc a -> PaintDeviceMetric -> IO Int #

Qlower (QComboBox ()) () # 
Instance details

Methods

lower :: QComboBox () -> () -> IO () #

Qlower (QComboBoxSc a) () # 
Instance details

Methods

lower :: QComboBoxSc a -> () -> IO () #

QitemText (QComboBox a) Int # 
Instance details

Methods

itemText :: QComboBox a -> Int -> IO String #

QisEnabled (QComboBox ()) () # 
Instance details

Methods

isEnabled :: QComboBox () -> () -> IO Bool #

QisEnabled (QComboBoxSc a) () # 
Instance details

Methods

isEnabled :: QComboBoxSc a -> () -> IO Bool #

QisEditable (QComboBox a) () # 
Instance details

Methods

isEditable :: QComboBox a -> () -> IO Bool #

QinputMethodQuery (QComboBox ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QComboBoxSc a) InputMethodQuery # 
Instance details

Qhide (QComboBox ()) () # 
Instance details

Methods

hide :: QComboBox () -> () -> IO () #

Qhide (QComboBoxSc a) () # 
Instance details

Methods

hide :: QComboBoxSc a -> () -> IO () #

QhasHeightForWidth (QComboBox ()) () # 
Instance details

Methods

hasHeightForWidth :: QComboBox () -> () -> IO Bool #

QhasHeightForWidth (QComboBoxSc a) () # 
Instance details

Methods

hasHeightForWidth :: QComboBoxSc a -> () -> IO Bool #

Qfont (QComboBox ()) () # 
Instance details

Methods

font :: QComboBox () -> () -> IO (QFont ()) #

Qfont (QComboBoxSc a) () # 
Instance details

Methods

font :: QComboBoxSc a -> () -> IO (QFont ()) #

QfocusPreviousChild (QComboBox ()) () # 
Instance details

Methods

focusPreviousChild :: QComboBox () -> () -> IO Bool #

QfocusPreviousChild (QComboBoxSc a) () # 
Instance details

Methods

focusPreviousChild :: QComboBoxSc a -> () -> IO Bool #

QfocusNextPrevChild (QComboBox ()) Bool # 
Instance details

Methods

focusNextPrevChild :: QComboBox () -> Bool -> IO Bool #

QfocusNextPrevChild (QComboBoxSc a) Bool # 
Instance details

Methods

focusNextPrevChild :: QComboBoxSc a -> Bool -> IO Bool #

QfocusNextChild (QComboBox ()) () # 
Instance details

Methods

focusNextChild :: QComboBox () -> () -> IO Bool #

QfocusNextChild (QComboBoxSc a) () # 
Instance details

Methods

focusNextChild :: QComboBoxSc a -> () -> IO Bool #

QdevType (QComboBox ()) () # 
Instance details

Methods

devType :: QComboBox () -> () -> IO Int #

QdevType (QComboBoxSc a) () # 
Instance details

Methods

devType :: QComboBoxSc a -> () -> IO Int #

Qdestroy (QComboBox ()) Bool # 
Instance details

Methods

destroy :: QComboBox () -> Bool -> IO () #

Qdestroy (QComboBox ()) () # 
Instance details

Methods

destroy :: QComboBox () -> () -> IO () #

Qdestroy (QComboBoxSc a) Bool # 
Instance details

Methods

destroy :: QComboBoxSc a -> Bool -> IO () #

Qdestroy (QComboBoxSc a) () # 
Instance details

Methods

destroy :: QComboBoxSc a -> () -> IO () #

Qcount (QComboBox a) () # 
Instance details

Methods

count :: QComboBox a -> () -> IO Int #

QcolorCount (QComboBox ()) () # 
Instance details

Methods

colorCount :: QComboBox () -> () -> IO Int #

QcolorCount (QComboBoxSc a) () # 
Instance details

Methods

colorCount :: QComboBoxSc a -> () -> IO Int #

QsizeAdjustPolicy (QComboBox a) () (IO QComboBox_SizeAdjustPolicy) # 
Instance details

QinsertSeparator (QComboBox a) Int (IO ()) # 
Instance details

Methods

insertSeparator :: QComboBox a -> Int -> IO () #

Qqwidth (QComboBox ()) () (IO Int) # 
Instance details

Methods

qwidth :: QComboBox () -> () -> IO Int #

Qqwidth (QComboBoxSc a) () (IO Int) # 
Instance details

Methods

qwidth :: QComboBoxSc a -> () -> IO Int #

Qview (QComboBox a) () (IO (QAbstractItemView ())) # 
Instance details

Methods

view :: QComboBox a -> () -> IO (QAbstractItemView ()) #

QqsizeHint (QComboBox ()) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QComboBox () -> () -> IO (QSize ()) #

QqsizeHint (QComboBoxSc a) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QComboBoxSc a -> () -> IO (QSize ()) #

QsizeHint (QComboBox ()) () (IO Size) # 
Instance details

Methods

sizeHint :: QComboBox () -> () -> IO Size #

QsizeHint (QComboBoxSc a) () (IO Size) # 
Instance details

Methods

sizeHint :: QComboBoxSc a -> () -> IO Size #

QsetFocus (QComboBox ()) () (IO ()) # 
Instance details

Methods

setFocus :: QComboBox () -> () -> IO () #

QsetFocus (QComboBoxSc a) () (IO ()) # 
Instance details

Methods

setFocus :: QComboBoxSc a -> () -> IO () #

Qresize (QComboBox ()) Size (IO ()) # 
Instance details

Methods

resize :: QComboBox () -> Size -> IO () #

Qresize (QComboBoxSc a) Size (IO ()) # 
Instance details

Methods

resize :: QComboBoxSc a -> Size -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QitemData (QComboBox a) Int (IO (QVariant ())) # 
Instance details

Methods

itemData :: QComboBox a -> Int -> IO (QVariant ()) #

QheightForWidth (QComboBox ()) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QComboBox () -> Int -> IO Int #

QheightForWidth (QComboBoxSc a) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QComboBoxSc a -> Int -> IO Int #

Qqheight (QComboBox ()) () (IO Int) # 
Instance details

Methods

qheight :: QComboBox () -> () -> IO Int #

Qqheight (QComboBoxSc a) () (IO Int) # 
Instance details

Methods

qheight :: QComboBoxSc a -> () -> IO Int #

QfindText (QComboBox a) String (IO Int) # 
Instance details

Methods

findText :: QComboBox a -> String -> IO Int #

QdevicePixelRatio (QComboBox ()) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QComboBox () -> () -> IO Int #

QdevicePixelRatio (QComboBoxSc a) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QComboBoxSc a -> () -> IO Int #

Qdepth (QComboBox ()) () (IO Int) # 
Instance details

Methods

depth :: QComboBox () -> () -> IO Int #

Qdepth (QComboBoxSc a) () (IO Int) # 
Instance details

Methods

depth :: QComboBoxSc a -> () -> IO Int #

Qcursor (QComboBox ()) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QComboBox () -> () -> IO (QCursor ()) #

Qcursor (QComboBoxSc a) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QComboBoxSc a -> () -> IO (QCursor ()) #

QcurrentIndex (QComboBox a) () (IO Int) # 
Instance details

Methods

currentIndex :: QComboBox a -> () -> IO Int #

Qcreate (QComboBox ()) Int (IO ()) # 
Instance details

Methods

create :: QComboBox () -> Int -> IO () #

Qcreate (QComboBox ()) () (IO ()) # 
Instance details

Methods

create :: QComboBox () -> () -> IO () #

Qcreate (QComboBoxSc a) Int (IO ()) # 
Instance details

Methods

create :: QComboBoxSc a -> Int -> IO () #

Qcreate (QComboBoxSc a) () (IO ()) # 
Instance details

Methods

create :: QComboBoxSc a -> () -> IO () #

Qclose (QComboBox ()) () (IO Bool) # 
Instance details

Methods

close :: QComboBox () -> () -> IO Bool #

Qclose (QComboBoxSc a) () (IO Bool) # 
Instance details

Methods

close :: QComboBoxSc a -> () -> IO Bool #

Qclear (QComboBox ()) () (IO ()) # 
Instance details

Methods

clear :: QComboBox () -> () -> IO () #

Qclear (QComboBoxSc a) () (IO ()) # 
Instance details

Methods

clear :: QComboBoxSc a -> () -> IO () #

QautoCompletionCaseSensitivity (QComboBox a) () (IO CaseSensitivity) # 
Instance details

QaddItem (QComboBox a) String (IO ()) # 
Instance details

Methods

addItem :: QComboBox a -> String -> IO () #

QuserMethod (QComboBox ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetValidator (QComboBox a) (QValidator t1) # 
Instance details

Methods

setValidator :: QComboBox a -> QValidator t1 -> IO () #

QsetLineEdit (QComboBox a) (QLineEdit t1) # 
Instance details

Methods

setLineEdit :: QComboBox a -> QLineEdit t1 -> IO () #

QsetItemDelegate (QComboBox a) (QAbstractItemDelegate t1) # 
Instance details

QsetCompleter (QComboBox a) (QCompleter t1) # 
Instance details

Methods

setCompleter :: QComboBox a -> QCompleter t1 -> IO () #

QwheelEvent (QComboBox ()) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QComboBox () -> QWheelEvent t1 -> IO () #

QwheelEvent (QComboBoxSc a) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QComboBoxSc a -> QWheelEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QtabletEvent (QComboBox ()) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QComboBox () -> QTabletEvent t1 -> IO () #

QtabletEvent (QComboBoxSc a) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QComboBoxSc a -> QTabletEvent t1 -> IO () #

QshowEvent (QComboBox ()) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QComboBox () -> QShowEvent t1 -> IO () #

QshowEvent (QComboBoxSc a) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QComboBoxSc a -> QShowEvent t1 -> IO () #

QsetView (QComboBox a) (QAbstractItemView t1) # 
Instance details

Methods

setView :: QComboBox a -> QAbstractItemView t1 -> IO () #

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

Methods

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

QqsetIconSize (QComboBox a) (QSize t1) # 
Instance details

Methods

qsetIconSize :: QComboBox a -> QSize t1 -> IO () #

QqsetGeometry (QComboBox ()) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QComboBox () -> QRect t1 -> IO () #

QqsetGeometry (QComboBoxSc a) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QComboBoxSc a -> QRect t1 -> IO () #

QsetFont (QComboBox ()) (QFont t1) # 
Instance details

Methods

setFont :: QComboBox () -> QFont t1 -> IO () #

QsetFont (QComboBoxSc a) (QFont t1) # 
Instance details

Methods

setFont :: QComboBoxSc a -> QFont t1 -> IO () #

QsetCursor (QComboBox ()) (QCursor t1) # 
Instance details

Methods

setCursor :: QComboBox () -> QCursor t1 -> IO () #

QsetCursor (QComboBoxSc a) (QCursor t1) # 
Instance details

Methods

setCursor :: QComboBoxSc a -> QCursor t1 -> IO () #

QresizeEvent (QComboBox ()) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QComboBox () -> QResizeEvent t1 -> IO () #

QresizeEvent (QComboBoxSc a) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QComboBoxSc a -> QResizeEvent t1 -> IO () #

Qqresize (QComboBox ()) (QSize t1) # 
Instance details

Methods

qresize :: QComboBox () -> QSize t1 -> IO () #

Qqresize (QComboBoxSc a) (QSize t1) # 
Instance details

Methods

qresize :: QComboBoxSc a -> QSize t1 -> IO () #

Qredirected (QComboBox ()) (QPoint t1) # 
Instance details

Methods

redirected :: QComboBox () -> QPoint t1 -> IO (QPaintDevice ()) #

Qredirected (QComboBoxSc a) (QPoint t1) # 
Instance details

Methods

redirected :: QComboBoxSc a -> QPoint t1 -> IO (QPaintDevice ()) #

QpaintEvent (QComboBox ()) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QComboBox () -> QPaintEvent t1 -> IO () #

QpaintEvent (QComboBoxSc a) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QComboBoxSc a -> QPaintEvent t1 -> IO () #

QmoveEvent (QComboBox ()) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QComboBox () -> QMoveEvent t1 -> IO () #

QmoveEvent (QComboBoxSc a) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QComboBoxSc a -> QMoveEvent t1 -> IO () #

Qqmove (QComboBox ()) (QPoint t1) # 
Instance details

Methods

qmove :: QComboBox () -> QPoint t1 -> IO () #

Qqmove (QComboBoxSc a) (QPoint t1) # 
Instance details

Methods

qmove :: QComboBoxSc a -> QPoint t1 -> IO () #

QmouseReleaseEvent (QComboBox ()) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QComboBox () -> QMouseEvent t1 -> IO () #

QmouseReleaseEvent (QComboBoxSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QComboBoxSc a -> QMouseEvent t1 -> IO () #

QmousePressEvent (QComboBox ()) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QComboBox () -> QMouseEvent t1 -> IO () #

QmousePressEvent (QComboBoxSc a) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QComboBoxSc a -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QComboBox ()) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QComboBox () -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QComboBoxSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QComboBoxSc a -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QComboBox ()) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QComboBox () -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QComboBoxSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QComboBoxSc a -> QMouseEvent t1 -> IO () #

QleaveEvent (QComboBox ()) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QComboBox () -> QEvent t1 -> IO () #

QleaveEvent (QComboBoxSc a) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QComboBoxSc a -> QEvent t1 -> IO () #

QkeyReleaseEvent (QComboBox ()) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QComboBox () -> QKeyEvent t1 -> IO () #

QkeyReleaseEvent (QComboBoxSc a) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QComboBoxSc a -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QComboBox ()) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QComboBox () -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QComboBoxSc a) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QComboBoxSc a -> QKeyEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QinputMethodEvent (QComboBox ()) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QComboBox () -> QInputMethodEvent t1 -> IO () #

QinputMethodEvent (QComboBoxSc a) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QComboBoxSc a -> QInputMethodEvent t1 -> IO () #

QinitStyleOption (QComboBox ()) (QStyleOptionComboBox t1) # 
Instance details

Methods

initStyleOption :: QComboBox () -> QStyleOptionComboBox t1 -> IO () #

QinitStyleOption (QComboBoxSc a) (QStyleOptionComboBox t1) # 
Instance details

QinitPainter (QComboBox ()) (QPainter t1) # 
Instance details

Methods

initPainter :: QComboBox () -> QPainter t1 -> IO () #

QinitPainter (QComboBoxSc a) (QPainter t1) # 
Instance details

Methods

initPainter :: QComboBoxSc a -> QPainter t1 -> IO () #

QhideEvent (QComboBox ()) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QComboBox () -> QHideEvent t1 -> IO () #

QhideEvent (QComboBoxSc a) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QComboBoxSc a -> QHideEvent t1 -> IO () #

QfocusOutEvent (QComboBox ()) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QComboBox () -> QFocusEvent t1 -> IO () #

QfocusOutEvent (QComboBoxSc a) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QComboBoxSc a -> QFocusEvent t1 -> IO () #

QfocusInEvent (QComboBox ()) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QComboBox () -> QFocusEvent t1 -> IO () #

QfocusInEvent (QComboBoxSc a) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QComboBoxSc a -> QFocusEvent t1 -> IO () #

QenterEvent (QComboBox ()) (QEvent t1) # 
Instance details

Methods

enterEvent :: QComboBox () -> QEvent t1 -> IO () #

QenterEvent (QComboBoxSc a) (QEvent t1) # 
Instance details

Methods

enterEvent :: QComboBoxSc a -> QEvent t1 -> IO () #

QdropEvent (QComboBox ()) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QComboBox () -> QDropEvent t1 -> IO () #

QdropEvent (QComboBoxSc a) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QComboBoxSc a -> QDropEvent t1 -> IO () #

QdragMoveEvent (QComboBox ()) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QComboBox () -> QDragMoveEvent t1 -> IO () #

QdragMoveEvent (QComboBoxSc a) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QComboBoxSc a -> QDragMoveEvent t1 -> IO () #

QdragLeaveEvent (QComboBox ()) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QComboBox () -> QDragLeaveEvent t1 -> IO () #

QdragLeaveEvent (QComboBoxSc a) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QComboBoxSc a -> QDragLeaveEvent t1 -> IO () #

QdragEnterEvent (QComboBox ()) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QComboBox () -> QDragEnterEvent t1 -> IO () #

QdragEnterEvent (QComboBoxSc a) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QComboBoxSc a -> QDragEnterEvent t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcontextMenuEvent (QComboBox ()) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QComboBox () -> QContextMenuEvent t1 -> IO () #

QcontextMenuEvent (QComboBoxSc a) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QComboBoxSc a -> QContextMenuEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QcloseEvent (QComboBox ()) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QComboBox () -> QCloseEvent t1 -> IO () #

QcloseEvent (QComboBoxSc a) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QComboBoxSc a -> QCloseEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QchangeEvent (QComboBox ()) (QEvent t1) # 
Instance details

Methods

changeEvent :: QComboBox () -> QEvent t1 -> IO () #

QchangeEvent (QComboBoxSc a) (QEvent t1) # 
Instance details

Methods

changeEvent :: QComboBoxSc a -> QEvent t1 -> IO () #

QactionEvent (QComboBox ()) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QComboBox () -> QActionEvent t1 -> IO () #

QactionEvent (QComboBoxSc a) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QComboBoxSc a -> QActionEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QaddItems (QComboBox a) [String] (IO ()) # 
Instance details

Methods

addItems :: QComboBox a -> [String] -> IO () #

QaddAction (QComboBox ()) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QComboBox () -> QAction t1 -> IO () #

QaddAction (QComboBoxSc a) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QComboBoxSc a -> QAction t1 -> IO () #

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

Methods

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

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

Methods

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

QsetItemText (QComboBox a) (Int, String) # 
Instance details

Methods

setItemText :: QComboBox a -> (Int, String) -> IO () #

QsetItemIcon (QComboBox a) (Int, QIcon t2) # 
Instance details

Methods

setItemIcon :: QComboBox a -> (Int, QIcon t2) -> IO () #

Qmove (QComboBox ()) (Int, Int) # 
Instance details

Methods

move :: QComboBox () -> (Int, Int) -> IO () #

Qmove (QComboBoxSc a) (Int, Int) # 
Instance details

Methods

move :: QComboBoxSc a -> (Int, Int) -> IO () #

QinsertItems (QComboBox a) (Int, [String]) # 
Instance details

Methods

insertItems :: QComboBox a -> (Int, [String]) -> IO () #

QinputMethodQuery (QComboBox a) (InputMethodQuery, QVariant t2) # 
Instance details

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

Methods

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

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

Methods

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

Qdestroy (QComboBox ()) (Bool, Bool) # 
Instance details

Methods

destroy :: QComboBox () -> (Bool, Bool) -> IO () #

Qdestroy (QComboBoxSc a) (Bool, Bool) # 
Instance details

Methods

destroy :: QComboBoxSc a -> (Bool, Bool) -> IO () #

QsetItemData (QComboBox a) (Int, QVariant t2) (IO ()) # 
Instance details

Methods

setItemData :: QComboBox a -> (Int, QVariant t2) -> IO () #

Qresize (QComboBox ()) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QComboBox () -> (Int, Int) -> IO () #

Qresize (QComboBoxSc a) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QComboBoxSc a -> (Int, Int) -> IO () #

QitemData (QComboBox a) (Int, Int) (IO (QVariant ())) # 
Instance details

Methods

itemData :: QComboBox a -> (Int, Int) -> IO (QVariant ()) #

QinsertItem (QComboBox a) (Int, String) (IO ()) # 
Instance details

Methods

insertItem :: QComboBox a -> (Int, String) -> IO () #

QfindText (QComboBox a) (String, MatchFlags) (IO Int) # 
Instance details

Methods

findText :: QComboBox a -> (String, MatchFlags) -> IO Int #

Qcreate (QComboBox ()) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QComboBox () -> (Int, Bool) -> IO () #

Qcreate (QComboBoxSc a) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QComboBoxSc a -> (Int, Bool) -> IO () #

QaddItem (QComboBox a) (String, QVariant t2) (IO ()) # 
Instance details

Methods

addItem :: QComboBox a -> (String, QVariant t2) -> IO () #

QaddItem (QComboBox a) (QIcon t1, String) (IO ()) # 
Instance details

Methods

addItem :: QComboBox a -> (QIcon t1, String) -> IO () #

QnativeEvent (QComboBox ()) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QComboBox () -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QnativeEvent (QComboBoxSc a) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QComboBoxSc a -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QsetItemData (QComboBox a) (Int, QVariant t2, Int) (IO ()) # 
Instance details

Methods

setItemData :: QComboBox a -> (Int, QVariant t2, Int) -> IO () #

QinsertItem (QComboBox a) (Int, String, QVariant t3) (IO ()) # 
Instance details

Methods

insertItem :: QComboBox a -> (Int, String, QVariant t3) -> IO () #

QinsertItem (QComboBox a) (Int, QIcon t2, String) (IO ()) # 
Instance details

Methods

insertItem :: QComboBox a -> (Int, QIcon t2, String) -> IO () #

Qcreate (QComboBox ()) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QComboBox () -> (Int, Bool, Bool) -> IO () #

Qcreate (QComboBoxSc a) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QComboBoxSc a -> (Int, Bool, Bool) -> IO () #

QaddItem (QComboBox a) (QIcon t1, String, QVariant t3) (IO ()) # 
Instance details

Methods

addItem :: QComboBox a -> (QIcon t1, String, QVariant t3) -> IO () #

QsetGeometry (QComboBox ()) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QComboBox () -> (Int, Int, Int, Int) -> IO () #

QsetGeometry (QComboBoxSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QComboBoxSc a -> (Int, Int, Int, Int) -> IO () #

QinsertItem (QComboBox a) (Int, QIcon t2, String, QVariant t4) (IO ()) # 
Instance details

Methods

insertItem :: QComboBox a -> (Int, QIcon t2, String, QVariant t4) -> IO () #