Skip to content

quang4ngo/qml-material

 
 

Repository files navigation

Material Design implemented in QtQuick

GitHub release Build Status GitHub issues Bountysource

This is a library of QML widgets implementing Google's Material Design. It is completely cross platform, and runs on Linux, OS X, and Windows. It may also run on iOS and Android, though those platforms have not been tested and are not currently officially supported.

Brought to you by the Papyros development team.

Dependencies

Requires Qt 5.3 or higher and QML Extras installed as QML module.

Installation

From the root of the repository, run:

$ qmake
$ make
$ make check # Optional, make sure everything is working correctly
$ sudo make install

Now checkout out the examples folder to see how to use Material Design from QtQuick!

Licensing

QML Material is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

About

Material Design implemented in QtQuick

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 95.7%
  • JavaScript 3.4%
  • C++ 0.4%
  • Python 0.2%
  • Shell 0.1%
  • IDL 0.1%
  • QMake 0.1%