move python source file to Cleopatra
This commit is contained in:
parent
f5a055cf07
commit
3a41e13fdf
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"InFileCreator.C": "cpp"
|
"InFileCreator.C": "cpp"
|
||||||
}
|
},
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"./Cleopatra"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -10,10 +10,10 @@ from PyQt6.QtWidgets import (
|
||||||
QFileDialog, QGroupBox, QVBoxLayout, QSpinBox, QDoubleSpinBox
|
QFileDialog, QGroupBox, QVBoxLayout, QSpinBox, QDoubleSpinBox
|
||||||
)
|
)
|
||||||
from PyQt6.QtCore import Qt
|
from PyQt6.QtCore import Qt
|
||||||
from PyQt6.QtGui import QTextCursor
|
|
||||||
|
sys.path.append(os.path.join(os.path.dirname(__file__), '../Cleopatra'))
|
||||||
|
|
||||||
from CustomTextEdit import CustomTextEdit
|
from CustomTextEdit import CustomTextEdit
|
||||||
|
|
||||||
from ExtractXsecPy import extract_xsec
|
from ExtractXsecPy import extract_xsec
|
||||||
from ExWindow import ExWindow
|
from ExWindow import ExWindow
|
||||||
from MatPlotLibWindow import MatPlotLibWindow
|
from MatPlotLibWindow import MatPlotLibWindow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user