choosegroupform

class openlp.plugins.images.forms.choosegroupform.ChooseGroupForm(parent=None)[source]

Bases: PyQt5.QtWidgets.QDialog, openlp.plugins.images.forms.choosegroupdialog.Ui_ChooseGroupDialog

This class implements the ‘Choose group’ form for the Images plugin.

exec(selected_group=None)[source]

Show the form

Parameters:selected_group – The ID of the group that should be selected by default when showing the dialog.