QtPyConvert
QtPyConvert copied to clipboard
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
I had a thought about how to increase the use, adoption and value of QtPyConvert, which in turn can help improve contribution and increase the number of eyeballs on the...
[black](github.com/ambv/black) has a really really high quality replacement system. Ideally we should investigate their tokenizing system and see if we can remove our redbaron dependency.
The conversion fails with the following error when you have trailing whitespace inside of an indentation block. ``` 2018-05-08 12:24:04 - ERROR | [QtPyConvert.run] Line 1 from PySide import QtGui...
When converting a file the tool seems to append a new line to the end of the file under certain conditions - Not sure what conditions. When it appends a...