🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
liangtie.qian 69f41a16ba remove install rules 2023-02-27 15:48:28 +08:00
cmake Seprate the headers from source 2023-01-31 17:17:36 +08:00
example Finished migrating from QMake to CMake 2023-01-31 18:08:03 +08:00
fonts/Roboto Add font resources 2017-09-28 16:04:24 +03:00
gifs Add Auto Comlete to list of implemented components 2017-10-15 13:08:53 +03:00
include/qt-material-widgets Add getContentWidget 2023-02-01 01:37:40 +08:00
source Add getContentWidget 2023-02-01 01:37:40 +08:00
.clang-format Seprate the headers from source 2023-01-31 17:17:36 +08:00
.clang-tidy Seprate the headers from source 2023-01-31 17:17:36 +08:00
.codespellrc Seprate the headers from source 2023-01-31 17:17:36 +08:00
.gitignore Finished migrating from QMake to CMake 2023-01-31 18:08:03 +08:00
.qmake.conf Create .qmake.conf to specify top_srcdir and top_builddir 2017-10-04 13:28:17 +03:00
CMakeLists.txt remove install rules 2023-02-27 15:48:28 +08:00
CMakePresets.json Seprate the headers from source 2023-01-31 17:17:36 +08:00
LICENSE Add LICENSE file 2017-09-30 10:14:47 +03:00
README.md Update README.md 2018-02-02 22:52:06 +03:00

README.md

Qt Material Design Desktop Widgets Language Join the chat at https://gitter.im/qt-material-widgets/Lobby

YouTube video preview available here.

App Bar QtMaterialAppBar
Auto Complete QtMaterialAutoComplete
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
  • Auto Complete
  • 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

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

Not implemented

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