GitXplorerGitXplorer
e

material

public
73 stars
12 forks
4 issues

Commits

List of commits on branch master.
Unverified
3397b636d0deecd0e3430b5ca530ff73d90b77e4

code cleanup

eemmatyping committed 9 years ago
Unverified
ea1845b496dba81fde7224910056d072996fb909

fix not implemented error.

eemmatyping committed 9 years ago
Unverified
c47eb64cce2c5c5927c842924b2416d3e14c2262

Update README.md

eemmatyping committed 9 years ago
Unverified
5fc2640fdd43a43a1f7adfe1879d58886af811e5

how to install.

eemmatyping committed 9 years ago
Unverified
9e27eb1994dfb63e509fac72b598a183325cd644

Will add info on wiki

eemmatyping committed 9 years ago
Unverified
7c8d823c4292367e5fd3d9ffd8269c3aebfa4f6b

raise warning for unknown qt version.

eemmatyping committed 9 years ago

README

The README file for this repository.

Material PySide

Join the chat at https://gitter.im/IronManMark20/Material

^^ I am often on Gitter so you will find me there.

#NO LONGER SUPPORTED, but feel free to ask questions on the gitter. I might answer them.

A collection of PySide Widgets for theming applications to give a material design look.

Currently, only PySide for Qt4 is working. Python 2.7 and 3.x works!

Currently, the following widgets are supported (not all implemented right now):

  • LineEdit - implemented
  • TextEdit - not implemented (v0.2)
  • PushButton - FAB, Raised and Flat
  • TabBar - implemented
  • ListView - implemented
  • ProgressBar - implemented
  • Checkbox - implemented
  • TopBar - implemented
  • Dialog - not implemented (v0.2)

QPushButton has 3 styles: Flat, Raised, and Floating Action. To read more on these styles read the button spec.

Also, I have added a custom Text class which uses Roboto font as a bonus.

#Install

simple! run git clone https://github.com/IronManMark20/material.git && cd material

##Example To see the example, run the example.py file. It will give you an example application.

Also, the wiki will (in the future) have documentation for each widget. To start though, you can read through the source of example.py for examples.

#Screenshots

First page with list view: first page

and seccond page

second page

#Contributing

I take pull requests! Let me know if you are interested in contributing. The best way would be to open a new issue with the widget or fix you are going to work on. Fork the project, and push commits to that. Then, when you are done, you can make a pull request. I will check the changes you made and either approve it, or explain how it can be fixed.

###Note: By making a pull request, you agree that the code you are commiting is released under the LGPL.

#License

All of the *.qss files and *.py are LGPL v3 licensed, and the *.SVG images are released under CC BY-SA 2.0.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.