Python Forum
python GUI - which to use ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python GUI - which to use ?
#3
PyQt4 and PyQt5 both work for python.
The change quoted from google searching
Quote:The main change from Qt4 to Qt5 and hence from PyQt4 to PyQt5 is the rearrangement of certain classes so that the Qt project is scalable and generates a smaller executable.

The QtGui library was divided into 2 submodules: QtGui and QtWidgets, in the second only the widgets, namely QMainWindow, QPushButton, etc. And that is the change you must make:

That is definitely an option for you since you are familiar with it.

I would use WxPython Phoenix if i was to create a GUI. But that is half because i am more familiar with that than pyqt.
Recommended Tutorials:
Reply


Messages In This Thread
python GUI - which to use ? - by Johnse - Sep-10-2019, 02:23 AM
RE: python GUI - which to use ? - by Larz60+ - Sep-10-2019, 10:17 AM
RE: python GUI - which to use ? - by metulburr - Sep-10-2019, 11:12 AM
RE: python GUI - which to use ? - by Johnse - Sep-10-2019, 11:37 AM
RE: python GUI - which to use ? - by buran - Sep-10-2019, 12:02 PM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 03:43 AM
RE: python GUI - which to use ? - by snippsat - Sep-11-2019, 05:35 AM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 09:41 AM
RE: python GUI - which to use ? - by buran - Sep-11-2019, 05:59 AM
RE: python GUI - which to use ? - by Larz60+ - Sep-11-2019, 12:00 PM
RE: python GUI - which to use ? - by buran - Sep-11-2019, 12:14 PM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 12:40 PM
RE: python GUI - which to use ? - by Larz60+ - Sep-11-2019, 12:46 PM
RE: python GUI - which to use ? - by snippsat - Sep-11-2019, 02:18 PM
RE: python GUI - which to use ? - by Johnse - Sep-13-2019, 11:05 PM
RE: python GUI - which to use ? - by buran - Sep-14-2019, 06:14 AM
RE: python GUI - which to use ? - by snippsat - Sep-14-2019, 08:25 AM
RE: python GUI - which to use ? - by Axel_Erfurt - Feb-19-2021, 09:01 PM
RE: python GUI - which to use ? - by kkaur - Feb-20-2021, 12:53 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020