qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QTableView

Description

Documentation

class QqTableView x1 where Source

Methods

qTableView :: x1 -> IO (QTableView ()) Source

Instances

setSpan :: QTableView a -> (Int, Int, Int, Int) -> IO () Source