labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

pyqt5 replace pyside6

Open monkeycc opened this issue 3 years ago • 6 comments

pyqt5 | GPL-3.0

If your license is incompatible with the GPL then you need a commercial PyQt license.


Commercial use

It is recommended that pyqt5 replace pyside6

monkeycc avatar Sep 29 '21 02:09 monkeycc

what is your suggestion to change in this repo

tzutalin avatar Sep 29 '21 05:09 tzutalin

大佬 我是建议 pyqt5 转换为 pyside6

比如labelImg部署给用户 打包为EXE 增加了自动标注工具功能

那么根据pyqt5协议 我的程序 就要全部开源 要么购买PyQt的商业版本

当然只是建议~~

@tzutalin

monkeycc avatar Sep 29 '21 09:09 monkeycc

Another solution would be to distribute this application with a license GPL-3.0. But I agree with the @monkeycc switching to pyside6 seems a better option. I can make these changes if I decide by pyside6

eltonfernando avatar Oct 24 '21 00:10 eltonfernando

Sounds pyside6 is a long term solution. @eltonfernando will it have a lot of effort to switch to pyside6? We create another branch for migrating to pyside6

tzutalin avatar Oct 24 '21 17:10 tzutalin

@tzutalin , I think it's simple, pyqt is very similar to pyside6. I've been migrating my applications, I don't see any big problems.

eltonfernando avatar Oct 25 '21 21:10 eltonfernando

@eltonfernando I see. Thanks. I created a new branch: https://github.com/tzutalin/labelImg/tree/pyside6

If you can contribute and help to migrate, it will be great! Thanks again

tzutalin avatar Oct 26 '21 01:10 tzutalin

thank you so much! Also, the setup.py needs to be modified. check my PR: https://github.com/heartexlabs/labelImg/pull/954

alisher-ai avatar Oct 06 '22 03:10 alisher-ai