Doc: Clarified QTextTable::mergeCells() documentation
Task-number: QTBUG-37928 Change-Id: I8d3ae3b540f9483d1e93d4c8135f777dea13f967 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
parent
d508c6697b
commit
ed59376239
@ -986,8 +986,8 @@ void QTextTable::removeColumns(int pos, int num)
|
|||||||
|
|
||||||
Merges the cell at the specified \a row and \a column with the adjacent cells
|
Merges the cell at the specified \a row and \a column with the adjacent cells
|
||||||
into one cell. The new cell will span \a numRows rows and \a numCols columns.
|
into one cell. The new cell will span \a numRows rows and \a numCols columns.
|
||||||
If \a numRows or \a numCols is less than the current number of rows or columns
|
This method does nothing if \a numRows or \a numCols is less than the current
|
||||||
the cell spans then this method does nothing.
|
number of rows or columns spanned by the cell.
|
||||||
|
|
||||||
\sa splitCell()
|
\sa splitCell()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user