songreviewwidget

A widget representing a song in the duplicate song removal wizard review page.

class openlp.plugins.songs.forms.songreviewwidget.SongReviewWidget(parent, song)[source]

Bases: PyQt5.QtWidgets.QWidget

A widget representing a song on the duplicate song review page. It displays most of the information a song contains and provides a “remove” button to remove the song from the database. The remove logic is not implemented here, but a signal is provided when the remove button is clicked.

on_remove_button_clicked()[source]

Signal emitted when the “remove” button is clicked.

retranslateUi()[source]
setupUi()[source]
song_remove_button_clicked