Thread
:
[Maemo 5] HealthCheck - Pymaemo/Qt - Learning to code (N900)
View Single Post
fatalsaint
2010-02-17 , 22:08
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#
30
Originally Posted by
noobmonkey
ickle bit of both
Ew. Note to noobmonkey: If you use pyuic4 to convert a ui.. don't modify that code directly. That gets ugly and messy and then you can't modify it again with QT Designer.
It's just bad mojo.
Have a separate class in your main .py file that calls the UI class and put everything into that. So much cleaner.. and then you can open/edit/save/convert your UI all day long and never have to change a lick of code.
__________________
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!
Quote & Reply
|
fatalsaint
View Public Profile
Send a private message to fatalsaint
Find all posts by fatalsaint