Skip to content

Instantly share code, notes, and snippets.

@jef-n
Created February 17, 2014 12:55
Show Gist options
  • Save jef-n/9050022 to your computer and use it in GitHub Desktop.
Save jef-n/9050022 to your computer and use it in GitHub Desktop.
d = QgsProviderRegistry.instance().selectWidget( "WFS", iface.mainWindow() )
QObject.connect( d, SIGNAL( "addWfsLayer(QString, QString)" ), iface.mainWindow(), SLOT( "addWfsLayer(QString, QString)" ) )
d.exec_()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment