Re: [Qgis-developer] Composer Management

2013-02-28 Thread Kelly Thomas
directly. Currently I believe python code would only have indirect access like this: iface.activeComposers()[0].composerWindow().windowTitle() Regards, Kelly thomas ___ Qgis-developer mailing list Qgis-developer

[Qgis-developer] Composer Management

2013-02-27 Thread Kelly Thomas
qgis.utils.iface.activeComposers(). However I have been unable to create or destroy composer windows without resorting to spoofing user input to the composer manager dialog! Is there a technique by which I can add/remove composers programmatically? Thanks, Kelly Thomas

Re: [Qgis-developer] Adding a WMS layer via python

2013-02-24 Thread Kelly Thomas
manually adds the username, and password parameters to the connection string, you may want to try something similar with your URI. Regards,Kelly Thomas ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http

Re: [Qgis-developer] QGIS, Python and Threads

2013-01-22 Thread Kelly Thomas
of is that any python errors that occur in the other thread will be displayed in the Message Log, I find it useful to have this as a floating window during development. [1] http://gis.stackexchange.com/questions/45514/how-do-i-maintain-a-resposive-gui-using-qthread-with-pyqgis Good Luck,Kelly Thomas

Re: [Qgis-developer] QGIS, Python and Threads

2013-01-22 Thread Kelly Thomas
Another gotcha to be aware of is that any python errors that occur in the other thread will be displayed in the MessageLog, I find it useful to have this as a floating window during development. I think it's an indenting error.It looks like your code is indented with tabs, while the other code

Re: [Qgis-developer] QgsLegendInterface binding updates, or QgsLegend overhaul?

2012-11-29 Thread kelly thomas
Date: Wed, 28 Nov 2012 13:11:50 -0700 From: lar...@dakotacarto.com To: qgis-developer@lists.osgeo.org Subject: [Qgis-developer] QgsLegendInterface binding updates, or QgsLegend overhaul? Hi, I added to QgsLegendInterface today [0] and noticed how lacking the Python binding is when