Re: [Qgis-developer] Plugin Development C++ Windows - GUI Interface question

2011-02-26 Thread maaza mekuria
I had gotten used to the copying and modifying other Python plugin UI files to develop my own Python plugin instead of creating one using QT Designer. Is it possible to do the same in C++. If I find a starter UI from an existing plugin, can I modify it for my use in a way like that of Python? W

Re: [Qgis-developer] Plugin Development C++ Windows - Any response?

2011-02-26 Thread Barend Gehrels
Hi Tim, Charlie, Thanks for your answers. The best is to look at src/gui/qgisinterface.h which shows the various methods and objects available to the api. You can also manipulate the main window app from within you plugin via qGisInterface->mainWindow() OK, that is useful. But I actually mea