QShen3 / qml-material

Material Design implemented in QtQuick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v2.1


Languages

Language:QML 95.5%Language:JavaScript 3.5%Language:C++ 0.4%Language:Python 0.2%Language:Shell 0.1%Language:IDL 0.1%Language:QMake 0.1%