aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/KvsObject_groupBox.cpp9
1 files changed, 6 insertions, 3 deletions
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: )