Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T13:23:14.000Z (9 months ago)
- Last Synced: 2024-09-29T07:23:04.190Z (about 1 month ago)
- Topics: cplusplus, material-design, qt, qt-widgets
- Language: C++
- Homepage:
- Size: 4.74 MB
- Stars: 2,967
- Watchers: 118
- Forks: 668
- 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 [![Language](https://img.shields.io/badge/language-c++-brightgreen.svg)]() [![Join the chat at https://gitter.im/qt-material-widgets/Lobby](https://badges.gitter.im/qt-material-widgets/Lobby.svg)](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