🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
francesco 4896f17933 Updated README.md with a small how and what is this project for 2017-01-19 00:03:05 +01:00
components snapshot 2016-07-20 14:48:39 +03:00
examples make sure all animations have a parent 2016-06-21 15:09:16 +03:00
fonts/Roboto add fonts LICENSE 2016-04-29 06:36:23 +03:00
lib snapshot 2016-07-20 14:48:39 +03:00
xx snap 2016-07-22 08:47:07 +03:00
xxlib snap 2016-07-22 08:47:07 +03:00
yy snapshot 2016-07-20 14:48:39 +03:00
.gitignore add *.autosave to .gitignore 2016-05-18 11:09:49 +03:00
README.md Updated README.md with a small how and what is this project for 2017-01-19 00:03:05 +01:00
ic_star_black_24px.svg added file ic_star_black_24px.svg 2017-01-18 23:42:20 +01:00
main.cpp refactor everything 2016-07-04 10:46:10 +03:00
mainwindow.cpp snap 2016-07-22 08:47:07 +03:00
mainwindow.h snapshot 2016-07-21 09:13:29 +03:00
qt-material-widgets.pro snap 2016-07-22 08:47:07 +03:00
resources.qrc create material resource namespace 2016-04-30 10:57:30 +03:00
sikh.jpg avatar image 2016-06-19 12:16:14 +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
uxceo-128.jpg implement basic Avatar 2016-06-17 16:09:19 +03:00

README.md

Qt Material Design Desktop Widgets

What is this project

This project implements Material style in "classic" Qt Widgets, not QML.

How to compile

Open the project in Qt Creator and compile. Then Run the project to have a small sample. To have an idea of how configure and work each widget edit mainwindow.cpp and remove the remarks in the constructor, then run again.

Roadmap

Complete

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

To-Do

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