added plot dialog
This commit is contained in:
@@ -1,58 +1,58 @@
|
||||
TEMPLATE = app
|
||||
|
||||
TARGET = musrgui
|
||||
target.path = $$(HOME)/analysis/bin
|
||||
INSTALLS += target
|
||||
TEMPLATE = app
|
||||
TARGET = musrgui
|
||||
target.path = $$(HOME)/analysis/bin
|
||||
INSTALLS += target
|
||||
|
||||
# install path for the XML configuration file
|
||||
unix: xml.path = $$(HOME)/analysis/bin/
|
||||
win32: xml.path = $$(HOME)/analysis/bin/
|
||||
unix:xml.path = $$(HOME)/analysis/bin/
|
||||
win32:xml.path = $$(HOME)/analysis/bin/
|
||||
xml.files = musrgui_startup.xml
|
||||
INSTALLS += xml
|
||||
|
||||
CONFIG += qt warn_on debug
|
||||
CONFIG += qt \
|
||||
warn_on \
|
||||
debug
|
||||
|
||||
HEADERS = PTextEdit.h \
|
||||
PSubTextEdit.h \
|
||||
PAdmin.h \
|
||||
PFitOutputHandler.h \
|
||||
PGetDefaultDialog.h \
|
||||
PGetParameterDialog.h \
|
||||
PGetFourierDialog.h \
|
||||
PGetPlotDialog.h
|
||||
|
||||
SOURCES = PTextEdit.cpp \
|
||||
PSubTextEdit.cpp \
|
||||
PAdmin.cpp \
|
||||
PFitOutputHandler.cpp \
|
||||
PGetDefaultDialog.cpp \
|
||||
PGetParameterDialog.cpp \
|
||||
PGetFourierDialog.cpp \
|
||||
PGetPlotDialog.cpp \
|
||||
main.cpp
|
||||
|
||||
HEADERS = PTextEdit.h \
|
||||
PSubTextEdit.h \
|
||||
PAdmin.h \
|
||||
PFitOutputHandler.h \
|
||||
PGetDefaultDialog.h \
|
||||
PGetParameterDialog.h \
|
||||
PGetFourierDialog.h
|
||||
|
||||
SOURCES = PTextEdit.cpp \
|
||||
PSubTextEdit.cpp \
|
||||
PAdmin.cpp \
|
||||
PFitOutputHandler.cpp \
|
||||
PGetDefaultDialog.cpp \
|
||||
PGetParameterDialog.cpp \
|
||||
PGetFourierDialog.cpp \
|
||||
main.cpp
|
||||
|
||||
FORMS = forms/PGetDefaultDialogBase.ui \
|
||||
forms/PMusrGuiAbout.ui \
|
||||
forms/PGetTitleDialog.ui \
|
||||
forms/PGetParameterDialogBase.ui \
|
||||
forms/PGetFourierDialogBase.ui \
|
||||
forms/PGetPlotDialogBase.ui
|
||||
FORMS = forms/PGetDefaultDialogBase.ui \
|
||||
forms/PMusrGuiAbout.ui \
|
||||
forms/PGetTitleDialog.ui \
|
||||
forms/PGetParameterDialogBase.ui \
|
||||
forms/PGetFourierDialogBase.ui \
|
||||
forms/PGetPlotDialogBase.ui
|
||||
|
||||
IMAGES = images/editcopy.xpm \
|
||||
images/editcut.xpm \
|
||||
images/editpaste.xpm \
|
||||
images/editredo.xpm \
|
||||
images/editundo.xpm \
|
||||
images/filenew.xpm \
|
||||
images/fileopen.xpm \
|
||||
images/fileprint.xpm \
|
||||
images/filesave.xpm \
|
||||
images/musrasym.xpm \
|
||||
images/musrsinglehisto.xpm \
|
||||
images/musrcalcchisq.xpm \
|
||||
images/musrfit.xpm \
|
||||
images/musrmlog2db.xpm \
|
||||
images/musrview.xpm \
|
||||
images/musrt0.xpm \
|
||||
images/musrprefs.xpm
|
||||
|
||||
IMAGES = images/editcopy.xpm \
|
||||
images/editcut.xpm \
|
||||
images/editpaste.xpm \
|
||||
images/editredo.xpm \
|
||||
images/editundo.xpm \
|
||||
images/filenew.xpm \
|
||||
images/fileopen.xpm \
|
||||
images/fileprint.xpm \
|
||||
images/filesave.xpm \
|
||||
images/musrasym.xpm \
|
||||
images/musrsinglehisto.xpm \
|
||||
images/musrcalcchisq.xpm \
|
||||
images/musrfit.xpm \
|
||||
images/musrmlog2db.xpm \
|
||||
images/musrview.xpm \
|
||||
images/musrt0.xpm \
|
||||
images/musrprefs.xpm
|
||||
|
||||
Reference in New Issue
Block a user