[Qgis-developer] Opening Views->Panels->Log Messages

Pirmin Kalberer pi_ml at sourcepole.com
Mon Jul 7 00:56:12 PDT 2014


Hi Andrew,

Am Sonntag, 6. Juli 2014, 21.10:06 schrieb Andrew McClure:
> Is it possible to invoke/open this dock via a PyQt call?

My hackish way to open it in the QGIS Cloud plugin is:

        logDock = self.iface.mainWindow().findChild(QDockWidget, 'MessageLog')
        logDock.show()

Regards
Pirmin

-- 
Pirmin Kalberer
Sourcepole  -  Linux & Open Source Solutions
http://www.sourcepole.com



More information about the Qgis-developer mailing list