🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
laserpants 52a7a6263a remove old tab sources 2016-05-30 11:35:51 +03:00
components remove old commented out code 2016-05-30 11:26:12 +03:00
examples reimplement Tabs component as pimpl class 2016-05-30 09:51:46 +03:00
fonts/Roboto add fonts LICENSE 2016-04-29 06:36:23 +03:00
lib pimplify Tabs component 2016-05-30 11:25:02 +03:00
.gitignore add *.autosave to .gitignore 2016-05-18 11:09:49 +03:00
README.md re-implement icon button as pimpl class 2016-05-30 00:26:42 +03:00
main.cpp create material resource namespace 2016-04-30 10:57:30 +03:00
mainwindow.cpp add examples for IconMenu 2016-04-25 01:29:49 +03:00
mainwindow.h add examples for IconMenu 2016-04-25 01:29:49 +03:00
qt-material-widgets.pro remove old tab sources 2016-05-30 11:35:51 +03:00
resources.qrc create material resource namespace 2016-04-30 10:57:30 +03:00
style.cpp scrap old style file 2016-04-30 12:53:58 +03:00
style.h scrap old style file 2016-04-30 12:53:58 +03:00

README.md

Qt Material Design Desktop Widgets

Roadmap

Work in progress

  • Slider
  • Flat Button
  • Raised Button
  • Toggle
  • Icon Button
  • App Bar
  • Avatar
  • Icon Menu
  • Menu
  • Dialog
  • Scroll Bar
  • Tabs
  • Text Field
  • Theme

Not started

  • Discrete Slider
  • Checkbox
  • List
  • Radio Button
  • Search Field
  • Table
  • Badge
  • Paper
  • Select Field
  • Progress
  • Chips
  • Floating Action Button
  • Docs