QTableWidget

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(char ch, void* adr)
Undocumented in source.
this
this(QWidget parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
QTableWidget clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clearContents
QTableWidget clearContents()
Undocumented in source. Be warned that the author may not have intended to support it.
insertColumn
QTableWidget insertColumn(int col)
Undocumented in source. Be warned that the author may not have intended to support it.
insertRow
QTableWidget insertRow(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnCount
QTableWidget setColumnCount(int col)
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrentCell
QTableWidget setCurrentCell(int row, int column)
Undocumented in source. Be warned that the author may not have intended to support it.
setHorizontalHeaderItem
QTableWidget setHorizontalHeaderItem(int c, QTableWidgetItem twi)
Undocumented in source. Be warned that the author may not have intended to support it.
setItem
QTableWidget setItem(int r, int c, QTableWidgetItem twi)
Undocumented in source. Be warned that the author may not have intended to support it.
setRowCount
QTableWidget setRowCount(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
setVerticalHeaderItem
QTableWidget setVerticalHeaderItem(int row, QTableWidgetItem twi)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QTableView

~this
~this()
Undocumented in source.
setColumnWidth
QTableView setColumnWidth(int column, int width)
Undocumented in source. Be warned that the author may not have intended to support it.
columnWidth
int columnWidth(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
setRowHeight
QTableView setRowHeight(int row, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
rowHeight
int rowHeight(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
columnAt
int columnAt(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
rowAt
int rowAt(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
showColumn
QTableView showColumn(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
hideColumn
QTableView hideColumn(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
showRow
QTableView showRow(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
hideRow
QTableView hideRow(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
ResizeModeColumn
QTableView ResizeModeColumn(int column, QHeaderView.ResizeMode rm)
Undocumented in source. Be warned that the author may not have intended to support it.
ResizeModeRow
QTableView ResizeModeRow(int row, QHeaderView.ResizeMode rm)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta