On Tue, 2007-09-25 at 17:02 -0400, Phil Frost wrote: > 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.
yes, i am not sure, whether this is customizable ... qt's graphics-view is providing it as built-in functionality: http://doc.trolltech.com/4.3/qgraphicsview.html#DragMode-enum but from what i understand, it shouldn't be too hard to implement the functionality manually ... cheers, tim -- [EMAIL PROTECTED] ICQ: 96771783 http://tim.klingt.org Your mind will answer most questions if you learn to relax and wait for the answer. William S. Burroughs
signature.asc
Description: This is a digitally signed message part
_______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
