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();
43 void on_fpsSpinner_editingFinished();
45 void on_fpsComboBox_activated(
const QString &arg1);
48 Ui::CustomProfileDialog *ui;
52 #endif // CUSTOMPROFILEDIALOG_H