An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/TaqsBlaze/QtBuild/blob/1.2.2/docs/qtgui.png)

**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`

![](https://github.com/TaqsBlaze/QtBuild/blob/master/docs/cli.png)

**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```