diff options
| author | 2016-07-21 10:04:50 +0100 | |
|---|---|---|
| committer | 2016-07-21 10:04:50 +0100 | |
| commit | 5f06bd0259341d8d9222b5ca1cd825315d288771 (patch) | |
| tree | 36074fd2b57fd99f6fc03c27ff2b11d0ef03b559 /src | |
| parent | source: obsolete dirbrowser entries cleanup (diff) | |
| download | KVIrc-5f06bd0259341d8d9222b5ca1cd825315d288771.tar.gz KVIrc-5f06bd0259341d8d9222b5ca1cd825315d288771.tar.bz2 KVIrc-5f06bd0259341d8d9222b5ca1cd825315d288771.zip | |
KvsObject_groupBox.cpp: Fix documentation comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/objects/KvsObject_groupBox.cpp | 9 |
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: ) |
