23 #ifndef __CFGIRCSOUNDS_H__
24 #define __CFGIRCSOUNDS_H__
26 #include "gui/configuration/configurationbasebox.h"
39 QIcon
icon()
const {
return QIcon(
":/icons/audio-speaker.png"); }
40 QString
name()
const {
return tr(
"Sounds"); }
42 QString
title()
const {
return tr(
"IRC - Sounds"); }
48 QString getPathToWav();
49 void setPath(QLineEdit* pLineEdit,
const QString& path);
53 void btnBrowseNicknameUsedClicked();
54 void btnBrowsePrivateMessageClicked();
void saveSettings()
Reimplement this to write settings to config from widgets.
QString title() const
Page title, by default returns the same string as name().
QIcon icon() const
Reimplement this to return a displayable icon for the ConfigurationBaseBox.
void readSettings()
Reimplement this to read settings from config into widgets.
QString name() const
Reimplement this to return a list-displayable name for this ConfigurationBaseBox. ...
Base class for configuration pages.