Changeset 9237 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Nov 10, 2020, 11:53:58 AM (3 years ago)
Author:
stuerze
Message:

pppMap now with OSM only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9184 r9237  
    10601060  pppLayout4->addWidget(_pppWidgets._audioResponse,                      ir, 4, Qt::AlignLeft);
    10611061  pppLayout4->addWidget(new QLabel("Audio response"),                    ir, 5, Qt::AlignRight);
    1062 
    10631062  ++ir;
    10641063  pppLayout4->addWidget(new QLabel("Track map"),                         ir, 0, Qt::AlignLeft);
    10651064  pppLayout4->addWidget(_pppWidgets._mapWinButton,                       ir, 1, Qt::AlignLeft);
    1066   pppLayout4->addWidget(new QLabel("OSM"),                               ir, 2, Qt::AlignLeft);
    1067   pppLayout4->addWidget(_pppWidgets._useOpenStreetMap,                   ir, 3, Qt::AlignLeft);
    1068   pppLayout4->addWidget(new QLabel("Google"),                            ir, 3, Qt::AlignRight);
    1069   pppLayout4->addWidget(_pppWidgets._useGoogleMap,                       ir, 4, Qt::AlignLeft);
    10701065  ++ir;
    10711066  pppLayout4->addWidget(new QLabel("Dot-properties"),                    ir, 0, Qt::AlignLeft);
     
    30543049////////////////////////////////////////////////////////////////////////////
    30553050void bncWindow::slotMapPPP() {
    3056 #ifdef QT_WEBKIT
     3051#ifdef QT_WEBENGINE
    30573052  saveOptions();
    30583053  enableWidget(false, _pppWidgets._mapWinButton);
    3059   enableWidget(false, _pppWidgets._useGoogleMap);
    3060   enableWidget(false, _pppWidgets._useOpenStreetMap);
    30613054  enableWidget(false, _pppWidgets._mapWinDotSize);
    30623055  enableWidget(false, _pppWidgets._mapWinDotColor);
     
    30713064#else
    30723065  QMessageBox::information(this, "Information",
    3073                            "Qt Library compiled without QtWebKit");
     3066                           "Qt Library compiled without QT_WEBENGINE");
    30743067#endif
    30753068}
     
    30803073#ifdef QT_WEBKIT
    30813074  enableWidget(true, _pppWidgets._mapWinButton);
    3082   enableWidget(true, _pppWidgets._useGoogleMap);
    3083   enableWidget(true, _pppWidgets._useOpenStreetMap);
    30843075  enableWidget(true, _pppWidgets._mapWinDotSize);
    30853076  enableWidget(true, _pppWidgets._mapWinDotColor);
Note: See TracChangeset for help on using the changeset viewer.