aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_tableWidget.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-05-08 22:25:35 +0000
committerGravatar Fabio Bas2011-05-08 22:25:35 +0000
commit3d8714d797ce5b09cea2e3b36edee2fc231f28a1 (patch)
tree5b13cd3775c52333155ff349f3e45dc24b271b04 /src/modules/objects/KvsObject_tableWidget.cpp
parentFix fix (diff)
downloadKVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.gz
KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.bz2
KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.zip
Objects module: fixed indentation (2nd part)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5837 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_tableWidget.cpp')
-rw-r--r--src/modules/objects/KvsObject_tableWidget.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_tableWidget.cpp b/src/modules/objects/KvsObject_tableWidget.cpp
index a5a3331b2..6299b42f5 100644
--- a/src/modules/objects/KvsObject_tableWidget.cpp
+++ b/src/modules/objects/KvsObject_tableWidget.cpp
@@ -136,14 +136,14 @@ 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:
- - noitemflag : no flag sets;
- - selectable : cell is selecatble;
- - editable : cell is editable;
- - dragEnabled : cell can dragged;
- - dropEnabled : cell can used as drop target;
- - userCheckable : cell is checkable;
- - enabled :cell is enabled;
- - tristate : cell is checkable with three separate states.
+ [br]- noitemflag : no flag sets;
+ [br]- selectable : cell is selecatble;
+ [br]- editable : cell is editable;
+ [br]- dragEnabled : cell can dragged;
+ [br]- dropEnabled : cell can used as drop target;
+ [br]- userCheckable : cell is checkable;
+ [br]- enabled :cell is enabled;
+ [br]- tristate : cell is checkable with three separate states.
!fn: $setCellWidget(<row:uint>,<column:uint>,<widget:hobject>)
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(<row:uint>,<column:uint>,<icon:imageid or hobject>)