Documentation
class QqTextTableTrUtf8 x1 where #
qTextTableTrUtf8 :: x1 -> IO String #
Instances
QqTextTableTrUtf8 String # | |
Defined in Qtc.Gui.QTextTable qTextTableTrUtf8 :: String -> IO String # | |
QqTextTableTrUtf8 (String, String) # | |
Defined in Qtc.Gui.QTextTable qTextTableTrUtf8 :: (String, String) -> IO String # | |
QqTextTableTrUtf8 (String, String, Int) # | |
Defined in Qtc.Gui.QTextTable qTextTableTrUtf8 :: (String, String, Int) -> IO String # |
qTextTable :: QTextDocument t1 -> IO (QTextTable ()) #
appendColumns :: QTextTable a -> Int -> IO () #
cellAt :: QTextTable a -> x1 -> IO (QTextTableCell ()) #
Instances
QcellAt Int # | |
Defined in Qtc.Gui.QTextTable cellAt :: QTextTable a -> Int -> IO (QTextTableCell ()) # | |
QcellAt (QTextCursor t1) # | |
Defined in Qtc.Gui.QTextTable cellAt :: QTextTable a -> QTextCursor t1 -> IO (QTextTableCell ()) # | |
QcellAt (Int, Int) # | |
Defined in Qtc.Gui.QTextTable cellAt :: QTextTable a -> (Int, Int) -> IO (QTextTableCell ()) # |
class QmergeCells x1 where #
mergeCells :: QTextTable a -> x1 -> IO () #
Instances
QmergeCells (QTextCursor t1) # | |
Defined in Qtc.Gui.QTextTable mergeCells :: QTextTable a -> QTextCursor t1 -> IO () # | |
QmergeCells (Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QTextTable mergeCells :: QTextTable a -> (Int, Int, Int, Int) -> IO () # |
rowEnd :: QTextTable a -> QTextCursor t1 -> IO (QTextCursor ()) #
rowStart :: QTextTable a -> QTextCursor t1 -> IO (QTextCursor ()) #
rows :: QTextTable a -> () -> IO Int #
splitCell :: QTextTable a -> (Int, Int, Int, Int) -> IO () #
qTextTable_delete :: QTextTable a -> IO () #
qTextTable_deleteLater :: QTextTable a -> IO () #