https://github.com/taqsblaze/qtbuild
A GUI application for easy conversion of Qt5 UI files to py scripts
https://github.com/taqsblaze/qtbuild
Last synced: 2 months ago
JSON representation
A GUI application for easy conversion of Qt5 UI files to py scripts
- Host: GitHub
- URL: https://github.com/taqsblaze/qtbuild
- Owner: TaqsBlaze
- Created: 2020-03-21T15:57:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T10:28:21.000Z (about 4 years ago)
- Last Synced: 2025-01-12T22:40:52.958Z (4 months ago)
- Language: Python
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeLog.txt
Awesome Lists containing this project
README
**QtBuider** :rocket: :octocat:
QT Builder is a easy to use tool that allowes users
to convert their Qt UI files to python scripts.
QT Builder uses components preinstalled with Qt designer
it only removes the hustle of having to type the syntax
on your terminal.
**it is recommended that you run install.bat first**
**QT Builder comes in 2 forms**
- GUI
- CLI[Download Installer](https://github.com/TaqsBlaze/QtBuild/blob/master/executable/QtBuild1.2.2.zip)
**GUI**
by using the GUI version you only need to supply
source UI file and give your output script name
and press Build

**CLI**
You use the terminal version you simply type in
the url+name of the UI file including extention
>
then suply name of output python script
**syntax:**
`UI:path\to\file.ui`
`name:name.py`
**Developer**
Tanaka Chinengundu
[https://github.com/TaqsBlaze](https://github.com/TaqsBlaze)
[https://softaz.herokuapp.com](https://softaz.herokuapp.com)**Bug report**
[email protected]
[email protected]
**Change Log**
**version 1.2.2**
- ```File browser button```
- ```Custom folder entry```
- ```Error reporting```
- ```Settings dialog```
- ```New version installation dialog```**version 1.1.1**
- ```Fixed bug in win32_setup```**version 1.1.0**
- ```Dark mode```**version 1.0.0**
- ```converting UI to py```