Update README.md
This commit is contained in:
parent
fe9af7448d
commit
a8e9c720a0
246
README.md
246
README.md
|
@ -21,46 +21,216 @@ I finally took the time to go through and clean up this code. The build includes
|
||||||
<img src="gifs/avatar.gif" />
|
<img src="gifs/avatar.gif" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Check Box
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialCheckBox</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/checkbox.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Circular Progress
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialCircularProgress</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/circularprogress.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Dialog
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialDialog</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/dialog.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Drawer
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialDrawer</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/drawer.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
FAB
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialFloatingActionButton</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/fab.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Flat Button
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialFlatButton</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/flatbutton.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Icon Button
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialIconButton</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/iconbutton.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Progress
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialProgress</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/progress.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Radio Button
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialRadioButton</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/radiobutton.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Raised Button
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialRaisedButton</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/raisedbutton.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Scroll Bar
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialScrollBar</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/scrollbar.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Slider
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialSlider</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/slider.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Snackbar
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialSnackBar</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/snackbar.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Tabs
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialTabs</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/tabs.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Text Field
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialTextField</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/textfield.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Toggle
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<code>QtMaterialToggle</code>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img src="gifs/toggle.gif" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
Component | Preview
|
|
||||||
----------------- | ------------------------------------------------
|
|
||||||
x | x
|
|
||||||
x | x
|
|
||||||
Avatar | 
|
|
||||||
x | x
|
|
||||||
Check Box | 
|
|
||||||
x | x
|
|
||||||
Circular Progress | 
|
|
||||||
x | x
|
|
||||||
Dialog | 
|
|
||||||
x | x
|
|
||||||
Drawer | 
|
|
||||||
x | x
|
|
||||||
FAB | 
|
|
||||||
x | x
|
|
||||||
Flat Button | 
|
|
||||||
x | x
|
|
||||||
Icon Button | 
|
|
||||||
x | x
|
|
||||||
Progress | 
|
|
||||||
x | x
|
|
||||||
Radio Button | 
|
|
||||||
x | x
|
|
||||||
Raised Button | 
|
|
||||||
x | x
|
|
||||||
Scroll Bar | 
|
|
||||||
x | x
|
|
||||||
Slider | 
|
|
||||||
x | x
|
|
||||||
Snackbar | 
|
|
||||||
x | x
|
|
||||||
Tabs | 
|
|
||||||
x | x
|
|
||||||
Text Field | 
|
|
||||||
x | x
|
|
||||||
Toggle | 
|
|
||||||
|
|
||||||
#### Implemented components
|
#### Implemented components
|
||||||
|
|
||||||
- [x] Avatar
|
- [x] Avatar
|
||||||
|
|
Loading…
Reference in New Issue