Appstudio Quick Report: Map and Camera on Same Page with Form?

728
2
Jump to solution
09-05-2019 12:59 PM
AlexP_
by
Occasional Contributor III

Hello team,

Please see screenshot. I have an AppStudio 4.0 Desktop Edition with Quick Report. Edit in QT creator. Is it possible to add location map and camera on same page with add details/form together? Currently, default quick report has separate page with location map, camera and add details/ form. Please advise as soon as possible. Thank you team.

cc: AppStudio for ArcGIS

0 Kudos
1 Solution

Accepted Solutions
ErwinSoekianto
Esri Regular Contributor

Alex, 

This is possible, you would need to move the code that is responsible for the component(s) that you want to move it from each of the pages. For your reference, these are the qml page for the pages you mentioned

Map Page - QuickReport/pages/RefineLocationPage.qml

Add Details Page - QuickReport/pages/AddDetailsPage.qml

"Camera" Page - QuickReport/pages/AddPhotoPage.qml

Thank you,

Erwin

View solution in original post

0 Kudos
2 Replies
ErwinSoekianto
Esri Regular Contributor

Alex, 

This is possible, you would need to move the code that is responsible for the component(s) that you want to move it from each of the pages. For your reference, these are the qml page for the pages you mentioned

Map Page - QuickReport/pages/RefineLocationPage.qml

Add Details Page - QuickReport/pages/AddDetailsPage.qml

"Camera" Page - QuickReport/pages/AddPhotoPage.qml

Thank you,

Erwin

0 Kudos
AlexP_
by
Occasional Contributor III

Erwin,

Thank you for reply. Do I copy "Map Page"/"Camera Page" and put it in "Add Details Page"? "Refine Location Page" has many lines. I am not sure if I am reading the right part.

0 Kudos