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-2023.3.0.tar.gz
(34.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qtypes-2023.3.0.tar.gz.
File metadata
- Download URL: qtypes-2023.3.0.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4ef997f1c82396a95d14e91aa95fbcd17cfef7e4bc70727e73f03bc801ac041
|
|
| MD5 |
82485b1dba54b966b49f63d6139353c9
|
|
| BLAKE2b-256 |
f810a8a44a9f1d516c237ad9ae22c38f2a4b51bf552af988ecb7bccd24f6024f
|
File details
Details for the file qtypes-2023.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: qtypes-2023.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 45.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f893ae12087c77a9ed458a745390b4dbd8499f3cb5a4b4b5a9ef22ada92bc450
|
|
| MD5 |
c261140ea359b45aa07f790c218c3172
|
|
| BLAKE2b-256 |
da050b1ca5661120d4572af5c26918e0c02e631d8f983dbc45701c408fe76e58
|