qt-material-widgets/README.md

102 lines
2.8 KiB
Markdown

# Qt Material Design Desktop Widgets
## :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).
<table>
<tr>
<td>
Avatar
</td>
<td>
QtMaterialAvatar
</td>
</tr>
<tr>
<td colspan="2">
<img src="gifs/avatar.gif" />
</td>
</tr>
</table>
Component | Preview
----------------- | ------------------------------------------------
x | x
x | x
Avatar | ![Avatar](gifs/avatar.gif)
x | x
Check Box | ![Check Box](gifs/checkbox.gif)
x | x
Circular Progress | ![Circular Progressj](gifs/circularprogress.gif)
x | x
Dialog | ![Dialog](gifs/dialog.gif)
x | x
Drawer | ![Drawer](gifs/drawer.gif)
x | x
FAB | ![FAB](gifs/fab.gif)
x | x
Flat Button | ![Flat Button](gifs/flatbutton.gif)
x | x
Icon Button | ![Icon Button](gifs/iconbutton.gif)
x | x
Progress | ![Progress](gifs/progress.gif)
x | x
Radio Button | ![Radio Button](gifs/radiobutton.gif)
x | x
Raised Button | ![Raised Button](gifs/raisedbutton.gif)
x | x
Scroll Bar | ![Scroll Bar](gifs/scrollbar.gif)
x | x
Slider | ![Slider](gifs/slider.gif)
x | x
Snackbar | ![Snackbar](gifs/snackbar.gif)
x | x
Tabs | ![Tabs](gifs/tabs.gif)
x | x
Text Field | ![Text Field](gifs/textfield.gif)
x | x
Toggle | ![checkbox](gifs/toggle.gif)
#### Implemented components
- [x] Avatar
- [x] Badge
- [x] Check Box
- [x] Circular Progress
- [x] Dialog
- [x] Drawer
- [x] Floating Action Button
- [x] Flat Button
- [x] Icon Button
- [x] Progress
- [x] Radio Button
- [x] Raised Button
- [x] Scroll Bar
- [x] Slider
- [x] Snackbar
- [x] Tabs
- [x] Text Field
- [x] Toggle
#### Work in progress
- [x] App Bar
#### Not implemented
- [ ] Autocomplete
- [ ] Chips
- [ ] Discrete Slider
- [ ] Divider
- [ ] Grid List
- [ ] Icon Menu
- [ ] List
- [ ] Menu
- [ ] Paper
- [ ] Search Field
- [ ] Select Field
- [ ] Stepper
- [ ] Table
- [ ] Toolbar