Add icons refactor repo structure
This commit is contained in:
parent
1fec61140c
commit
b719d8cf96
24 changed files with 317 additions and 594 deletions
31
SongDialog.h
31
SongDialog.h
|
|
@ -1,31 +0,0 @@
|
|||
#ifndef SONGDIALOG_H
|
||||
#define SONGDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QString>
|
||||
|
||||
namespace Ui {
|
||||
class SongDialog;
|
||||
}
|
||||
|
||||
class SongDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SongDialog(QWidget *parent = nullptr, const QString &caption = "", const QString &lyrics = "", const QString &vocalLanguage = "");
|
||||
~SongDialog();
|
||||
|
||||
QString getCaption() const;
|
||||
QString getLyrics() const;
|
||||
QString getVocalLanguage() const;
|
||||
|
||||
private slots:
|
||||
void on_okButton_clicked();
|
||||
void on_cancelButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::SongDialog *ui;
|
||||
};
|
||||
|
||||
#endif // SONGDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue