Obsolete Members for QTableWidget
The following members of class QTableWidget are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
- 3 public functions inherited from QWidget
- 2 public functions inherited from QObject
Member Function Documentation
bool QTableWidget::isItemSelected(const QTableWidgetItem *item) const
Returns true
if the item is selected, otherwise returns false
.
This function is deprecated. Use QTableWidgetItem::isSelected() instead.
void QTableWidget::setItemSelected(const QTableWidgetItem *item, bool select)
Selects or deselects item depending on select.
This function is deprecated. Use QTableWidgetItem::setSelected() instead.
See also isItemSelected().