diff options
Diffstat (limited to 'src/modules/objects/class_buttongroup.cpp')
-rw-r--r-- | src/modules/objects/class_buttongroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_buttongroup.cpp b/src/modules/objects/class_buttongroup.cpp index 9f6e26ae..0a4f58a7 100644 --- a/src/modules/objects/class_buttongroup.cpp +++ b/src/modules/objects/class_buttongroup.cpp @@ -48,7 +48,7 @@ @description: This widget organizes buttons in a group. It will be usually a parent for other child controls. - You can either use a child tqlayout to manage the tqchildren geometries + You can either use a child tqlayout to manage the children geometries or use $setColumnLayout function to manage the tqlayout automatically. The class ineriths groupbox. |