50 lines
941 B
Markdown
50 lines
941 B
Markdown
# Qt Material Design Desktop Widgets
|
|
|
|
### What is this project
|
|
This project implements Material style in "classic" Qt Widgets, not QML.
|
|
|
|
### How to compile
|
|
Open the project in Qt Creator and compile. Then Run the project to have a small sample.
|
|
To have an idea of how configure and work each widget edit mainwindow.cpp and remove the remarks in the constructor, then run again.
|
|
|
|
### Roadmap
|
|
|
|
#### Complete
|
|
|
|
- [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] Icon Menu
|
|
- [X] Menu
|
|
- [x] Progress
|
|
- [x] Radio Button
|
|
- [x] Raised Button
|
|
- [x] Scroll Bar
|
|
- [X] Select Field
|
|
- [x] Slider
|
|
- [x] Snackbar
|
|
- [x] Tabs
|
|
- [x] Text Field
|
|
- [x] Toggle
|
|
|
|
#### To-Do
|
|
|
|
- [ ] App Bar
|
|
- [ ] Autocomplete
|
|
- [ ] Chips
|
|
- [ ] Discrete Slider
|
|
- [ ] Divider
|
|
- [ ] Grid List
|
|
- [ ] List
|
|
- [ ] Paper
|
|
- [ ] Search Field
|
|
- [ ] Stepper
|
|
- [ ] Table
|
|
- [ ] Toolbar
|