| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Gui.QTextTable
Description
Documentation
qTextTable :: QTextDocument t1 -> IO (QTextTable ()) Source
Methods
cellAt :: QTextTable a -> x1 -> IO (QTextTableCell ()) Source
class QmergeCells x1 where Source
Methods
mergeCells :: QTextTable a -> x1 -> IO () Source
Instances
| QmergeCells (QTextCursor t1) | |
| QmergeCells (Int, Int, Int, Int) |
rowEnd :: QTextTable a -> QTextCursor t1 -> IO (QTextCursor ()) Source
rowStart :: QTextTable a -> QTextCursor t1 -> IO (QTextCursor ()) Source
rows :: QTextTable a -> () -> IO Int Source
qTextTable_delete :: QTextTable a -> IO () Source
qTextTable_deleteLater :: QTextTable a -> IO () Source