Arcgis Runtime Samples Qt Versions Save

ArcGIS Maps SDK for Qt Samples

200.4.0.4203

1 month ago

200.3.0.4075

5 months ago

New samples

Enhancements

Bug fixes

  • Fixed symbols are not displayed issue in Create symbol styles from web styles sample
  • Fixed sample app problem with Qt 6.5.3: Error: Unknown method return type
  • Fixed QML Animate 3D symbols sample hangs UI for a few seconds on start

200.2.0.final

8 months ago

New samples

Enhancements

  • Added a Home screen to the sample viewer that features the new and the most commonly referenced samples.
  • Removed telemetry from the sample viewers.
  • Updated many samples' UI to work with Qt 6.5.1's updated Material theme.
  • Enforced the light theme UI in all samples for a consistent user experience.
  • Updated the XML methods in QML Graphics overlay (dictionary renderer) samples to work in Qt 6.
  • Added voice guidance back to the routing samples.
  • Updated the Navigate a route with rerouting sample to use the new asynchronous QFutures methods.
  • Direct3D is now the default rendering API for Windows. Metal is now the default rendering API for macOS and iOS.

Bug fixes

  • Fixed cases where samples' README descriptions did not accurately reflect the sample behavior

200.1.0.3842

1 year ago

ArcGIS Maps SDK for Qt 200.1.0 Samples Release Notes

New Samples

Enhancements

200.0.0.final

1 year ago

ArcGIS Maps SDK for Qt 200.0.0 Release Notes

Enhancements

  • Updated all samples to use Qt 6.
  • Updated all samples to use C++17.
  • Removed version numbers from QML files.
  • Android samples now store offline data in scoped app storage.
  • QML samples now use the ArcGIS Extras library to access the QStandardPaths class for offline data storage.
  • Explicitly pass variables into async slots in QML files.
  • Create and save KML file now saves to a temporary location.
  • WebEngineQuick is no longer optional for samples that require it.
  • Replaced deprecated uses of Job.cancel() with Job.cancelAsync().
  • Samples now make use of QNetworkInformation class exposed through ArcGIS Extras library to determine online state.

Bug Fixes

  • Removed or replaced deprecated QML modules.
  • Fixed a bug where Add items to portal would get stuck on the load step if the sample item was already found in the Portal.
  • Replaced a discontinued elevation source in some scene samples.
  • Fixed a bug where multiple fields could be added to the "Statistical Query (Group Sort)" query and result in an error.
  • Resolved a double-delete warning produced when closing QML Offline Map Overrides.
  • Changed the initialization order of classes in main.cpp files to resolve deprecation warnings.
  • Fixed a bug where QML Display Layer View Draw State would not properly show the draw state.
  • Updated the metadata of the screenshot used for Group Layers to resolve invalid chromaticities warning.
  • Resolved a "non-NOTIFYable property" warning when accessing a layer's name property in QML.
  • Updated discontinued data used in WMTS Layer.
  • Resolved a UI bug where labels would not appear on the controls for Animate 3D Symbols.
  • Resolved multiple instances where properties of undefined components were being referenced.
  • Fixed a bug with Identify KML Features where text would continue out of the popup.
  • Fixed a bug where selected features would not deselect after moving them in QML Edit and Sync Features.
  • Fixed a bug where Browse OGC API Feature Service would crash when attempting to load a layer from an empty list model.
  • Replaced missing tent symbol in Picture Marker Symbol.
  • Fixed a bug where QML Search Dictionary Symbol Style would crash when retrieving symbolUrl.
  • Resolved "null width" warnings in multiple samples.

200.0.0.3648

1 year ago

200.0 Beta 1 is the first release of the SDK to support Qt 6.

200.0.0.3606

1 year ago

ArcGIS Runtime SDK for Qt 100.15.0 Samples Release Notes

New Samples

Enhancements

Bug Fixes

  • Removed deprecated code so that samples build without warnings.

100.15.0.final

1 year ago

ArcGIS Runtime SDK for Qt 100.15.0 Samples Release Notes

New Samples

Enhancements

Bug Fixes

  • Removed deprecated code so that samples build without warnings.

100.14.1.3549

1 year ago

ArcGIS Runtime SDK for Qt 100.14.1.1 Samples Release Notes

New Samples

Enhancements

  • Added Google Analytics telemetry to the sample viewer.
  • Updated deprecated code from C++ and QML samples.

Bug Fixes

  • Fixed a bug in Nearest Vertex where results were being returned in incorrect, planar distances.
  • Fixed a text rendering bug appearing on Macs with M1 chips.

100.14.0.final

1 year ago

ArcGIS Runtime SDK for Qt 100.14 Samples Release Notes

Enhancements

  • Published the source code for the Qt sample viewers to the Qt sample code GitHub repository.
  • Updated Graphics overlay (dictionary renderer) to use ordered anchor points.
  • Added ellipse geometry to Add graphics with renderer.
  • Replaced the deprecated TraceParameters utility network property access with a DefaultTraceParameters() getter function.
  • Upgraded BasemapType raster basemap enums to BasemapStyle vector basemap enums.

Bug Fixes

  • Fixed some samples crashing on iOS because an unnecessary file was not found.