Qtc.Widgets.QLayoutItem

Contents

Documentation

class QqLayoutItem x1 where #

Methods

qLayoutItem :: x1 -> IO (QLayoutItem ()) #

Instances
QqLayoutItem () # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

qLayoutItem :: () -> IO (QLayoutItem ()) #

QqLayoutItem Qt_Alignment # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

qLayoutItem :: Qt_Alignment -> IO (QLayoutItem ()) #

QqLayoutItem (QLayoutItem t1) # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

qLayoutItem :: QLayoutItem t1 -> IO (QLayoutItem ()) #

class QqLayoutItem_nf x1 where #

Methods

qLayoutItem_nf :: x1 -> IO (QLayoutItem ()) #

Instances
QqLayoutItem_nf () # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

qLayoutItem_nf :: () -> IO (QLayoutItem ()) #

QqLayoutItem_nf Qt_Alignment # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

QqLayoutItem_nf (QLayoutItem t1) # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

qLayoutItem_nf :: QLayoutItem t1 -> IO (QLayoutItem ()) #

class QsetAlign x0 x1 where #

Methods

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

Instances
QsetAlign (QLayoutItem ()) Qt_Alignment # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

setAlign :: QLayoutItem () -> Qt_Alignment -> IO () #

QsetAlign (QLayoutItemSc a) Qt_Alignment # 
Instance details

Defined in Qtc.Widgets.QLayoutItem

Methods

setAlign :: QLayoutItemSc a -> Qt_Alignment -> IO () #

Orphan instances

QspacerItem (QLayoutItem ()) () # 
Instance details

Methods

spacerItem :: QLayoutItem () -> () -> IO (QSpacerItem ()) #

QspacerItem (QLayoutItemSc a) () # 
Instance details

Methods

spacerItem :: QLayoutItemSc a -> () -> IO (QSpacerItem ()) #

QsetGeometry (QLayoutItem ()) Rect # 
Instance details

Methods

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

QsetGeometry (QLayoutItemSc a) Rect # 
Instance details

Methods

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

QminimumHeightForWidth (QLayoutItem ()) Int # 
Instance details

Methods

minimumHeightForWidth :: QLayoutItem () -> Int -> IO Int #

QminimumHeightForWidth (QLayoutItemSc a) Int # 
Instance details

Methods

minimumHeightForWidth :: QLayoutItemSc a -> Int -> IO Int #

QqisEmpty (QLayoutItem ()) () # 
Instance details

Methods

qisEmpty :: QLayoutItem () -> () -> IO Bool #

QqisEmpty (QLayoutItemSc a) () # 
Instance details

Methods

qisEmpty :: QLayoutItemSc a -> () -> IO Bool #

Qinvalidate (QLayoutItem ()) () # 
Instance details

Methods

invalidate :: QLayoutItem () -> () -> IO () #

Qinvalidate (QLayoutItemSc a) () # 
Instance details

Methods

invalidate :: QLayoutItemSc a -> () -> IO () #

QhasHeightForWidth (QLayoutItem ()) () # 
Instance details

Methods

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

QhasHeightForWidth (QLayoutItemSc a) () # 
Instance details

Methods

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

QexpandingDirections (QLayoutItem ()) () # 
Instance details

QexpandingDirections (QLayoutItemSc a) () # 
Instance details

QcontrolTypes (QLayoutItem ()) () # 
Instance details

Methods

controlTypes :: QLayoutItem () -> () -> IO ControlTypes #

QcontrolTypes (QLayoutItemSc a) () # 
Instance details

Methods

controlTypes :: QLayoutItemSc a -> () -> IO ControlTypes #

Qwidget (QLayoutItem ()) () (IO (QWidget ())) # 
Instance details

Methods

widget :: QLayoutItem () -> () -> IO (QWidget ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetAlignment (QLayoutItem ()) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QLayoutItem () -> Qt_Alignment -> IO () #

QsetAlignment (QLayoutItemSc a) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QLayoutItemSc a -> Qt_Alignment -> IO () #

QqminimumSize (QLayoutItem ()) () (IO (QSize ())) # 
Instance details

Methods

qminimumSize :: QLayoutItem () -> () -> IO (QSize ()) #

QqminimumSize (QLayoutItemSc a) () (IO (QSize ())) # 
Instance details

Methods

qminimumSize :: QLayoutItemSc a -> () -> IO (QSize ()) #

QminimumSize (QLayoutItem ()) () (IO Size) # 
Instance details

Methods

minimumSize :: QLayoutItem () -> () -> IO Size #

QminimumSize (QLayoutItemSc a) () (IO Size) # 
Instance details

Methods

minimumSize :: QLayoutItemSc a -> () -> IO Size #

QqmaximumSize (QLayoutItem ()) () (IO (QSize ())) # 
Instance details

Methods

qmaximumSize :: QLayoutItem () -> () -> IO (QSize ()) #

QqmaximumSize (QLayoutItemSc a) () (IO (QSize ())) # 
Instance details

Methods

qmaximumSize :: QLayoutItemSc a -> () -> IO (QSize ()) #

QmaximumSize (QLayoutItem ()) () (IO Size) # 
Instance details

Methods

maximumSize :: QLayoutItem () -> () -> IO Size #

QmaximumSize (QLayoutItemSc a) () (IO Size) # 
Instance details

Methods

maximumSize :: QLayoutItemSc a -> () -> IO Size #

Qlayout (QLayoutItem ()) () (IO (QLayout ())) # 
Instance details

Methods

layout :: QLayoutItem () -> () -> IO (QLayout ()) #

Qlayout (QLayoutItemSc a) () (IO (QLayout ())) # 
Instance details

Methods

layout :: QLayoutItemSc a -> () -> IO (QLayout ()) #

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

Methods

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

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

Methods

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

Qqgeometry (QLayoutItem ()) () (IO (QRect ())) # 
Instance details

Methods

qgeometry :: QLayoutItem () -> () -> IO (QRect ()) #

Qqgeometry (QLayoutItemSc a) () (IO (QRect ())) # 
Instance details

Methods

qgeometry :: QLayoutItemSc a -> () -> IO (QRect ()) #

Qgeometry (QLayoutItem ()) () (IO Rect) # 
Instance details

Methods

geometry :: QLayoutItem () -> () -> IO Rect #

Qgeometry (QLayoutItemSc a) () (IO Rect) # 
Instance details

Methods

geometry :: QLayoutItemSc a -> () -> IO Rect #

Qalignment (QLayoutItem a) () (IO Qt_Alignment) # 
Instance details

Methods

alignment :: QLayoutItem a -> () -> IO Qt_Alignment #

Qalign (QLayoutItem ()) () (IO Qt_Alignment) # 
Instance details

Methods

align :: QLayoutItem () -> () -> IO Qt_Alignment #

Qalign (QLayoutItemSc a) () (IO Qt_Alignment) # 
Instance details

Methods

align :: QLayoutItemSc a -> () -> IO Qt_Alignment #

QuserMethod (QLayoutItem ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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