From 7d4516afc4cd194f9224dcd5e07e0f234c162fdf Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 9 Dec 2015 11:58:53 +0000 Subject: src/modules typos: capitalize, formatting, consistency and syntax fixes --- src/modules/objects/KvsObject_tableWidget.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/modules/objects/KvsObject_tableWidget.cpp') diff --git a/src/modules/objects/KvsObject_tableWidget.cpp b/src/modules/objects/KvsObject_tableWidget.cpp index 9e1e12b76..3289d3e99 100644 --- a/src/modules/objects/KvsObject_tableWidget.cpp +++ b/src/modules/objects/KvsObject_tableWidget.cpp @@ -102,7 +102,7 @@ const char * const itemflags_tbl[] = { !fn: $hideVerticalHeader() Hides the vertical header. !fn: $setRowCount() - Sets the number of rows in the table. + Sets the number of rows in the table. !fn: $rowCount() Returns the number of rows in the table. !fn: $currentRow() @@ -117,9 +117,9 @@ const char * const itemflags_tbl[] = { !fn: $removeColumn() Remove the column at and all its items from the table. !fn: $setColumnCount() - Sets the number of columns in the table. + Sets the number of columns in the table. !fn: $columnCount() - Returns the number of columns in the table. + Returns the number of columns in the table. !fn: $currentRow() Returns the current column. Useful in the [classfnc]customContextMenuRequestedEvent[/classfnc] @@ -135,6 +135,7 @@ const char * const itemflags_tbl[] = { Sets the flags for the cell pointed by row and col to the given flags. These determine whether the cell can be selected or modified. Supported flags are: + [pre] [br]- noitemflag : no flag sets; [br]- selectable : cell is selecatble; [br]- editable : cell is editable; @@ -143,6 +144,7 @@ const char * const itemflags_tbl[] = { [br]- userCheckable : cell is checkable; [br]- enabled :cell is enabled; [br]- tristate : cell is checkable with three separate states. + [/pre] !fn: $setCellWidget(,,) Sets the given widget to be displayed in the cell in the given row and column, passing the ownership of the widget to the table. !fn: $setIcon(,,) -- cgit v1.3.1-10-gc9f91