pyQode Qt ui compiler
Project description
Compile Qt ui files to python scripts using the pyqode.qt package instead of PyQt5.
- The tool is a simple wrapper on top of pyuic5/pyrcc5. It does two thing:
run pyuic5 or pyrcc5 (with the supplied arguments)
replace from PyQt5 import by from pyqode.core.qt import in the
Usage
Just run pyqode-uic or pyqode-rcc with the same arguments as you would have used if you were using pyuic5 or pyrcc5.
For example:
pyqode-uic --from-imports my_file.ui -o my_file_ui.py pyqode-rcc my_resources.qrc -o my_resources_rc.py
Installation
pip3 install pyqode-uic
License
This project is licensed under the MIT license.
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
pyqode-uic-0.1.tar.gz
(1.8 kB
view details)
File details
Details for the file pyqode-uic-0.1.tar.gz.
File metadata
- Download URL: pyqode-uic-0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc67ff1a5d860d114f9eca72238973d38452f826ff7c923e30cb7117d0b22aab
|
|
| MD5 |
575e92a008c958013650b9a723e300ea
|
|
| BLAKE2b-256 |
cff42d73fbec907f934f961d3aff81153dfdeb6d8522ac76e28b72d8ec090688
|