10 #ifndef COPY_FROM_PROFILE_BUTTON_H
11 #define COPY_FROM_PROFILE_BUTTON_H
17 #include <QPushButton>
18 #include <QDialogButtonBox>
19 #include <QMetaObject>
26 CopyFromProfileButton(QWidget * parent = Q_NULLPTR, QString profileFile = QString(), QString toolTip = QString());
28 void setFilename(QString filename);
31 void copyProfile(QString filename);
37 QAction * systemDefault(QString filename);
40 void menuActionTriggered(QAction *);