Doc: added specs to setHorizontalHeaderItem()
Added that adding an item deletes an existing one Task-number: QTBUG-42105 Change-Id: Ibcf08e6e2bf9c9239e7eca5aa48f2f30c8417fec Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
50f91545a3
commit
90c81366d1
@ -2029,6 +2029,8 @@ QTableWidgetItem *QTableWidget::horizontalHeaderItem(int column) const
|
||||
|
||||
/*!
|
||||
Sets the horizontal header item for column \a column to \a item.
|
||||
If necessary, the column count is increased to fit the item.
|
||||
The previous header item (if there was one) is deleted.
|
||||
*/
|
||||
void QTableWidget::setHorizontalHeaderItem(int column, QTableWidgetItem *item)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user