<?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: How to migrate from QGraphicsView to MapGraphicsView? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-migrate-from-qgraphicsview-to/m-p/185572#M906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/423938"&gt;Fatma Akdemir&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;We do have some Widgets examples apps in our samples repo. I would encourage you to take a look at those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples_Widgets" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples_Widgets"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples_Widgets at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you check into the templates we provide with our SDK, one of them is a Qt Widgets template. After you run the post installer after SDK installation, our templates will be integrated into Qt Creator. The widgets one will be called "ArcGIS Runtime 100.9 Qt Widgets app", or whatever version you have installed. Here is some info about our templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/develop-your-first-map-app.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/develop-your-first-map-app.htm"&gt;Develop your first map app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The template shows a different workflow than our samples by subclassing QMainWindow and calling setCentralWidget. That might be closer to the pattern you use now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2020 18:11:49 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2020-10-15T18:11:49Z</dc:date>
    <item>
      <title>How to migrate from QGraphicsView to MapGraphicsView?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-migrate-from-qgraphicsview-to/m-p/185571#M905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I have an application (not QML) using Qt's QGraphicsView framework. I want to change my application so that I have a basemap as background and some items on that map. I have a QGraphicsScene in which my items (QGraphicsItem) are added. How can I change my&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;items&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;so that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QGraphicsItem's are added to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Esri::ArcGISRuntime::Map instead of&amp;nbsp;QGraphicsScene? I could not find any example on Internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-migrate-from-qgraphicsview-to/m-p/185571#M905</guid>
      <dc:creator>FatmaAkdemir</dc:creator>
      <dc:date>2020-10-15T06:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate from QGraphicsView to MapGraphicsView?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-migrate-from-qgraphicsview-to/m-p/185572#M906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/423938"&gt;Fatma Akdemir&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;We do have some Widgets examples apps in our samples repo. I would encourage you to take a look at those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples_Widgets" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples_Widgets"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples_Widgets at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you check into the templates we provide with our SDK, one of them is a Qt Widgets template. After you run the post installer after SDK installation, our templates will be integrated into Qt Creator. The widgets one will be called "ArcGIS Runtime 100.9 Qt Widgets app", or whatever version you have installed. Here is some info about our templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/develop-your-first-map-app.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/develop-your-first-map-app.htm"&gt;Develop your first map app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The template shows a different workflow than our samples by subclassing QMainWindow and calling setCentralWidget. That might be closer to the pattern you use now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2020 18:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-migrate-from-qgraphicsview-to/m-p/185572#M906</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2020-10-15T18:11:49Z</dc:date>
    </item>
  </channel>
</rss>

