Search code examples
pythonqtqt4

I just installed QT for Windows but I can't find the control toolbox anywhere. Where do I drag controls to a form?


I opened a starter application to see how it works but I only see C++ files, nothing in Python. How can I configure QT to work for Python? :S

Also, where can I find the visual form?


Solution

  • For python support see PyQt.

    I'm not quite sure what you mean by "visual form".