🎨 Qt widgets-based implementation of the Material Design specification.
Go to file
Achraf k 3608731285
Update README.md
2022-02-19 13:31:00 +01:00
components Locate resources at runtime using QDir::currentpath 2022-02-17 17:54:26 +01:00
examples Locate resources at runtime using QDir::currentpath 2022-02-17 17:54:26 +01: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
.gitignore Start using cmake instead of qmake. 2022-02-17 01:23:27 +01:00
CMakeLists.txt Copying Fonts/Assets/Icons folders to build dir. 2022-02-17 17:52:34 +01:00
LICENSE Add LICENSE file 2017-09-30 10:14:47 +03:00
README.md Update README.md 2022-02-19 13:31:00 +01: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 md::AppBar
Auto Complete QtMaterialAutoComplete
Avatar md::Avatar
Badge md::Badge
Check Box md::CheckBox
Circular Progress md::CircularProgress
Dialog md::Dialog
Drawer md::Drawer
FAB md::FloatingActionButton
Flat Button md::FlatButton
Icon Button QtMaterialIconButton
Progress md::Progress
Radio Button md::RadioButton
Raised Button md::RaisedButton
Scroll Bar md::ScrollBar
Slider md::Slider
Snackbar md::SnackBar
Tabs md::Tabs
Text Field md::TextField
Toggle md::Toggle

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