https://github.com/byron/bgui
'be cute' is a collection of general-purpose qt widgets
https://github.com/byron/bgui
Last synced: 8 months ago
JSON representation
'be cute' is a collection of general-purpose qt widgets
- Host: GitHub
- URL: https://github.com/byron/bgui
- Owner: Byron
- License: other
- Created: 2014-03-17T19:06:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T15:11:22.000Z (about 12 years ago)
- Last Synced: 2025-04-06T08:37:05.225Z (about 1 year ago)
- Language: Python
- Homepage: http://byron.github.io/bgui
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This project contains all code which depends on qt in one way or another. Usually those are generalized widgets.
Those are meant to be used in specialized user interfaces.
Additionally it provides a simple abstraction layer to the python wrapper for QT. Even though [PySide](http://qt-project.org/wiki/PySide) is assumed to be the native one, [PyQT](http://www.riverbankcomputing.co.uk/software/pyqt/intro) should work just as good for the most part. `bqt` will figure out the details, allowing your code to `import bqt.get.QtGui`.
### Usage and Installation
As this is a library project, you won't use it standalone. Instead, consider having a look at the [bdevel assembly](https://github.com/Byron/bdevel-assembly), which has some tools that make use of it.
### Requirements
* [bcore](https://github.com/Byron/bcore)
* [PySide](https://github.com/Byron/bdep-pyside)
- It possibly works with PyQT, but is currently not tested with it
### LICENSE
GNU LESSER GENERAL PUBLIC LICENSE, see LICENSE file for details.