All Projects → ethanhs → material

ethanhs / material

Licence: other
Material Design Widgets for PySide and PyQt4

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to material

yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+19.7%)
Mutual labels:  widget
yii2-datetime-widgets
Datetime widgets for Yii2
Stars: ✭ 22 (-66.67%)
Mutual labels:  widget
django-tabular-permissions
Display Django permissions in a HTML table that is translatable and easily customized.
Stars: ✭ 60 (-9.09%)
Mutual labels:  widget
ViewPagers
When using the ViewPager widget it is not always obvious to the user that there are adjacent views they can navigate to. By implementing this widget you provide a clear indicator that there exists additional content which they can click or swipe to see.
Stars: ✭ 43 (-34.85%)
Mutual labels:  widget
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (-1.52%)
Mutual labels:  widget
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (-24.24%)
Mutual labels:  widget
scriptable-widgets
A small collection of my Scriptable iOS widgets.
Stars: ✭ 35 (-46.97%)
Mutual labels:  widget
wp-parsidate
Integrates the Solar Hijri (Persian) calendar in WordPress
Stars: ✭ 36 (-45.45%)
Mutual labels:  widget
phosphor-float-area
✊ Draggable ⚓ Dockable ↔️ Resizable ⛵ Floating 📑 Tabbed HTML5 dialogs! 🎉
Stars: ✭ 72 (+9.09%)
Mutual labels:  widget
popover
Popover for Flutter. A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
Stars: ✭ 90 (+36.36%)
Mutual labels:  widget
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+259.09%)
Mutual labels:  widget
react-native-create-widget-tutorial
This is a tutorial for "React Native: How to create a home screen Widget for iOS and Android"
Stars: ✭ 67 (+1.52%)
Mutual labels:  widget
UT Framework
Various advanced tools built for Unreal Engine 4
Stars: ✭ 45 (-31.82%)
Mutual labels:  widget
instagram-text-editor
An Instagram like text editor Flutter widget that helps you to change your text style.
Stars: ✭ 66 (+0%)
Mutual labels:  widget
cl-bootstrap
Common Lisp web development widget library for Twitter's Bootstrap
Stars: ✭ 16 (-75.76%)
Mutual labels:  widget
sounds
Flutter plugin for sound. Audio recorder and player.
Stars: ✭ 74 (+12.12%)
Mutual labels:  widget
qtwidgetvirtualkeyboard
Qt Widget Virtual Keyboard
Stars: ✭ 19 (-71.21%)
Mutual labels:  widget
flutter signature pad
📦 Flutter widget to allow users to sign with finger and export the result as image data.
Stars: ✭ 95 (+43.94%)
Mutual labels:  widget
widgets
🚀 Dojo - UI widgets.
Stars: ✭ 82 (+24.24%)
Mutual labels:  widget
CombineView
View that combines multiple images
Stars: ✭ 27 (-59.09%)
Mutual labels:  widget

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].