Hi there, On Thu, Dec 18, 2014 at 2:20 PM, Nikhil Bharadwaj <[email protected]> wrote: > > Tomaz, Robert, > > I need one more bit of information. > How is the data getting updated in the "Information" box when the mouse > moves? > Ill get a huge lead if I get to know this. > > I am really sorry that I am asking these many questions. I'm not that > experienced in this. >
If you check in profilewidget.cpp, there is a mouseMoveEvent() function. In this function, there is a call to toolTipItem->refresh(). This updates the information box. You can find the code that 'creates' this box in divetooltipitem.h/.cpp. > Thank You > > Nikhil Bharadwaj > > > -- Thanks, Joshua
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
