Add Auto Comlete to list of implemented components

This commit is contained in:
Johannes Hilden 2017-10-15 13:08:53 +03:00
parent 837762c647
commit 277669c31d
2 changed files with 15 additions and 4 deletions

View File

@ -2,9 +2,7 @@
[![Join the chat at https://gitter.im/qt-material-widgets/Lobby](https://badges.gitter.im/qt-material-widgets/Lobby.svg)](https://gitter.im/qt-material-widgets/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## :hatched_chick: Update!
I finally took the time to go through and clean up this code. The build includes an executable with a preview, and some settings to play around with for each widget. A YouTube video preview is [available here](http://www.youtube.com/watch?v=21UMeNVBPU4).
YouTube video preview [available here](http://www.youtube.com/watch?v=21UMeNVBPU4).
<table>
<tbody>
@ -24,6 +22,19 @@ I finally took the time to go through and clean up this code. The build includes
<img src="gifs/appbar.gif" />
</td>
</tr>
<tr>
<td>
Auto Complete
</td>
<td>
<code>QtMaterialAutoComplete</code>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<img src="gifs/autocomplete.gif" />
</td>
</tr>
<tr>
<td>
Avatar
@ -264,6 +275,7 @@ I finally took the time to go through and clean up this code. The build includes
#### Implemented components
- [x] App Bar
- [x] Auto Complete
- [x] Avatar
- [x] Badge
- [x] Check Box
@ -285,7 +297,6 @@ I finally took the time to go through and clean up this code. The build includes
#### Work in progress
- [x] Auto Complete
- [ ] Divider
- [ ] List
- [ ] List Item

BIN
gifs/autocomplete.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB