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 Distribution
qtypes-0.3.1.tar.gz
(15.2 kB
view details)
Built Distribution
File details
Details for the file qtypes-0.3.1.tar.gz
.
File metadata
- Download URL: qtypes-0.3.1.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecbe4e18be926c43d1eacb676c5b58b13c4327796eec1d26e07895fa2644e35b |
|
MD5 | 4d8e38ab7ad3d751ed2a6821c4b919ae |
|
BLAKE2b-256 | 2374c2b44b73909f273911898a5fb9a9354ecd2ce9d8d1403b307ac842ee190c |
File details
Details for the file qtypes-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: qtypes-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 691bfd6f0936eb16b151273f083f7aef639621a5b4a5767bcd3ef56aa5277080 |
|
MD5 | 3013569373cec4c38248e16c63a1916a |
|
BLAKE2b-256 | 03aa463fc3bf909966bcac190cbf94b673739e7a869ee710d0883476088a0cef |