Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frasertweedale/wwchartlib
colourful Qt chart widgets
https://github.com/frasertweedale/wwchartlib
Last synced: 15 days ago
JSON representation
colourful Qt chart widgets
- Host: GitHub
- URL: https://github.com/frasertweedale/wwchartlib
- Owner: frasertweedale
- Created: 2013-04-19T04:59:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T06:21:01.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T03:48:30.522Z (2 months ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Collection of Qt chart widgets
------------------------------Provides some colourful Qt chart widgets. Requires the PySide_ Qt
bindings.At this time, wwchartlib provides a couple of pie chart widgets. More
widgets may come in time. Feel free to contribute!``wwchartlib.piechart.PieChart``
A simple pie chart widget.``wwchartlib.piechart.AdjustablePieChart``
A pie chart whose slices are adjustable with click and drag mouse
movement.Defines two additional signals:
``itemAdjusted``
Emitted when an item is adjusted, with that item as the argument.
If two slices are adjusted at the same time, two signals are
emitted.
``finishedAdjusting``
Emitted when an adjustment is finished (i.e., the user releases the
mouse). There are no arguments... _PySide: http://www.pyside.org/