🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
Johannes Hilden 80e9a5a4b8 Make sure ripple is destroyed when overlay host widget is (segfault error) 2017-10-15 11:39:23 +03:00
components Make sure ripple is destroyed when overlay host widget is (segfault error) 2017-10-15 11:39:23 +03:00
examples Remove unused code 2017-10-13 07:02:24 +03:00
fonts/Roboto Add font resources 2017-09-28 16:04:24 +03:00
gifs Add Badge gif 2017-10-12 06:54:50 +03:00
.gitignore Start from fresh in cleanup branch 2017-09-28 12:58:27 +03:00
.qmake.conf Create .qmake.conf to specify top_srcdir and top_builddir 2017-10-04 13:28:17 +03:00
LICENSE Add LICENSE file 2017-09-30 10:14:47 +03:00
README.md Update README.md 2017-10-13 00:31:30 +03:00
qt-material-widgets.pro Add CONFIG += ordered to project main .pro file 2017-10-04 13:11:37 +03:00

README.md

Qt Material Design Desktop Widgets

Join the chat at https://gitter.im/qt-material-widgets/Lobby

🐥 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.

App Bar QtMaterialAppBar
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

  • App Bar
  • Avatar
  • Badge
  • Check Box
  • Circular Progress
  • Dialog
  • Drawer
  • Floating Action Button
  • Flat Button
  • Icon Button
  • Progress
  • Radio Button
  • Raised Button
  • Scroll Bar
  • Slider
  • Snackbar
  • Tabs
  • Text Field
  • Toggle

Work in progress

  • Autocomplete
  • Divider
  • List
  • List Item
  • Paper
  • Snackbar Layout
  • Table

Not implemented

  • Card
  • Chips
  • Discrete Slider
  • Grid List
  • Icon Menu
  • Menu
  • Search Field
  • Select Field
  • Stepper
  • Toolbar