configsoundselelectdlg.h
620 Bytes
#ifndef CONFIGSOUNDSELELECTDLG_H
#define CONFIGSOUNDSELELECTDLG_H
#include <QDialog>
#include <QSignalMapper>
#include <config.h>
using namespace Define;
namespace Ui {
class ConfigSoundSelelectDlg;
}
class ConfigSoundSelelectDlg : public QDialog
{
Q_OBJECT
void reloadUi(void);
public:
explicit ConfigSoundSelelectDlg(QWidget *parent = 0, ConfigType cfgtype=config_keypad_sound1);
~ConfigSoundSelelectDlg();
private slots:
void on_ctrBtnOk_clicked();
void on_ctrBtnCancel_clicked();
private:
Ui::ConfigSoundSelelectDlg *ui;
int m_nCurSel;
};
#endif // CONFIGSOUNDSELELECTDLG_H