qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QComboBox

Description

Documentation

class QqComboBox x1 where Source

Methods

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

Instances

clearEditText :: QComboBox a -> () -> IO () Source

class QfindData x1 where Source

Methods

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

class QfindText x1 where Source

Methods

findText :: QComboBox a -> x1 -> IO Int Source

class QitemData x0 x1 where Source

Methods

itemData :: x0 -> x1 -> IO (QVariant ()) Source

class QsetItemData x1 where Source

Methods

setItemData :: QComboBox a -> x1 -> IO () Source