47#ifndef _PGETPARAMETERBLOCKDIALOG_H_
48#define _PGETPARAMETERBLOCKDIALOG_H_
50#include "ui_PGetParameterBlockDialog.h"
99 QString
getParams() {
return fParam_plainTextEdit->toPlainText(); }
void helpContent()
Opens the online help for FITPARAMETER blocks.
bool eventFilter(QObject *obj, QEvent *ev)
Event filter to handle keyboard shortcuts.
QString fHelpUrl
URL to the online documentation for FITPARAMETER blocks.
PGetParameterBlockDialog(const QString helpUrl)
Constructs the FITPARAMETER block dialog.
void paramAdd()
Validates and adds a parameter to the FITPARAMETER block.
QString getParams()
Returns all entered parameters as formatted text.