Compare commits
No commits in common. "9ae6393d9dfb0a7d17bfddcb84f89b64b1805b87" and "883d43adb4661af7e34e8d5f4028b1eb78ee209b" have entirely different histories.
9ae6393d9d
...
883d43adb4
Binary file not shown.
BIN
Tuto_acoused.odp
BIN
Tuto_acoused.odp
Binary file not shown.
BIN
Tuto_acoused.pdf
BIN
Tuto_acoused.pdf
Binary file not shown.
Binary file not shown.
|
|
@ -172,7 +172,7 @@ class Ui_MainWindow(object):
|
|||
self.actionAbout.setObjectName("actionAbout")
|
||||
|
||||
self.actionUserManual = QtWidgets.QAction(self.mainwindow)
|
||||
self.actionUserManual.setText("Tuto Acoused")
|
||||
self.actionUserManual.setText("User Manual")
|
||||
|
||||
self.action_AcousticInversionTheory = QtWidgets.QAction(self.mainwindow)
|
||||
self.action_AcousticInversionTheory.setText("Acoustic inversion theory")
|
||||
|
|
@ -312,7 +312,6 @@ class Ui_MainWindow(object):
|
|||
)
|
||||
|
||||
def open_doc_file(self, filename):
|
||||
print(self.current_file_path("filename.pdf"))
|
||||
QtGui.QDesktopServices.openUrl(
|
||||
QtCore.QUrl(
|
||||
f"file://{self.current_file_path(filename)}"
|
||||
|
|
@ -320,7 +319,7 @@ class Ui_MainWindow(object):
|
|||
)
|
||||
|
||||
def user_manual(self):
|
||||
self.open_doc_file('Tuto_acoused.pdf')
|
||||
self.open_doc_file('AcouSed_UserManual.pdf')
|
||||
|
||||
def inversion_acoustic_theory(self):
|
||||
self.open_doc_file('Acoustic_Inversion_theory.pdf')
|
||||
|
|
|
|||
Loading…
Reference in New Issue