24 #ifndef PD_PARAMETERSETWIDGET_H    25 #define PD_PARAMETERSETWIDGET_H    27 #include <QtPdCom1/Process.h>    93     Q_PROPERTY(QString path READ getPath WRITE setPath)
    99         void setProcesses(QSet<QtPdCom::Process *> processes);
   101         void setPath(
const QString &);
   102         QString getPath() 
const;
   105         bool event(QEvent *) 
override;
   106         QSize sizeHint() 
const override;
 
#define PD_PRIVATE
Definition: Export.h:28
#define PD_PUBLIC
Definition: Export.h:33