From 4170634cf7f8efca088343e4a68e03b7d38682ce Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Sun, 20 Apr 2014 09:04:39 +0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 372c4836..9f1d18ec 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Currently implemented widgets: * TextImageButton - button with icon and label * CheckBox - check button with label * RadioButton - radio button with label +* EditLine - single line edit * VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts * HSpacer - horizontal spacer - just an empty widget with layoutWidth == FILL_PARENT, to fill horizontal space in layouts * ScrollBar - scroll bar