Skip to content
Snippets Groups Projects
Commit c98afc52 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/main_window.py

parent 46c252a2
No related branches found
No related tags found
1 merge request!16#35 pdf preview
Pipeline #72536 failed
......@@ -481,7 +481,7 @@ class InlineEditableSOIView(QScrollArea):
delta = pos_new - pos_old
self.view.translate(delta.x(), delta.y())
# pylint: disable=r0903
class PDFPreviewWidget(QWebEngineView):
"""Widget to preview PDFs using QWebEngineView with PDF plugin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment