Documentation
class QqGraphicsGridLayout x1 where #
qGraphicsGridLayout :: x1 -> IO (QGraphicsGridLayout ()) #
Instances
QqGraphicsGridLayout () # | |
Defined in Qtc.Widgets.QGraphicsGridLayout qGraphicsGridLayout :: () -> IO (QGraphicsGridLayout ()) # | |
QqGraphicsGridLayout (QGraphicsLayoutItem t1) # | |
Defined in Qtc.Widgets.QGraphicsGridLayout qGraphicsGridLayout :: QGraphicsLayoutItem t1 -> IO (QGraphicsGridLayout ()) # |
class QqGraphicsGridLayout_nf x1 where #
qGraphicsGridLayout_nf :: x1 -> IO (QGraphicsGridLayout ()) #
Instances
QqGraphicsGridLayout_nf () # | |
Defined in Qtc.Widgets.QGraphicsGridLayout qGraphicsGridLayout_nf :: () -> IO (QGraphicsGridLayout ()) # | |
QqGraphicsGridLayout_nf (QGraphicsLayoutItem t1) # | |
Defined in Qtc.Widgets.QGraphicsGridLayout qGraphicsGridLayout_nf :: QGraphicsLayoutItem t1 -> IO (QGraphicsGridLayout ()) # |
columnAlignment :: QGraphicsGridLayout a -> Int -> IO Qt_Alignment #
columnMaximumWidth :: QGraphicsGridLayout a -> Int -> IO Double #
columnPreferredWidth :: QGraphicsGridLayout a -> Int -> IO Double #
columnSpacing :: QGraphicsGridLayout a -> Int -> IO Double #
columnStretchFactor :: QGraphicsGridLayout a -> Int -> IO Int #
rowAlignment :: QGraphicsGridLayout a -> Int -> IO Qt_Alignment #
rowMaximumHeight :: QGraphicsGridLayout a -> Int -> IO Double #
rowPreferredHeight :: QGraphicsGridLayout a -> Int -> IO Double #
rowSpacing :: QGraphicsGridLayout a -> Int -> IO Double #
rowStretchFactor :: QGraphicsGridLayout a -> Int -> IO Int #
setColumnAlignment :: QGraphicsGridLayout a -> (Int, Qt_Alignment) -> IO () #
setColumnFixedWidth :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setColumnMaximumWidth :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setColumnPreferredWidth :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setColumnSpacing :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setColumnStretchFactor :: QGraphicsGridLayout a -> (Int, Int) -> IO () #
setRowAlignment :: QGraphicsGridLayout a -> (Int, Qt_Alignment) -> IO () #
setRowFixedHeight :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setRowMaximumHeight :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setRowPreferredHeight :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setRowSpacing :: QGraphicsGridLayout a -> (Int, Double) -> IO () #
setRowStretchFactor :: QGraphicsGridLayout a -> (Int, Int) -> IO () #
qGraphicsGridLayout_delete :: QGraphicsGridLayout a -> IO () #
qGraphicsGridLayout_delete1 :: QGraphicsGridLayout a -> IO () #