]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Lets play a little bit with a new Model ... BarModel
authorjh777916 <juba.hamma@cea.fr>
Tue, 5 Sep 2023 08:21:35 +0000 (10:21 +0200)
committerjh777916 <juba.hamma@cea.fr>
Tue, 5 Sep 2023 08:21:35 +0000 (10:21 +0200)
commiteb4704c625137688cb7d1bb86dd4a45f79a17889
tree3e5a9b9dec6049465701baee5637b9788fdecc7f
parent71b8023f691a173dd9ccd04087b916a62f2594a4
Lets play a little bit with a new Model ... BarModel
12 files changed:
src/LightApp/LightApp_Application.cxx
src/LightApp/LightApp_Application.cxx.orig [new file with mode: 0644]
tools/CurvePlot/src/python/controller/PlotController.py
tools/CurvePlot/src/python/controller/__init__.py
tools/CurvePlot/src/python/model/BarModel.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/XYPlotSetModel.py
tools/CurvePlot/src/python/test/PlotCurve_Standalone_test.py [new file with mode: 0755]
tools/CurvePlot/src/python/test/SalomePyQt_MockUp [new file with mode: 0644]
tools/CurvePlot/src/python/test/TestDesktop_test.py [new file with mode: 0755]
tools/CurvePlot/src/python/test/__pycache__/TestDesktop.cpython-36.pyc [new file with mode: 0644]
tools/CurvePlot/src/python/test/__pycache__/TestDesktop_test.cpython-36.pyc [new file with mode: 0644]
tools/CurvePlot/src/python/views/CurveView.py