Merge pull request #286 from laberba/patch-1

Update SwitchWidget to SwitchButton in README.md
This commit is contained in:
Vadim Lopatin 2016-07-28 14:25:54 +03:00 committed by GitHub
commit 195cebc024
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Currently implemented widgets:
* TextImageButton - button with icon and label * TextImageButton - button with icon and label
* CheckBox - check button with label * CheckBox - check button with label
* RadioButton - radio button with label * RadioButton - radio button with label
* SwitchWidget - switch button * SwitchButton - a toggle switch button
* EditLine - single line edit * EditLine - single line edit
* EditBox - multiline editor * EditBox - multiline editor
* VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts * VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts