"lineHeight"
Gets or sets the height of a specific line inside of the table widget.
Synopsis
tableObj.lineHeight(int row, int &height);
getValue(tableObj, "lineHeight", int row, int &height);
setValue(tableObj, "lineHeight", int row, int height);
Parameter
Parameter | Description |
---|---|
tableObj | Table for which the attributed should be get or set |
row | Number of the row for which the height should be get or set |
height | Height of the row that should be get or set |
Description
The function allows to get or set the height of a specific row inside of a table.
Assignment
Table Widget