mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: render the dive profile on top of QWebView
We render the dive profile over the QWebView to the QPainter. This helps us not to save the SVG images to disk and then render them again to the webview. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
1040f0d4e5
commit
cd30e11672
3 changed files with 70 additions and 5 deletions
|
@ -180,8 +180,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<div class="diveProfile">
|
||||
<h1> Dive profile area </h1>
|
||||
<div class="diveProfile" id="dive_{{ dive.number }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="notesPart">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue