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)
|
[](https://gitter.im/qt-material-widgets/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
## :hatched_chick: Update!
|
YouTube video preview [available here](http://www.youtube.com/watch?v=21UMeNVBPU4).
|
||||||
|
|
||||||
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).
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<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" />
|
<img src="gifs/appbar.gif" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Avatar
|
Avatar
|
||||||
|
@ -264,6 +275,7 @@ I finally took the time to go through and clean up this code. The build includes
|
||||||
#### Implemented components
|
#### Implemented components
|
||||||
|
|
||||||
- [x] App Bar
|
- [x] App Bar
|
||||||
|
- [x] Auto Complete
|
||||||
- [x] Avatar
|
- [x] Avatar
|
||||||
- [x] Badge
|
- [x] Badge
|
||||||
- [x] Check Box
|
- [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
|
#### Work in progress
|
||||||
|
|
||||||
- [x] Auto Complete
|
|
||||||
- [ ] Divider
|
- [ ] Divider
|
||||||
- [ ] List
|
- [ ] List
|
||||||
- [ ] List Item
|
- [ ] List Item
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue