Using community qt creator at workplace

Heads up! You've already completed this tutorial.

sathishceog703 | 2020-10-13 08:53:19 UTC | #1

Hi i am your close follower i am using at community version for ui file generation and converting to py files Is that legal or need to get commercial app I am using this only for in-house apps and nothing else please suggest Thanks


martin | 2020-10-18 21:45:48 UTC | #2

Hi @sathishceog703 welcome to the forum!

If you're using PyQt5 (GPL version) the GPL requires you to make the source code available to the users of your application. But only with them, and only on request. It doesn't require you to distribute the application to anyone you don't want to.

If you developed the application in the company (the company owns the copyright) and it's being used in the company (the company is the user) then you're not distributing it.

The PySide2 library is LGPL licensed, so this restriction doesn't apply (you only need to distribute changes you make to PySide2 itself).


The complete guide to packaging Python GUI applications with PyInstaller.
[[ discount.discount_pc ]]% OFF for the next [[ discount.duration ]] [[discount.description ]] with the code [[ discount.coupon_code ]]

Purchasing Power Parity

Developers in [[ country ]] get [[ discount.discount_pc ]]% OFF on all books & courses with code [[ discount.coupon_code ]]
Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak

Using community qt creator at workplace was written by Martin Fitzpatrick .

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt.