2021-01-22 14:54:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version= "4.0" >
<class > MapSettingsDialog</class>
<widget class= "QDialog" name= "MapSettingsDialog" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
2023-02-14 14:46:08 +00:00
<width > 1267</width>
2025-06-09 10:44:17 +01:00
<height > 775</height>
2021-01-22 14:54:22 +00:00
</rect>
</property>
<property name= "font" >
<font >
<pointsize > 9</pointsize>
</font>
</property>
<property name= "windowTitle" >
2022-02-04 21:33:04 +00:00
<string > Map Display Settings</string>
2021-01-22 14:54:22 +00:00
</property>
<layout class= "QVBoxLayout" name= "verticalLayout" >
<item >
<widget class= "QGroupBox" name= "groupBox" >
<layout class= "QVBoxLayout" name= "verticalLayout_2" >
<property name= "topMargin" >
<number > 0</number>
</property>
<item >
2022-02-09 16:41:40 +00:00
<widget class= "QTabWidget" name= "tabWidget" >
<property name= "currentIndex" >
<number > 0</number>
2021-01-22 14:54:22 +00:00
</property>
2022-02-09 16:41:40 +00:00
<widget class= "QWidget" name= "mapsTab" >
<attribute name= "title" >
<string > Maps</string>
</attribute>
<layout class= "QVBoxLayout" name= "verticalLayout_3" >
<item >
<widget class= "QGroupBox" name= "map2DSettings" >
<property name= "title" >
<string > 2D Map Settings</string>
2022-02-04 20:40:43 +00:00
</property>
2022-02-09 16:41:40 +00:00
<layout class= "QFormLayout" name= "formLayout_2" >
<item row= "0" column= "0" >
<widget class= "QLabel" name= "map2DEnabledLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Enabled</string>
</property>
</widget>
</item>
<item row= "0" column= "1" >
<widget class= "QCheckBox" name= "map2DEnabled" >
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "1" column= "0" >
<widget class= "QLabel" name= "mapProviderLabel" >
<property name= "text" >
<string > Map provider</string>
</property>
</widget>
</item>
<item row= "1" column= "1" >
<widget class= "QComboBox" name= "mapProvider" >
<property name= "toolTip" >
<string > Select map provider</string>
</property>
<item >
<property name= "text" >
<string > OpenStreetMap</string>
</property>
</item>
<item >
<property name= "text" >
<string > ESRI</string>
</property>
</item>
<item >
<property name= "text" >
<string > MapboxGL</string>
</property>
</item>
<item >
<property name= "text" >
2023-12-05 12:30:25 +00:00
<string > MapLibreGL</string>
2022-02-09 16:41:40 +00:00
</property>
</item>
</widget>
</item>
<item row= "2" column= "0" >
<widget class= "QLabel" name= "osmURLLabel" >
<property name= "text" >
<string > OSM Custom URL</string>
</property>
</widget>
</item>
<item row= "2" column= "1" >
<widget class= "QLineEdit" name= "osmURL" >
<property name= "toolTip" >
<string > URL of custom map for use with OpenStreetMap provider</string>
</property>
</widget>
</item>
<item row= "3" column= "0" >
<widget class= "QLabel" name= "mapBoxStylesLabel" >
<property name= "text" >
<string > MapboxGL Styles</string>
</property>
</widget>
</item>
<item row= "3" column= "1" >
<widget class= "QLineEdit" name= "mapBoxStyles" >
<property name= "toolTip" >
<string > Comma separated list of MapBox styles</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item >
<widget class= "QGroupBox" name= "map3DSettings" >
<property name= "title" >
<string > 3D Map Settings</string>
2022-02-04 20:40:43 +00:00
</property>
2022-02-09 16:41:40 +00:00
<layout class= "QFormLayout" name= "formLayout" >
<item row= "0" column= "0" >
<widget class= "QLabel" name= "map3DEnabledLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Enabled</string>
</property>
</widget>
</item>
<item row= "0" column= "1" >
<widget class= "QCheckBox" name= "map3DEnabled" >
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "1" column= "0" >
2025-06-09 10:44:17 +01:00
<widget class= "QLabel" name= "defaultImageryLabel" >
<property name= "text" >
<string > Default imagery</string>
</property>
</widget>
</item>
<item row= "1" column= "1" >
<widget class= "QComboBox" name= "defaultImagery" >
<property name= "toolTip" >
<string > Default imagery (Note there is a quota on Bing Maps Ariel usage)</string>
</property>
<item >
<property name= "text" >
<string > ArcGIS world imagery</string>
</property>
</item>
<item >
<property name= "text" >
<string > Bing Maps Aerial</string>
</property>
</item>
<item >
<property name= "text" >
<string > Sentinel-2</string>
</property>
</item>
<item >
<property name= "text" >
<string > Earth at night</string>
</property>
</item>
<item >
<property name= "text" >
<string > Ersi world ocean</string>
</property>
</item>
</widget>
</item>
<item row= "2" column= "0" >
2022-02-09 16:41:40 +00:00
<widget class= "QLabel" name= "terrainLabel" >
<property name= "text" >
<string > Terrain</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "2" column= "1" >
2022-02-09 16:41:40 +00:00
<widget class= "QComboBox" name= "terrain" >
<item >
<property name= "text" >
<string > Cesium World Terrain</string>
</property>
</item>
<item >
<property name= "text" >
<string > Ellipsoid</string>
</property>
</item>
<item >
<property name= "text" >
<string > Maptiler</string>
</property>
</item>
<item >
<property name= "text" >
<string > ArcGIS</string>
</property>
</item>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "3" column= "0" >
<widget class= "QLabel" name= "terrainLightingLabel" >
<property name= "text" >
<string > Terrain lighting</string>
</property>
</widget>
</item>
<item row= "3" column= "1" >
<widget class= "QCheckBox" name= "terrainLighting" >
<property name= "toolTip" >
<string > Enable terrain lighting</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "4" column= "0" >
<widget class= "QLabel" name= "waterLabel" >
<property name= "text" >
<string > Water effects</string>
</property>
</widget>
</item>
<item row= "4" column= "1" >
<widget class= "QCheckBox" name= "water" >
<property name= "toolTip" >
<string > Enable water effects such as waves</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "5" column= "0" >
2022-02-09 16:41:40 +00:00
<widget class= "QLabel" name= "buildingsLabel" >
<property name= "text" >
<string > Buildings</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "5" column= "1" >
2022-02-09 16:41:40 +00:00
<widget class= "QComboBox" name= "buildings" >
<item >
<property name= "text" >
<string > None</string>
</property>
</item>
<item >
<property name= "text" >
<string > Cesium OSM Buildings</string>
</property>
</item>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "6" column= "0" >
2022-02-09 16:41:40 +00:00
<widget class= "QLabel" name= "sunLightEnabledLabel" >
<property name= "text" >
<string > Lighting</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "6" column= "1" >
2022-02-09 16:41:40 +00:00
<widget class= "QComboBox" name= "sunLightEnabled" >
<property name= "toolTip" >
<string > Whether lighting is from the Sun or Camera</string>
</property>
<item >
<property name= "text" >
<string > Camera</string>
</property>
</item>
<item >
<property name= "text" >
<string > Sun</string>
</property>
</item>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "7" column= "0" >
<widget class= "QLabel" name= "lightIntensityLabel" >
<property name= "text" >
<string > Camera light Intensity</string>
</property>
</widget>
</item>
<item row= "7" column= "1" >
<widget class= "QDoubleSpinBox" name= "lightIntensity" >
<property name= "toolTip" >
<string > Intensity of camera light</string>
</property>
<property name= "decimals" >
<number > 1</number>
</property>
<property name= "maximum" >
<double > 100.000000000000000</double>
</property>
<property name= "value" >
<double > 3.000000000000000</double>
</property>
</widget>
</item>
<item row= "8" column= "0" >
<widget class= "QLabel" name= "hdrLabel" >
<property name= "text" >
<string > HDR</string>
</property>
</widget>
</item>
<item row= "8" column= "1" >
<widget class= "QCheckBox" name= "hdr" >
<property name= "toolTip" >
<string > High dynamic range</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "9" column= "0" >
<widget class= "QLabel" name= "fogLabel" >
<property name= "text" >
<string > Fog</string>
</property>
</widget>
</item>
<item row= "9" column= "1" >
<widget class= "QCheckBox" name= "fog" >
<property name= "toolTip" >
<string > Enable fog effect</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "11" column= "0" >
2022-02-09 16:41:40 +00:00
<widget class= "QLabel" name= "eciCameraLabel" >
<property name= "text" >
<string > Camera reference frame</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "11" column= "1" >
2022-02-09 16:41:40 +00:00
<widget class= "QComboBox" name= "eciCamera" >
<property name= "toolTip" >
<string > Selects camera reference frame. For ECEF the camera rotates with the Earth. For ECI, the camera position is fixed relative to the stars and the Earth's rotation will be visible.</string>
</property>
<item >
<property name= "text" >
<string > ECEF</string>
</property>
</item>
<item >
<property name= "text" >
<string > ECI</string>
</property>
</item>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "14" column= "0" >
<widget class= "QLabel" name= "fpsLabel" >
2022-02-09 16:41:40 +00:00
<property name= "text" >
2025-06-09 10:44:17 +01:00
<string > Display FPS</string>
2022-02-09 16:41:40 +00:00
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "14" column= "1" >
<widget class= "QCheckBox" name= "fps" >
2022-02-09 16:41:40 +00:00
<property name= "toolTip" >
2025-06-09 10:44:17 +01:00
<string > Display frames per second (FPS)</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</item>
<item row= "13" column= "0" >
<widget class= "QLabel" name= "msaaLabel" >
<property name= "text" >
<string > MSAA</string>
</property>
</widget>
</item>
<item row= "13" column= "1" >
<widget class= "QComboBox" name= "msaa" >
<property name= "toolTip" >
<string > Multisample Anti-Aliasing</string>
2022-02-09 16:41:40 +00:00
</property>
<item >
<property name= "text" >
2025-06-09 10:44:17 +01:00
<string > Off</string>
</property>
</item>
<item >
<property name= "text" >
<string > 2</string>
2022-02-09 16:41:40 +00:00
</property>
</item>
<item >
<property name= "text" >
2025-06-09 10:44:17 +01:00
<string > 4</string>
2022-02-09 16:41:40 +00:00
</property>
</item>
2025-06-09 10:44:17 +01:00
<item >
<property name= "text" >
<string > 8</string>
</property>
</item>
<item >
<property name= "text" >
<string > 16</string>
</property>
</item>
</widget>
</item>
<item row= "12" column= "0" >
<widget class= "QLabel" name= "fxaaLabel" >
<property name= "text" >
<string > FXAA</string>
</property>
</widget>
</item>
<item row= "12" column= "1" >
<widget class= "QCheckBox" name= "fxaa" >
<property name= "toolTip" >
<string > Fast Approximate Anti-aliasing</string>
</property>
<property name= "text" >
<string />
</property>
2022-02-09 16:41:40 +00:00
</widget>
</item>
</layout>
</widget>
</item>
2023-02-14 14:46:08 +00:00
<item >
<spacer name= "verticalSpacer" >
<property name= "orientation" >
2025-06-09 10:44:17 +01:00
<enum > Qt::Orientation::Vertical</enum>
2023-02-14 14:46:08 +00:00
</property>
<property name= "sizeHint" stdset= "0" >
<size >
<width > 20</width>
<height > 40</height>
</size>
</property>
</spacer>
</item>
2022-02-09 16:41:40 +00:00
<item >
<layout class= "QHBoxLayout" name= "horizontalLayout" >
<item >
<widget class= "QPushButton" name= "downloadModels" >
<property name= "toolTip" >
<string > Download 3D models. It is recommended to restart SDRangel after download.</string>
</property>
<property name= "text" >
<string > Download 3D Models (1.6GB)</string>
</property>
</widget>
</item>
2023-02-14 14:46:08 +00:00
<item >
<widget class= "QToolButton" name= "getAirportDB" >
<property name= "toolTip" >
<string > Download the latest OurAirports airport databases (10MB)</string>
</property>
<property name= "text" >
<string />
</property>
<property name= "icon" >
2025-06-09 10:44:17 +01:00
<iconset resource= "mapicons.qrc" >
2023-02-14 14:46:08 +00:00
<normaloff > :/map/icons/controltower.png</normaloff> :/map/icons/controltower.png</iconset>
</property>
</widget>
</item>
<item >
<widget class= "QToolButton" name= "getAirspacesDB" >
<property name= "toolTip" >
<string > Download airspaces and NAVAIDs from OpenAIP (40MB)</string>
</property>
<property name= "text" >
<string />
</property>
<property name= "icon" >
2025-06-09 10:44:17 +01:00
<iconset resource= "mapicons.qrc" >
2023-02-14 14:46:08 +00:00
<normaloff > :/map/icons/vor.png</normaloff> :/map/icons/vor.png</iconset>
</property>
</widget>
</item>
2024-02-27 15:40:06 +00:00
<item >
<widget class= "QToolButton" name= "getWaypoints" >
<property name= "toolTip" >
<string > Download aviation waypoints (3MB)</string>
</property>
<property name= "text" >
<string />
</property>
<property name= "icon" >
2025-06-09 10:44:17 +01:00
<iconset resource= "mapicons.qrc" >
2024-02-27 15:40:06 +00:00
<normaloff > :/map/icons/waypoints.png</normaloff> :/map/icons/waypoints.png</iconset>
</property>
</widget>
</item>
2022-02-09 16:41:40 +00:00
<item >
<spacer name= "horizontalSpacer" >
<property name= "orientation" >
2025-06-09 10:44:17 +01:00
<enum > Qt::Orientation::Horizontal</enum>
2022-02-09 16:41:40 +00:00
</property>
<property name= "sizeHint" stdset= "0" >
<size >
<width > 40</width>
<height > 20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
2023-02-14 14:46:08 +00:00
<widget class= "QWidget" name= "mapItemsTab" >
<attribute name= "title" >
<string > Map Items</string>
</attribute>
<layout class= "QHBoxLayout" name= "horizontalLayout_2" >
<item >
<widget class= "QTableWidget" name= "mapItemSettings" >
<property name= "selectionMode" >
2025-06-09 10:44:17 +01:00
<enum > QAbstractItemView::SelectionMode::NoSelection</enum>
2023-02-14 14:46:08 +00:00
</property>
<column >
<property name= "text" >
<string > Enabled</string>
</property>
<property name= "toolTip" >
<string > Whether items of this type will be displayed on the maps</string>
</property>
</column>
<column >
<property name= "text" >
<string > 2D Icon</string>
</property>
<property name= "toolTip" >
<string > Whether to display icon on 2D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 2D Label</string>
</property>
<property name= "toolTip" >
<string > Whether to display label on 2D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 2D Min Zoom</string>
</property>
</column>
<column >
<property name= "text" >
<string > 2D Colour</string>
</property>
<property name= "toolTip" >
<string > Track colour or 2D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Model</string>
</property>
<property name= "toolTip" >
<string > Whether to display model on 3D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Min Pixels</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Label</string>
</property>
<property name= "toolTip" >
<string > Whether to display label on 3D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Point</string>
</property>
<property name= "toolTip" >
<string > Whether to display a point on 3D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Colour</string>
</property>
</column>
<column >
<property name= "text" >
<string > 3D Label Scale</string>
</property>
<property name= "toolTip" >
<string > Scale factor for label on 3D map</string>
</property>
</column>
<column >
<property name= "text" >
<string > Filter Name</string>
</property>
<property name= "toolTip" >
<string > Regular expression to filter by name (Only items with names matching the pattern will be displayed)</string>
</property>
</column>
<column >
<property name= "text" >
<string > Filter Distance (km)</string>
</property>
<property name= "toolTip" >
<string > Filter objects further than this distance in km away from My Position</string>
</property>
</column>
2025-06-09 10:44:17 +01:00
<column >
<property name= "text" >
<string > Smoothing Window</string>
</property>
<property name= "toolTip" >
<string > How many coordinates to apply smoothing filter to. Set to 0 for no smoothing.</string>
</property>
</column>
<column >
<property name= "text" >
<string > Smoothing Lambda</string>
</property>
<property name= "toolTip" >
<string > Smoothing parameter. Higher values result in more smoothing.</string>
</property>
</column>
2023-02-14 14:46:08 +00:00
</widget>
</item>
</layout>
</widget>
2022-02-09 16:41:40 +00:00
<widget class= "QWidget" name= "apiKeysTab" >
<attribute name= "title" >
<string > API Keys</string>
</attribute>
<layout class= "QVBoxLayout" name= "verticalLayout_4" >
<item >
<widget class= "QGroupBox" name= "apiKeys" >
<property name= "title" >
<string > API Keys</string>
2022-02-04 20:40:43 +00:00
</property>
2022-02-09 16:41:40 +00:00
<layout class= "QFormLayout" name= "formLayout_3" >
<item row= "0" column= "0" >
<widget class= "QLabel" name= "thunderforestAPIKeyLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Thunderforest API Key</string>
</property>
</widget>
</item>
<item row= "0" column= "1" >
<widget class= "QLineEdit" name= "thunderforestAPIKey" >
<property name= "toolTip" >
<string > Enter a Thunderforest API key in order to use non-watermarked Thunderforest maps: https://www.thunderforest.com/</string>
</property>
</widget>
</item>
<item row= "1" column= "0" >
<widget class= "QLabel" name= "maptilerAPIKeyLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Maptiler API Key</string>
</property>
</widget>
</item>
<item row= "1" column= "1" >
<widget class= "QLineEdit" name= "maptilerAPIKey" >
<property name= "toolTip" >
<string > Enter a Maptiler API key in order to use Maptiler maps: https://www.maptiler.com/</string>
</property>
</widget>
</item>
<item row= "2" column= "0" >
<widget class= "QLabel" name= "mapBoxAPIKeyLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Mapbox API Key</string>
</property>
</widget>
</item>
<item row= "2" column= "1" >
<widget class= "QLineEdit" name= "mapBoxAPIKey" >
<property name= "toolTip" >
<string > Enter a Mapbox API key in order to use Mapbox maps: https://www.mapbox.com/</string>
</property>
</widget>
</item>
<item row= "3" column= "0" >
<widget class= "QLabel" name= "cesiumIonAPIKeyLabel" >
<property name= "minimumSize" >
<size >
<width > 140</width>
<height > 0</height>
</size>
</property>
<property name= "text" >
<string > Cesium Ion API Key</string>
</property>
</widget>
</item>
<item row= "3" column= "1" >
<widget class= "QLineEdit" name= "cesiumIonAPIKey" >
<property name= "toolTip" >
<string > Enter a Cesium Ion Access Token</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "5" column= "0" >
2023-02-14 14:46:08 +00:00
<widget class= "QLabel" name= "checkWXAPIKeyLabel" >
<property name= "text" >
<string > CheckWX API key</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "5" column= "1" >
2023-02-14 14:46:08 +00:00
<widget class= "QLineEdit" name= "checkWXAPIKey" >
<property name= "toolTip" >
<string > checkwxapi.com API key for accessing airport weather (METARs)</string>
</property>
</widget>
</item>
2025-06-09 10:44:17 +01:00
<item row= "4" column= "0" >
<widget class= "QLabel" name= "arcGISAPIKeyLabel" >
<property name= "text" >
<string > ArcGIS API Key</string>
</property>
</widget>
</item>
<item row= "4" column= "1" >
<widget class= "QLineEdit" name= "arcGISAPIKey" >
<property name= "toolTip" >
<string > Enter an ArcGIS API Key</string>
</property>
</widget>
</item>
2022-02-09 16:41:40 +00:00
</layout>
</widget>
</item>
</layout>
</widget>
2021-02-26 20:30:59 +00:00
</widget>
</item>
2021-01-22 14:54:22 +00:00
</layout>
</widget>
</item>
<item >
<widget class= "QDialogButtonBox" name= "buttonBox" >
<property name= "orientation" >
2025-06-09 10:44:17 +01:00
<enum > Qt::Orientation::Horizontal</enum>
2021-01-22 14:54:22 +00:00
</property>
<property name= "standardButtons" >
2025-06-09 10:44:17 +01:00
<set > QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
2021-01-22 14:54:22 +00:00
</property>
</widget>
</item>
</layout>
</widget>
2022-02-04 20:40:43 +00:00
<tabstops >
<tabstop > map2DEnabled</tabstop>
<tabstop > mapProvider</tabstop>
<tabstop > osmURL</tabstop>
<tabstop > mapBoxStyles</tabstop>
<tabstop > map3DEnabled</tabstop>
<tabstop > terrain</tabstop>
<tabstop > buildings</tabstop>
<tabstop > sunLightEnabled</tabstop>
<tabstop > eciCamera</tabstop>
2025-06-09 10:44:17 +01:00
<tabstop > msaa</tabstop>
2022-02-09 16:41:40 +00:00
<tabstop > downloadModels</tabstop>
2022-02-04 20:40:43 +00:00
<tabstop > thunderforestAPIKey</tabstop>
<tabstop > maptilerAPIKey</tabstop>
<tabstop > mapBoxAPIKey</tabstop>
<tabstop > cesiumIonAPIKey</tabstop>
</tabstops>
2023-02-14 14:46:08 +00:00
<resources >
2025-06-09 10:44:17 +01:00
<include location= "mapicons.qrc" />
2023-02-14 14:46:08 +00:00
</resources>
2021-01-22 14:54:22 +00:00
<connections >
<connection >
<sender > buttonBox</sender>
<signal > accepted()</signal>
<receiver > MapSettingsDialog</receiver>
<slot > accept()</slot>
<hints >
<hint type= "sourcelabel" >
<x > 248</x>
<y > 254</y>
</hint>
<hint type= "destinationlabel" >
<x > 157</x>
<y > 274</y>
</hint>
</hints>
</connection>
<connection >
<sender > buttonBox</sender>
<signal > rejected()</signal>
<receiver > MapSettingsDialog</receiver>
<slot > reject()</slot>
<hints >
<hint type= "sourcelabel" >
<x > 316</x>
<y > 260</y>
</hint>
<hint type= "destinationlabel" >
<x > 286</x>
<y > 274</y>
</hint>
</hints>
</connection>
</connections>
</ui>