qt-material-widgets/README.md

64 lines
2.2 KiB
Markdown
Raw Normal View History

2017-09-28 21:49:20 +00:00
# Qt Material Design Desktop Widgets
2017-09-30 07:03:50 +00:00
## :hatched_chick: Update!
2017-09-30 07:02:53 +00:00
2017-09-30 12:51:08 +00:00
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).
2017-09-30 12:24:05 +00:00
2017-09-30 16:23:50 +00:00
| Component | Preview |
| ----------------- | ------------------------------------------------ |
| Avatar | ![Avatar](gifs/avatar.gif) |
| Check Box | ![Check Box](gifs/checkbox.gif) |
| Circular Progress | ![Circular Progressj](gifs/circularprogress.gif) |
| Dialog | ![Dialog](gifs/dialog.gif) |
| Drawer | ![Drawer](gifs/drawer.gif) |
| FAB | ![FAB](gifs/fab.gif) |
| Flat Button | ![Flat Button](gifs/flatbutton.gif) |
| Progress | ![Progress](gifs/progress.gif) |
| Radio Button | ![Radio Button](gifs/radiobutton.gif) |
| Raised Button | ![Raised Button](gifs/raisedbutton.gif) |
| Scroll Bar | ![Scroll Bar](gifs/scrollbar.gif) |
| Slider | ![Slider](gifs/slider.gif) |
| Snackbar | ![Snackbar](gifs/snackbar.gif) |
| Tabs | ![Tabs](gifs/tabs.gif) |
| Text Field | ![Text Field](gifs/textfield.gif) |
| Toggle | ![checkbox](gifs/toggle.gif) |
2017-09-30 13:15:14 +00:00
2017-09-30 07:02:53 +00:00
#### Implemented components
2017-09-28 21:49:20 +00:00
- [x] Avatar
2017-09-28 22:30:10 +00:00
- [x] Badge
2017-09-29 07:33:02 +00:00
- [x] Check Box
2017-09-29 09:14:24 +00:00
- [x] Circular Progress
2017-09-29 23:42:41 +00:00
- [x] Dialog
2017-09-30 00:20:12 +00:00
- [x] Drawer
2017-09-29 09:52:39 +00:00
- [x] Floating Action Button
- [x] Flat Button
2017-09-29 13:44:36 +00:00
- [x] Icon Button
2017-09-29 13:34:52 +00:00
- [x] Progress
2017-09-29 14:59:17 +00:00
- [x] Radio Button
2017-09-29 09:52:39 +00:00
- [x] Raised Button
2017-09-30 01:14:51 +00:00
- [x] Scroll Bar
2017-09-29 13:53:18 +00:00
- [x] Slider
2017-09-29 23:13:31 +00:00
- [x] Snackbar
2017-09-29 17:49:20 +00:00
- [x] Tabs
2017-09-29 17:16:15 +00:00
- [x] Text Field
2017-09-29 16:52:57 +00:00
- [x] Toggle
2017-09-28 21:49:20 +00:00
2017-09-30 01:52:10 +00:00
#### Not implemented
2017-09-28 21:49:20 +00:00
- [ ] App Bar
- [ ] Autocomplete
- [ ] Chips
- [ ] Discrete Slider
- [ ] Divider
- [ ] Grid List
2017-09-29 22:34:45 +00:00
- [ ] Icon Menu
2017-09-28 21:49:20 +00:00
- [ ] List
2017-09-29 23:13:31 +00:00
- [ ] Menu
2017-09-28 21:49:20 +00:00
- [ ] Paper
- [ ] Search Field
2017-09-29 22:34:45 +00:00
- [ ] Select Field
2017-09-28 21:49:20 +00:00
- [ ] Stepper
- [ ] Table
- [ ] Toolbar