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