I'm trying to show the following code results on webEngineView.setHtml:
from ahp_calculator import ahp_calculator
AC = ahp_calculator()
AC.open_calculator()
So it will be displayed in the right box (instead of folium map) after clicking a button on the left as shown in the figure below:
I found ways to display maps, Tables and Plotes using SetHtml. But how to render and display ahp_calculator?
