diff options
| author | Peter Penz <[email protected]> | 2012-04-17 18:17:49 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-17 18:18:10 +0200 |
| commit | 9f94aac23f8b6519de4847063fa20f588f9797ea (patch) | |
| tree | e93bdc9df24449c85a5d2c82ac86ebcb55bc06d4 /src | |
| parent | b2e54c3a316b502ab4f7a95250f8316dc591c057 (diff) | |
Documentation update for KItemListRoleEditor
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.h b/src/kitemviews/private/kitemlistroleeditor.h index 14aa694ce..8a1439565 100644 --- a/src/kitemviews/private/kitemlistroleeditor.h +++ b/src/kitemviews/private/kitemlistroleeditor.h @@ -25,7 +25,14 @@ #include <KTextEdit> /** - * @brief + * @brief Editor for renaming roles of a KItemListWidget. + * + * Provides signals when the editing got cancelled (e.g. by + * pressing Escape or when losing the focus) or when the editing + * got finished (e.g. by pressing Enter or Return). + * + * The width automatically gets increased if the text does not + * fit into the available width. */ class LIBDOLPHINPRIVATE_EXPORT KItemListRoleEditor : public KTextEdit { |
