qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QTextTable

Description

Documentation

class QcellAt x1 where Source

Methods

cellAt :: QTextTable a -> x1 -> IO (QTextTableCell ()) Source

class QmergeCells x1 where Source

Methods

mergeCells :: QTextTable a -> x1 -> IO () Source

rows :: QTextTable a -> () -> IO Int Source

splitCell :: QTextTable a -> (Int, Int, Int, Int) -> IO () Source