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