View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#30
Originally Posted by noobmonkey View Post
I personally now need to know how to actually code in python i assume...... as in windows/VB i would just double click the form, and code.... (damn there's that plate of easyness again!)
This is how QT4 Designer works. You just open a Main Window (FORM) and drag drop your widgets into place and save it.

Then you use pyuic4 as described in the op to automatically convert that to python code for you.

But yes.. at that point you'll need to know how to code Python to actually work with it.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post: