1

I want to ask if there are any good GUI designers for Qt that work with PySide beside QtCreator because it's huge. But I think that every will work with PySide, as it don't have to generate python3 code but just .ui file.

Fred
  • 4,894
  • 1
  • 31
  • 48
user1873947
  • 1,781
  • 3
  • 27
  • 47

1 Answers1

2

Yes, there is Qt Designer, which is part of the Qt toolkit itself.

(NB: Depending on your platform, you may need to install some extra packages to use it).

ekhumoro
  • 115,249
  • 20
  • 229
  • 336