Connect the edit and view buttons

This commit is contained in:
Veronica Berglyd Olsen
2023-11-15 21:38:45 +01:00
parent 565350fcfb
commit 2fc8e43e71
2 changed files with 55 additions and 7 deletions
+3
View File
@@ -286,6 +286,9 @@ class GuiMain(QMainWindow):
self.docViewer.loadDocumentTagRequest.connect(self._followTag)
self.docViewer.togglePanelVisibility.connect(self._toggleViewerPanelVisibility)
self.docViewerPanel.loadDocumentTagRequest.connect(self._followTag)
self.docViewerPanel.openDocumentRequest.connect(self._openDocument)
self.outlineView.loadDocumentTagRequest.connect(self._followTag)
self.outlineView.openDocumentRequest.connect(self._openDocument)