1 #ifndef MUSICMESSAGEBOX_H
2 #define MUSICMESSAGEBOX_H
39 explicit MusicMessageBox(
const QString &text, QWidget *parent =
nullptr);
40 MusicMessageBox(
const QString &title,
const QString &text, QWidget *parent =
nullptr);
49 void setTitle(
const QString &text)
const;
53 QString title()
const;
58 void setText(
const QString &text)
const;
68 void buttonClicked(
int index);
75 #endif // MUSICMESSAGEBOX_H
#define TTK_MODULE_EXPORT
The class of the messagebox widget.
Ui::MusicMessageBox * m_ui
The class of the moving dialog base.