Re: [Qgis-developer] Right click event from QgsMapCanvas

2014-11-25 Thread theunsgis
Problem solved. I connected to the parent widget's customContextMenuRequested signal, instead of the QgsMapCanvas's customContextMenuRequested signal. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Right-click-event-from-QgsMapCanvas-tp5174732p5174783.html Sent from the

Re: [Qgis-developer] Compiling QuatumGis using Mingw on Win7

2013-03-04 Thread theunsgis
In qgsrasterpipe.h line 32 - 34 the code look tlike this. /#ifdef _MSC_VER #undef interface #endif/ I have commented the #ifdef and #endif out so that #undef interface is executed. Now it compiles further. -- View this message in context: