mirror of https://gitlab.com/pamhyr/pamhyr2
geometry: Rename PlotXY file.
parent
e7b6e66890
commit
41e7eaaf04
|
|
@ -17,7 +17,7 @@ from PyQt5.QtWidgets import (
|
||||||
QApplication, QMainWindow, QFileDialog, QCheckBox
|
QApplication, QMainWindow, QFileDialog, QCheckBox
|
||||||
)
|
)
|
||||||
|
|
||||||
from View.Geometry.reach_plot_xy import PlotXY
|
from View.Geometry.PlotXY import PlotXY
|
||||||
from View.Geometry.mainwindow_ui_reach import Ui_MainWindow
|
from View.Geometry.mainwindow_ui_reach import Ui_MainWindow
|
||||||
from View.Geometry import qtableview_reach
|
from View.Geometry import qtableview_reach
|
||||||
from View.Geometry import window_profileXYZ
|
from View.Geometry import window_profileXYZ
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ from PyQt5.QtCore import (
|
||||||
QCoreApplication
|
QCoreApplication
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
_translate = QCoreApplication.translate
|
_translate = QCoreApplication.translate
|
||||||
|
|
||||||
class PlotXY(APlot):
|
class PlotXY(APlot):
|
||||||
Loading…
Reference in New Issue