Ejemplo n.º 1
0
void QgsGPSPluginGui::openDeviceEditor()
{
  QgsGPSDeviceDialog* dlg = new QgsGPSDeviceDialog( mDevices );
  dlg->show();
  connect( dlg, SIGNAL( devicesChanged() ), this, SLOT( devicesUpdated() ) );
}
Ejemplo n.º 2
0
void QgsGPSPluginGui::openDeviceEditor()
{
  QgsGPSDeviceDialog *dlg = new QgsGPSDeviceDialog( mDevices );
  dlg->show();
  connect( dlg, &QgsGPSDeviceDialog::devicesChanged, this, &QgsGPSPluginGui::devicesUpdated );
}