https://github.com/laserpants/qt-material-widgets
:art: Qt widgets-based implementation of the Material Design specification.
https://github.com/laserpants/qt-material-widgets
cplusplus material-design qt qt-widgets
Last synced: 2 days ago
JSON representation
:art: Qt widgets-based implementation of the Material Design specification.
- Host: GitHub
- URL: https://github.com/laserpants/qt-material-widgets
- Owner: laserpants
- License: bsd-3-clause
- Created: 2016-03-18T08:58:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T13:23:14.000Z (about 1 year ago)
- Last Synced: 2025-04-06T14:06:44.026Z (9 days ago)
- Topics: cplusplus, material-design, qt, qt-widgets
- Language: C++
- Homepage:
- Size: 4.74 MB
- Stars: 3,242
- Watchers: 117
- Forks: 703
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qt - laserpants/qt-material-widgets: Qt widgets-based implementation of the Material Design specification.
README
# Qt Material Design Desktop Widgets []() [](https://gitter.im/qt-material-widgets/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
YouTube video preview [available here](http://www.youtube.com/watch?v=21UMeNVBPU4).
App Bar
QtMaterialAppBar
![]()
Auto Complete
QtMaterialAutoComplete
![]()
Avatar
QtMaterialAvatar
![]()
Badge
QtMaterialBadge
![]()
Check Box
QtMaterialCheckBox
![]()
Circular Progress
QtMaterialCircularProgress
![]()
Dialog
QtMaterialDialog
![]()
Drawer
QtMaterialDrawer
![]()
FAB
QtMaterialFloatingActionButton
![]()
Flat Button
QtMaterialFlatButton
![]()
Icon Button
QtMaterialIconButton
![]()
Progress
QtMaterialProgress
![]()
Radio Button
QtMaterialRadioButton
![]()
Raised Button
QtMaterialRaisedButton
![]()
Scroll Bar
QtMaterialScrollBar
![]()
Slider
QtMaterialSlider
![]()
Snackbar
QtMaterialSnackBar
![]()
Tabs
QtMaterialTabs
![]()
Text Field
QtMaterialTextField
![]()
Toggle
QtMaterialToggle
![]()
#### Implemented components
- [x] App Bar
- [x] Auto 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] Progress
- [x] Radio Button
- [x] Raised Button
- [x] Scroll Bar
- [x] Slider
- [x] Snackbar
- [x] Tabs
- [x] Text Field
- [x] Toggle#### Work in progress
- [ ] Divider
- [ ] List
- [ ] List Item
- [ ] Menu
- [ ] Paper
- [ ] Snackbar Layout
- [ ] Table#### Not implemented
- [ ] Card
- [ ] Chips
- [ ] Discrete Slider
- [ ] Grid List
- [ ] Icon Menu
- [ ] Search Field
- [ ] Select Field
- [ ] Stepper
- [ ] Subheaders
- [ ] Toolbar