<?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 can Qt viewer be opened from ArcGIS? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244131#M1254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like it would be possible, I suppose. You would likely need to make some ArcObjects add-in for ArcMap so that when you clicked on a point, it called some batch file (or something else), passed in some attributes to it, and then that batch file pulled up your Qt app with whatever info you needed. There are probably lots of ways to go about this, but I don't have an example for you, unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 18:49:28 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2016-03-29T18:49:28Z</dc:date>
    <item>
      <title>How can Qt viewer be opened from ArcGIS?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244128#M1251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I have a standalone Qt viewer. I want to open Qt viewer from ArcGIS when user clicks on any point in a point shapefile and Qt viewer shows the data from attribute table of that shapefile.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Any help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2016 07:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244128#M1251</guid>
      <dc:creator>VikasRanga</dc:creator>
      <dc:date>2016-03-26T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can Qt viewer be opened from ArcGIS?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244129#M1252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate what you mean by a Qt viewer? When you say you want to open the viewer from ArcGIS, do you mean ArcMap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 16:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244129#M1252</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-28T16:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can Qt viewer be opened from ArcGIS?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244130#M1253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lucas,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Qt viewer means a standalone application developed using &lt;A href="http://www.qt.io/"&gt;Qt&lt;/A&gt;​ to view some information. Yes, I mean ArcMap.&lt;/P&gt;&lt;P&gt;I want to make a connection of this Qt application with a point shapefile opened in ArcMap. When I click on any point from that shapefile in ArcMap then Qt application should be opened and extract the attribute information of that particular point. &lt;/P&gt;&lt;P&gt;Any help will be appreciated, thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 04:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244130#M1253</guid>
      <dc:creator>VikasRanga</dc:creator>
      <dc:date>2016-03-29T04:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can Qt viewer be opened from ArcGIS?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244131#M1254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like it would be possible, I suppose. You would likely need to make some ArcObjects add-in for ArcMap so that when you clicked on a point, it called some batch file (or something else), passed in some attributes to it, and then that batch file pulled up your Qt app with whatever info you needed. There are probably lots of ways to go about this, but I don't have an example for you, unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244131#M1254</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2016-03-29T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can Qt viewer be opened from ArcGIS?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244132#M1255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lucas,&lt;/P&gt;&lt;P&gt;Thank you very much for the reply.&lt;/P&gt;&lt;P&gt;We will try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-qt-viewer-be-opened-from-arcgis/m-p/244132#M1255</guid>
      <dc:creator>VikasRanga</dc:creator>
      <dc:date>2016-03-30T07:33:38Z</dc:date>
    </item>
  </channel>
</rss>

