From 5f06bd0259341d8d9222b5ca1cd825315d288771 Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 21 Jul 2016 10:04:50 +0100 Subject: KvsObject_groupBox.cpp: Fix documentation comments --- src/modules/objects/KvsObject_groupBox.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/modules/objects') diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp index 2d6637c66..10d3223f1 100644 --- a/src/modules/objects/KvsObject_groupBox.cpp +++ b/src/modules/objects/KvsObject_groupBox.cpp @@ -106,13 +106,16 @@ const int align_cod[] = { [comment]# Add the groupbox to the main layout[/comment] %layout->$addWidget(%gb,0,0) [comment]# Now we create the user field - (labels + lineedit) in a horizontal box[/comment] + (labels + lineedit) in a horizontal box + [/comment] %hbox=$new(hbox,%gb) %labeluser=$new(label,%hbox) %labeluser->$settext(User: ) %inputuser=$new(lineedit,%hbox) - [comment]# Now we create the password field - (labels + lineedit) in a horizontal box[/comment] + [comment] + # Now we create the password field + (labels + lineedit) in a horizontal box + [/comment] %hbox=$new(hbox,%gb) %labelpass=$new(label,%hbox) %labelpass->$settext(Pass: ) -- cgit v1.3.1-10-gc9f91