songselectform¶
The songselectform
module contains the GUI for the SongSelect importer
-
class
openlp.plugins.songs.forms.songselectform.
SearchWorker
(importer, search_text)[source]¶ Bases:
PyQt5.QtCore.QObject
Run the actual SongSelect search, and notify the GUI when we find each song.
-
finished
¶
-
found_song
¶
-
quit
¶
-
show_info
¶
-
-
class
openlp.plugins.songs.forms.songselectform.
SongSelectForm
(parent=None, plugin=None, db_manager=None)[source]¶ Bases:
PyQt5.QtWidgets.QDialog
,openlp.plugins.songs.forms.songselectdialog.Ui_SongSelectDialog
The
SongSelectForm
class is the SongSelect dialog.-
application
¶ Adds the openlp to the class dynamically. Windows needs to access the application in a dynamic manner.
Go back to the search page.
Import a song from SongSelect.
Log the user in to SongSelect.
-
on_save_password_checkbox_toggled
(checked)[source]¶ Show a warning dialog when the user toggles the save checkbox on or off.
Parameters: checked – If the combobox is checked or not
Run a search on SongSelect.
-
on_search_results_widget_double_clicked
(current_item)[source]¶ View a song from SongSelect
Parameters: current_item –
-
on_search_results_widget_selection_changed
()[source]¶ Enable or disable the view button when the selection changes.
-
on_search_show_info
(title, message)[source]¶ Show an informational message from the search thread :param title: :param message:
Stop the search when the stop button is clicked.
View a song from SongSelect.
-