I'm new to Python and Pydev IDE. I'm curious about whether there is a way to develop "drag and drop" style GUI applications using Pydev IDE. (By the way, I'm a Vista user)
I'll appreciate any response.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not really in Pydev, but Qt has an Eclipse integration you can use (note: I've never used it myself). And Qt also has a separate designer, so, while it's not inside of Eclipse, you can make file associations open the qt designer from Eclipse.
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm new to Python and Pydev IDE. I'm curious about whether there is a way to develop "drag and drop" style GUI applications using Pydev IDE. (By the way, I'm a Vista user)
I'll appreciate any response.
Thanks.
Not really in Pydev, but Qt has an Eclipse integration you can use (note: I've never used it myself). And Qt also has a separate designer, so, while it's not inside of Eclipse, you can make file associations open the qt designer from Eclipse.
Cheers,
Fabio
Oh thanks, I'm gonna try it.