ui_rtsample.h

3694
2
Jump to solution
02-19-2015 03:59 AM
VijdanDemir
New Contributor III

Hello I am new at using Arcgis Qt runtime sdk 10.2.3.

I want to try samples on Qt creator. All samples extend from rtsample class. It is ok but  I can not find ui_rtsample.h file in samplecode folder.

How can I access this file?

thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

Hi Vijdan,

This header isn't available to you, and there is some code in the samples that is relating to making all of the pieces of the sample app come together. We recommend that you read through the code to determine the pieces that you need, and copy those over into a template app, as opposed to migrating the entire header and cpp file over.

Thank you,

Luke

View solution in original post

0 Kudos
2 Replies
LucasDanzinger
Esri Frequent Contributor

Hi Vijdan,

This header isn't available to you, and there is some code in the samples that is relating to making all of the pieces of the sample app come together. We recommend that you read through the code to determine the pieces that you need, and copy those over into a template app, as opposed to migrating the entire header and cpp file over.

Thank you,

Luke

0 Kudos
VijdanDemir
New Contributor III

ok thanks.

0 Kudos