tokens.tokens_editor#
Various widgets used to edit token values.
See the bookmarks.tokens.tokens
for the interface details.
Classes:
|
Popup widget used to set the acceptable file formats for a task folder. |
|
A popup editor used to edit the subfolders of a task folder. |
|
The widget used to display and edit a bookmark's token configuration. |
|
Popup dialog used to insert an available token to one of the file name template editors. |
- class bookmarks.tokens.tokens_editor.FormatEditor(*args, **kwargs)[source]#
Bases:
QDialog
Popup widget used to set the acceptable file formats for a task folder.
- class bookmarks.tokens.tokens_editor.SubfolderEditor(section, k, v, data, parent=None)[source]#
Bases:
QDialog
A popup editor used to edit the subfolders of a task folder.
- class bookmarks.tokens.tokens_editor.TokenConfigEditor(server, job, root, parent=None)[source]#
Bases:
QWidget
The widget used to display and edit a bookmark’s token configuration.
Methods:
contextMenuEvent
(self, event)Initializes data.
Saves changes.
text_changed
(key, editor, v)Slot responsible for marking an entry as changed.