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).

PyQt/PySide 1:1 Coaching with Martin Fitzpatrick — Get one on one help with your Python GUI projects. Working together with you I'll identify issues and suggest fixes, from bugs and usability to architecture and maintainability.

Book Now 60 mins ($195)


Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak
Martin Fitzpatrick

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. Martin founded PythonGUIs to provide easy to follow GUI programming tutorials to the Python community. He has written a number of popular Python books on the subject.