Documentation
qTextBlockFormat :: () -> IO (QTextBlockFormat ()) #
qTextBlockFormat_nf :: () -> IO (QTextBlockFormat ()) #
class QlineHeight x1 where #
lineHeight :: QTextBlockFormat a -> x1 -> IO Double #
Instances
QlineHeight () # | |
Defined in Qtc.Gui.QTextBlockFormat lineHeight :: QTextBlockFormat a -> () -> IO Double # | |
QlineHeight (Double, Double) # | |
Defined in Qtc.Gui.QTextBlockFormat lineHeight :: QTextBlockFormat a -> (Double, Double) -> IO Double # |
lineHeightType :: QTextBlockFormat a -> () -> IO Int #
nonBreakableLines :: QTextBlockFormat a -> () -> IO Bool #
setLineHeight :: QTextBlockFormat a -> (Double, Int) -> IO () #
setNonBreakableLines :: QTextBlockFormat a -> Bool -> IO () #
setTabPositions :: QTextBlockFormat a -> [QTextOption_Tab t1] -> IO () #
setTextIndent :: QTextBlockFormat a -> Double -> IO () #
tabPositions :: QTextBlockFormat a -> () -> IO [QTextOption_Tab ()] #
textIndent :: QTextBlockFormat a -> () -> IO Double #
qTextBlockFormat_delete :: QTextBlockFormat a -> IO () #