18 #ifndef CUSTOMPROFILEDIALOG_H 19 #define CUSTOMPROFILEDIALOG_H 24 class CustomProfileDialog;
27 class CustomProfileDialog :
public QDialog
32 explicit CustomProfileDialog(QWidget *parent = 0);
33 ~CustomProfileDialog();
34 QString profileName()
const;
37 void on_buttonBox_accepted();
39 void on_widthSpinner_editingFinished();
41 void on_heightSpinner_editingFinished();
44 Ui::CustomProfileDialog *ui;
47 #endif // CUSTOMPROFILEDIALOG_H Definition: addencodepresetdialog.h:24