Build qt graphical user interfaces out of simple type objects.
Project description
qtypes
Build qt graphical user interfaces out of simple type objects.
Installation
TODO
Types
Bool
value: bool
Button
value: None
background_color: str
text: str
text_color: str
Enum
value: str
allowed: List[str]
Float
value: double
units: str
minimum: double
maximum: double
decimals: int
Note that units support works via pint
Integer
value: int
minimum: int
maximum: int
String
value: str
Examples
qtypes
comes with a few examples right out of the box.
Run them using the python module syntax, e.g.:
$ python -m qtypes.examples one_of_each
Included examples:
example | description |
---|---|
one_of_each |
Simple example displaying one of each type with some inspection tools. |
units |
Example demonstrating units support for qtypes Float object. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file qtypes-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: qtypes-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a5817c563a3c6a88b4f2ca13c91f393dd40b250440e8f5cd169a6d8f48ee80f |
|
MD5 | eff2ab8cd678c3c9f13fc1e1be4701f6 |
|
BLAKE2b-256 | 603f84bbfdf773a9dfb3c43a9d649ee0f7454e4f2a687ea51cc1627da4d0fe4a |