Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Ethan edited this page Aug 29, 2015 · 1 revision

#Widgets

###WIP!

Below are the widgets provided to you.

#####FloatingActionButton(color=QColor(243, 40, 109, 255), radius=50, icon="plus.png", parent=None) This creates a FloatingActionButton (FAB). Read more about Spec. FABs are used for the most common action.

#####RaisedButton(text, color, size=QSize(80, 30), parent=None) A raised button has a drop shadow effect, and is used for common actions. Spec.

#####FlatButton(text, size=QSize(80, 30), color=QColor(66, 165, 245), parent=None) Flat buttons are the most common. They populate the large majority of buttons. Spec.

#####Switch(color, diameter, parent=None) This is also known as a toggle. It is an on/off switch. Spec.

#####TopBar(color, height, parent=None) The TopBar Widget is for the colorful top part of This widget must have a parent.

Clone this wiki locally