[bt-devel] saving search analysis

Mark Lybarger bt-devel@crosswire.org
Mon, 15 Oct 2001 07:23:24 -0400


i'm a little stuck.  i'm trying to start with putting in a pop-up window 
on the rightmouse click on the search analysis window to mimic the 
functionality of the CSearchDialogResultView class (this is where you 
can save the verse). it seems as though the SearchDialogResultView is 
using a rightClicked signal/slot which doesn't seem to be available in 
the CSearchDialogAnalysisView class since this class is derived from the 
QCanvasView class (please let me know if i'm mistaken here).

my thought was to use the mousePressEvent that's available from the 
QCanvas, but I'm not sure if this lends itself to being used for a popup 
window...?

since i'm a little new to the qt classes, and signal slot mechanisms, 
does the above sound correct?  would anyone happen to suggest maybe a 
workaround for this issue?

any suggestions would be most appreciated !

Thanks!
~mark