Add Auto Comlete to list of implemented components
This commit is contained in:
parent
837762c647
commit
277669c31d
19
README.md
19
README.md
|
@ -2,9 +2,7 @@
|
|||
|
||||
[](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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue