This toolkit is an open source resource intended for use with the ArcGIS Maps SDK for Qt. It provides ready made components to complement mapping and GIS applications. Because it is open source you are encouraged to modify these tools and add your own.
To use the toolkit, you need to copy this repository onto your development machine.
You can do this by doing either of the following:
- Cloning this repo using Git (using the the URL: https://github.com/Esri/arcgis-maps-sdk-toolkit-qt.git) to your preferred location on your development machine.
- Downloading the .zip version of the repo and unzipping it to your preferred location on your development machine. Do this by clicking the green "Code" button above and clicking the "Download ZIP" option.
Qt Quick UI components - these are components that compliment your MapView
or SceneView
by adding them to your Qt project's .qml files (QML based UI development). They are components like: AuthenticationView, NorthArrow, OverviewMap, TimeSlider, and so forth. Using these components are very beneficial for device based apps like phones and tablets.
Qt Widgets UI components - these are components that compliment your MapView
or SceneView
by adding them to your projects .cpp files. They are components like: AuthenticationView, NorthArrow, OverviewMap, TimeSlider, and so forth. Using these components are very beneficial for traditional desktop based apps.
The following table lists the various UI components available depending on how your Qt project was created with either Qt Quick UI or Qt Widgets UI components.
Tool | Qt Quick UI components | Qt Widgets UI components |
---|---|---|
AuthenticationView | ✔ | ✔ |
BasemapGallery | ✔ | ✔ |
BookmarksView | ✔ | ✔ |
Callout | ✔ | |
CoordinateConversion | ✔ | ✔ |
FloorFilter | ✔ | ✔ |
NorthArrow | ✔ | ✔ |
OverviewMap | ✔ | ✔ |
PopupStackView | ✔ | |
PopupView | ✔ | |
Scalebar | ✔ | |
SearchView | ✔ | |
TimeSlider | ✔ | |
UtilityNetworkTrace | ✔ |
Calcite style - this feature provides visual styles that enable you to create beautiful and consistent experiences using the Calcite web style for Esri on UI controls you have in your app. These styles are QML compatible and are configured by adding them to your .qml files. The styles include options for creating Light and Dark themed UI's in you app. There are over 30 styles available that can be used on Qt controls like: Button, CheckBox, Menu, RadioButton, ToolBar, and so forth.
Augmented Reality - these are UI components and C++ classes that provide Augmented Reality (AR) support for ARKit for iOS apps and ARCore for Android apps. AR experiences enhance the physical world with virtual content that respects real world scale, position, and orientation of a device. A SceneView
object displays 3D geographic AR data as virtual content on top of a camera feed of the real, physical world.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Copyright 2019-2022 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.