printing HTML table in PyQt6
The essue is to print QTableWidget from my PyQt6 application. It actually works, but there is a small problem: I have tables embedded in the main table and i'd like those tables to fill complitly parent cells (100% of its…