diff options
Diffstat (limited to 'src/modules/objects/KvsObject_window.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_window.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_window.cpp b/src/modules/objects/KvsObject_window.cpp index eb7fab173..2f45829b7 100644 --- a/src/modules/objects/KvsObject_window.cpp +++ b/src/modules/objects/KvsObject_window.cpp @@ -90,16 +90,15 @@ QPixmap * KviKvsScriptWindowWindow::myIconPtr() @description: This class represents a window in a KVIrc frame. Regardless of the parent object passed, the window will be always - a "physical" child of the frame window: you can't embed a window object - inside a widget or another window. The parent object will just "own" this + a [i]physical[/i] child of the frame window: you can't embed a window object + inside a widget or another window. The parent object will just [i]own[/i] this window object and eventually destroy it when it dies. This class can manage only a single central child widget that must be set with $setCentralWidget(). - The central widget MUST be set before you initially call show() + The central widget [b]must[/b] be set before you initially call show() @functions: */ - KVSO_BEGIN_REGISTERCLASS(KvsObject_window,"window","widget") KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_window,setWindowTitle) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_window,setIcon) |
