🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
Heikki Johannes Hildén 9a08fcb196 Merge pull request #10 from fperillo/one-feature
Move CONFIG += c++11 to examples.pro from qt-material-widgets.pro
2017-10-04 12:57:26 +03:00
components Make ScrollBar look more like Progress 2017-10-04 12:40:30 +03:00
examples Moved CONFIG += c++11 to examples\examples.pro instead of qt-material-widgets.pro 2017-10-04 00:20:07 +02:00
fonts/Roboto Add font resources 2017-09-28 16:04:24 +03:00
gifs Add Icon Button gif 2017-10-02 16:34:59 +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-10-02 23:26:28 +03:00
qt-material-widgets.pro Moved CONFIG += c++11 to examples\examples.pro instead of qt-material-widgets.pro 2017-10-04 00:20:07 +02: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. A YouTube video preview is available here.

Component Preview
Avatar Avatar
Check Box Check Box
Circular Progress Circular Progressj
Dialog Dialog
Drawer Drawer
FAB FAB
Flat Button Flat Button
Icon Button Icon Button
Progress Progress
Radio Button Radio Button
Raised Button Raised Button
Scroll Bar Scroll Bar
Slider Slider
Snackbar Snackbar
Tabs Tabs
Text Field Text Field
Toggle checkbox

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

Work in progress

  • App Bar

Not implemented

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