User Manual is replaced by Tuto acoused
parent
88b93bd011
commit
2dd387e8ac
Binary file not shown.
Binary file not shown.
|
|
@ -172,7 +172,7 @@ class Ui_MainWindow(object):
|
||||||
self.actionAbout.setObjectName("actionAbout")
|
self.actionAbout.setObjectName("actionAbout")
|
||||||
|
|
||||||
self.actionUserManual = QtWidgets.QAction(self.mainwindow)
|
self.actionUserManual = QtWidgets.QAction(self.mainwindow)
|
||||||
self.actionUserManual.setText("User Manual")
|
self.actionUserManual.setText("Tuto Acoused")
|
||||||
|
|
||||||
self.action_AcousticInversionTheory = QtWidgets.QAction(self.mainwindow)
|
self.action_AcousticInversionTheory = QtWidgets.QAction(self.mainwindow)
|
||||||
self.action_AcousticInversionTheory.setText("Acoustic inversion theory")
|
self.action_AcousticInversionTheory.setText("Acoustic inversion theory")
|
||||||
|
|
@ -312,6 +312,7 @@ class Ui_MainWindow(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
def open_doc_file(self, filename):
|
def open_doc_file(self, filename):
|
||||||
|
print(self.current_file_path("filename.pdf"))
|
||||||
QtGui.QDesktopServices.openUrl(
|
QtGui.QDesktopServices.openUrl(
|
||||||
QtCore.QUrl(
|
QtCore.QUrl(
|
||||||
f"file://{self.current_file_path(filename)}"
|
f"file://{self.current_file_path(filename)}"
|
||||||
|
|
@ -319,7 +320,7 @@ class Ui_MainWindow(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
def user_manual(self):
|
def user_manual(self):
|
||||||
self.open_doc_file('AcouSed_UserManual.pdf')
|
self.open_doc_file('Tuto_acoused.pdf')
|
||||||
|
|
||||||
def inversion_acoustic_theory(self):
|
def inversion_acoustic_theory(self):
|
||||||
self.open_doc_file('Acoustic_Inversion_theory.pdf')
|
self.open_doc_file('Acoustic_Inversion_theory.pdf')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue