[Qt-creator] Drawing on QWidget

Roberto Raggi roberto.raggi at trolltech.com
Wed Jul 8 10:28:46 CEST 2009


Hi,

On Jul 8, 2009, at 9:18 AM, Patrick Scheller wrote:

> I fully agree with you Alex, even though there is a lot of good
> documentation around for Qt, there are still some blind spots where
> you risk to being stuck for a long time because certain relations
> aren't obvious enough to the average programmer. I for example bought
> 2 Qt books and still couldn't find more than some basic info about
> how to work with generated code from the designer. André sees things

hmm, OK.. well, maybe it's just me but long time ago I was one of the  
guys working on uic and Designer.
Yes, it was long time go but I clearly remember that my goal when I  
first introduced uic in 4.0 was to make
it very simple to use uic's generated code in our users apps. So at  
the end what I did was to implement a tool (uic4) that generate a  
class and two methods.
I mean, it's a class and two methods, there isn't really much you can  
do with that and I really don't know how, but our doc team managed to  
write pages and pages of documentation to describe how to use a class  
with two methods :) I think we also named all the possible uses of  
that generated "class with two methods" :)

more about it here: http://doc.qtsoftware.com/4.5/designer-using-a-ui-file.html

ciao robe






More information about the Qt-creator-old mailing list