profile¶
- class camelot.view.action_steps.profile.EditProfiles(profiles, current_profile='', dialog_class=None)[source]¶
Allows the user to change or create his current database and media settings.
Parameters: - profiles – a list of camelot.core.profile.Profile objects
- dialog_class – a QtWidgets.QDialog to display the needed fields to store in a profile
- current_profile` – the name of the current profile, or an empty string if there is no current profile.