songexportform¶
The songexportform
module provides the wizard for exporting songs to the
OpenLyrics format.
-
class
openlp.plugins.songs.forms.songexportform.
SongExportForm
(parent, plugin)[source]¶ Bases:
openlp.core.ui.lib.wizard.OpenLPWizard
This is the Song Export Wizard, which allows easy exporting of Songs to the OpenLyrics format.
The check_button has been clicked. Set all visible songs checked.
Called when the directory_button was clicked. Opens a dialog and writes the path to directory_line_edit.
-
on_search_line_edit_changed
(text)[source]¶ The search_line_edit’s text has been changed. Update the list of available songs. Note that any song, which does not match the
text
will be hidden, but not unchecked!Parameters: text – The text of the search_line_edit.
The uncheck_button has been clicked. Set all visible songs unchecked.
-
openlp.plugins.songs.forms.songexportform.
find_list_widget_items
(list_widget, text='')[source]¶ Returns a list of *QListWidgetItem*s of the
list_widget
. Note, that hidden items are included.Parameters: - list_widget – The widget to get all items from. (QListWidget)
- text – The text to search for. (unicode string)