CopieAboutForm en trop
This commit is contained in:
parent
ec175643bc
commit
65b24ff13d
@ -20,7 +20,7 @@ from .tools.resources import (
|
||||
maj_verif,
|
||||
)
|
||||
from .flux_editor import Flux_Editor
|
||||
from .about_form import FluxAboutDialog
|
||||
from .about_form import AboutDialog
|
||||
|
||||
from PyQt5.QtCore import *
|
||||
|
||||
@ -71,7 +71,7 @@ class PgFlux:
|
||||
"""
|
||||
About dialog
|
||||
"""
|
||||
dialog = CopieAboutDialog(iface)
|
||||
dialog = AboutDialog(iface)
|
||||
dialog.exec_()
|
||||
def open_help():
|
||||
""" Open the online help. """
|
||||
|
||||
@ -17,7 +17,7 @@ ABOUT_FORM_CLASS, _ = uic.loadUiType(
|
||||
)
|
||||
|
||||
|
||||
class FluxAboutDialog(QDialog, ABOUT_FORM_CLASS):
|
||||
class AboutDialog(QDialog, ABOUT_FORM_CLASS):
|
||||
|
||||
""" About - Let the user display the about dialog. """
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user