Creat a simple application with Qt C++?

829
2
Jump to solution
12-08-2017 03:45 AM
hoangtruongutm
New Contributor II

Thank you for read my question.

I am a newbie with ArcGis Runtime SKK for Qt C++. I am using version 10.2.6

Can you introduce some thing about make a window with open a exiting map file (*.tpk).

Thank you very much!

0 Kudos
1 Solution

Accepted Solutions
JamesBallard1
Esri Regular Contributor

Hello hoangtruong utm

   I would highly encourage you to start developing any new code with the latest version of the Runtime SDK for Qt. Using the latest version, we have some existing sample code that should get you going quickly.

Here's one way to do it with the latest release (currently 100.1) with the Qt C++ Api.

arcgis-runtime-samples-qt/GenerateGeodatabase.cpp at ad13288a246438c1a4fb1215ac0f029212c8d365 · Esri... 

And here's a way to do it with the Qml Api

arcgis-runtime-samples-qt/GenerateGeodatabase.qml at ad13288a246438c1a4fb1215ac0f029212c8d365 · Esri... 

View solution in original post

2 Replies
JamesBallard1
Esri Regular Contributor

Hello hoangtruong utm

   I would highly encourage you to start developing any new code with the latest version of the Runtime SDK for Qt. Using the latest version, we have some existing sample code that should get you going quickly.

Here's one way to do it with the latest release (currently 100.1) with the Qt C++ Api.

arcgis-runtime-samples-qt/GenerateGeodatabase.cpp at ad13288a246438c1a4fb1215ac0f029212c8d365 · Esri... 

And here's a way to do it with the Qml Api

arcgis-runtime-samples-qt/GenerateGeodatabase.qml at ad13288a246438c1a4fb1215ac0f029212c8d365 · Esri... 

hoangtruongutm
New Contributor II

I'm happy for your answer. Thank again.