On Mon, Sep 24, 2007 at 07:17:19PM -0400, Phil Frost wrote: > I'm looking all over for the code responsible for drawing the dashed > lines around boxes in the GUI. I can't find anything, nor can I find > anything in the Qt docs that suggest it's doing it automagically. Does > anyone know?
Well, I dug through the Qt source and found where it does it. They have nicely factored the code that does it in to a function, but stopped short of making it a method that could be overridden. Stupid design, I think. Anyway, problem solved. _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
