19 #ifndef CUSTOMPROFILEDIALOG_H 20 #define CUSTOMPROFILEDIALOG_H 25 class CustomProfileDialog;
28 class CustomProfileDialog :
public QDialog
33 explicit CustomProfileDialog(QWidget *parent = 0);
34 ~CustomProfileDialog();
35 QString profileName()
const;
38 void on_buttonBox_accepted();
41 Ui::CustomProfileDialog *ui;
44 #endif // CUSTOMPROFILEDIALOG_H Definition: addencodepresetdialog.h:24