20 #ifndef HISTORYDIALOG_H 21 #define HISTORYDIALOG_H 35 explicit HistoryDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws);
38 void DatasetSelectionChanged(QString key);
40 void MacroRequested(
const QStringList ¯o);
42 void on_savePushButton_clicked();
44 void on_sendPushButton_clicked();
46 void on_refreshPushButton_clicked();
48 void closeEvent(QCloseEvent *event);
49 void showEvent(QShowEvent *event);
51 Ui::HistoryDialog *ui;
52 QSharedPointer<VespucciWorkspace> workspace_;
56 #endif // HISTORYDIALOG_H