How to show ahp_calculator using webEngineView.setHtml in PyQt5

Viewed 28

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:

enter image description here

I found ways to display maps, Tables and Plotes using SetHtml. But how to render and display ahp_calculator?

0 Answers
Related