68 lines
2.2 KiB
Markdown
68 lines
2.2 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).
|
|
|
|
Component | Preview
|
|
----------------- | ------------------------------------------------
|
|
Avatar | 
|
|
Check Box | 
|
|
Circular Progress | 
|
|
Dialog | 
|
|
Drawer | 
|
|
FAB | 
|
|
Flat Button | 
|
|
Icon Button | 
|
|
Progress | 
|
|
Radio Button | 
|
|
Raised Button | 
|
|
Scroll Bar | 
|
|
Slider | 
|
|
Snackbar | 
|
|
Tabs | 
|
|
Text Field | 
|
|
Toggle | 
|
|
|
|
#### 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
|