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
Solved! Go to Solution.
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
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
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.