28 #ifndef PARAMETERSTOOLBOX_H_    29 #define PARAMETERSTOOLBOX_H_    34 class QAbstractButton;
    51         void addParameter(QVBoxLayout * layout, 
const QString & key, 
const QVariant & value);
    52         void addParameter(QVBoxLayout * layout, 
const QString & key, 
const QString & value);
    53         void addParameter(QVBoxLayout * layout, 
const QString & key, 
const int & value);
    54         void addParameter(QVBoxLayout * layout, 
const QString & key, 
const double & value);
    55         void addParameter(QVBoxLayout * layout, 
const QString & key, 
const bool & value);
    56         void addParameter(QVBoxLayout * layout, 
const QString & name, QWidget * widget);