🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
johanneshilden 49d5d69e78 Add LICENSE file 2017-09-30 10:14:47 +03:00
components Add ScrollBar settings editor and form files 2017-09-30 04:14:28 +03:00
examples Edit some labels in examples 2017-09-30 10:12:33 +03:00
fonts/Roboto Add font resources 2017-09-28 16:04:24 +03:00
.gitignore Start from fresh in cleanup branch 2017-09-28 12:58:27 +03:00
LICENSE Add LICENSE file 2017-09-30 10:14:47 +03:00
README.md Update README.md 2017-09-30 10:03:50 +03:00
qt-material-widgets.pro Split project setup into executable and lib parts 2017-09-28 15:52:06 +03:00

README.md

Qt Material Design Desktop Widgets

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

Implemented components

  • 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

Not implemented

  • App Bar
  • Autocomplete
  • Chips
  • Discrete Slider
  • Divider
  • Grid List
  • Icon Menu
  • List
  • Menu
  • Paper
  • Search Field
  • Select Field
  • Stepper
  • Table
  • Toolbar