You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ Current Release: 100.3
6
6
This project contains QML source code for controls and utilities you can use with the [ArcGIS Runtime SDK for Qt](http://developers.arcgis.com/qt). There are QML examples in this repo that demonstrate the use of these controls and how they can be used as resuable building blocks for your QML-based ArcGIS applications.
7
7
8
8
## Features
9
-
- UserCredentials Dialog - A dialog that takes in a username and password. It can be connected with a UserCredentials instance and a Portal instance to sign into Portal for ArcGIS or ArcGIS Online. The dialog is customizable, as the top banner and several labels can be changed.
10
9
- AuthenticationView Dialog - A wrapper view that will automatically display the proper authentication view for any of the supported authentication types (OAuth, Token, HTTP Basic, HTTP Digest, SAML, PKI).
11
10
- ClientCertificateView Dialog - A dialog for handling PKI authentication.
12
11
- OAuth2View Dialog - A dialog for handling OAuth authentication.
13
12
- SslHandshakeView Dialog - A dialog for allowing/blocking SSL Handshake related issues.
14
13
- UserCredentialsView Dialog - A generic dialog for handling username/password authentication.
15
14
- Callout Control - A view for displaying information at a geographic location on the map.
16
15
- PopupView Control - A view for displaying attributes and attachments for features.
16
+
- TimeSlider Control - A control for visualizing temporal data by changing the currently visible time extent.
17
+
- Compass Control (C++ only) - A compass (aka north arrow) control for indicating which direction is north.
18
+
- Coordinate Conversion Control (C++ Only) - A tool for assisting in converting coordinates from one format to another.
17
19
18
20
## Setup instructions
19
21
@@ -58,6 +60,8 @@ The `master` branch contains toolkit components for the current, most up-to-date
0 commit comments