src/eric7/Project/ProjectBrowser.py

branch
pdf_viewer
changeset 9697
cdaa3cc805f7
parent 9653
e67609152c5e
child 9832
3885b9d7bd31
child 10069
435cc5875135
--- a/src/eric7/Project/ProjectBrowser.py	Thu Jan 12 14:01:40 2023 +0100
+++ b/src/eric7/Project/ProjectBrowser.py	Thu Jan 12 18:08:12 2023 +0100
@@ -50,6 +50,7 @@
     @signal designerFile(filename) emitted to open a Qt-Designer file (str)
     @signal linguistFile(filename) emitted to open a Qt-Linguist (*.ts)
         file (str)
+    @signal pdfFile(filename) emitted to open a PDF file (str)
     @signal pixmapEditFile(filename) emitted to edit a pixmap file (str)
     @signal pixmapFile(filename) emitted to open a pixmap file (str)
     @signal preferencesChanged() emitted when the preferences have been changed
@@ -80,6 +81,7 @@
     closeSourceWindow = pyqtSignal(str)
     designerFile = pyqtSignal(str)
     linguistFile = pyqtSignal(str)
+    pdfFile = pyqtSignal(str)
     pixmapEditFile = pyqtSignal(str)
     pixmapFile = pyqtSignal(str)
     preferencesChanged = pyqtSignal()

eric ide

mercurial