<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qt C++ Widgets Samples in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1198002#M4656</link>
    <description>&lt;P&gt;Yes, it's definitely possible. The actual C++ back end code will be nearly identical. You can disregard the QML portions of the samples, as those are just the UI - you'd use Qt Widgets for your UI instead.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2022 14:42:14 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2022-08-01T14:42:14Z</dc:date>
    <item>
      <title>Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1196246#M4650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are there any Qt C++ Widgets samples for -&lt;/P&gt;&lt;P&gt;1. Generating offline map for preplanned area and storing it locally&lt;/P&gt;&lt;P&gt;2. Generating offline map on-demand and storing it locally&lt;/P&gt;&lt;P&gt;3. Loading a stored offline map&lt;/P&gt;&lt;P&gt;4. Get GPS coordinates from user inputs like mouse click&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1196246#M4650</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-07-27T11:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1196332#M4652</link>
      <description>&lt;P&gt;We don't have specific Widgets samples for these, but we have C++ Qt Quick samples. The actual code to perform these is nearly identical (the only difference between Widgets and Qt Quick is MapQuickView and MapGraphicsView class).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Offline map on demand -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Preplanned offline map -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/DownloadPreplannedMap" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/DownloadPreplannedMap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load mobile map package -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get coordinates from mouse click - connect to the mouse clicked signal (&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mapgraphicsview.html#mouseClicked" target="_blank"&gt;https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mapgraphicsview.html#mouseClicked&lt;/A&gt;) and then call screenToLocation to convert the screen point to map point&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mapview.html#screenToLocation" target="_blank"&gt;https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mapview.html#screenToLocation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 14:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1196332#M4652</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-07-27T14:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1197913#M4655</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/184785"&gt;@LucasDanzinger&lt;/a&gt; thanks for the response, I was looking for Widgets samples as I didn't want to involve QMLs. Is this actually even possible?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 11:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1197913#M4655</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-01T11:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1198002#M4656</link>
      <description>&lt;P&gt;Yes, it's definitely possible. The actual C++ back end code will be nearly identical. You can disregard the QML portions of the samples, as those are just the UI - you'd use Qt Widgets for your UI instead.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 14:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1198002#M4656</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-08-01T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1200309#M4658</link>
      <description>&lt;P&gt;Does the GenerateOfflineMap example actually create the .mmpk which the OpenMobileMap_MapPackage example requires..?&lt;/P&gt;&lt;P&gt;Since the GenerateOfflineMap example was generating the files in tmp, I updated the path to a different path on my drive. When I check this path after running the example, there is no .mmpk file in this path. There is a .mmap file in the one of the subdirectories but this does not work with the OpenMobileMap_MapPackage example.&lt;/P&gt;&lt;P&gt;What am I doing wrong here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 10:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1200309#M4658</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-08T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1200401#M4659</link>
      <description>&lt;P&gt;The data is available for download on ArcGIS Online. Details are in the sample readme -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage#offline-data" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage#offline-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:56:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1200401#M4659</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-08-08T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1201174#M4660</link>
      <description>&lt;P&gt;Hi, the details from the sample readme file are only for the Yellowstone map that is in the example. How can I generate this .mmpk file for any other map that I have created on my account in Map Viewer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 06:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1201174#M4660</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-10T06:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1205373#M4696</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/184785"&gt;@LucasDanzinger&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong but I need to have ArcGIS Pro in order to create an .mmpk file for a map that I have created?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 13:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1205373#M4696</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-23T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1205870#M4699</link>
      <description>&lt;P&gt;You can create a MMPK in Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also generate one on-demand from a web map using our OfflineMapTask. This sample demonstrates how to do this&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 15:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1205870#M4699</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-08-24T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206290#M4703</link>
      <description>&lt;P&gt;yeah but the on demand web map using the OfflineMapTask gets deleted after the program exits, I would like to store the maps in a location on my hard drive from where I can load them completely offline at a later point.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 11:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206290#M4703</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-25T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206316#M4704</link>
      <description>&lt;P&gt;The sample itself deletes the mmpk on exit by use QTemporaryDir. If you modify it to output to a different non-temp location, it won't be deleted.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206316#M4704</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-08-25T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206688#M4708</link>
      <description>&lt;P&gt;Are you sure? As I have already tried providing a different path in the following line of code in GenerateOfflineMap.cpp of the example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GenerateOfflineMapJob* generateJob = m_offlineMapTask-&amp;gt;generateOfflineMap(params, "/home/mypath/" + "/offlinemap");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It generated the files at the specified path but there was no .mmpk file in this.&lt;BR /&gt;There was mobile_map.mmap file in this but this does not work with the OpenMobileMapPackage example.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 11:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206688#M4708</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-26T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206742#M4709</link>
      <description>&lt;P&gt;The directory with the mmap and various other files is an "unpacked" mobile map package. The constructor to MobileMapPackage takes either the path to a file with .mmpk extension or to the directory of an unpacked mobile map package.&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mobilemappackage.html#MobileMapPackage" target="_blank"&gt;https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-mobilemappackage.html#MobileMapPackage&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 14:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206742#M4709</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2022-08-26T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qt C++ Widgets Samples</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206793#M4710</link>
      <description>&lt;P&gt;ah i see! thanks a lot for all your help! we can close this one now...&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 15:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-c-widgets-samples/m-p/1206793#M4710</guid>
      <dc:creator>RitvikRanadive</dc:creator>
      <dc:date>2022-08-26T15:49:55Z</dc:date>
    </item>
  </channel>
</rss>

