Well, I'm new to Qt and found that it works with python, I don't know how true this is. but some code snippets have
import qt
and some have
import PyQt4
I don’t know what the difference is, when I tried to exchange them, I got some errors, because some functions were not recognized, and so on, also I am trying to create a GUI interface for my application, in which a GUI framework would be offered? Is there anything close to a VB environment?
Rahul source
share