tik_manager4.ui.widgets.info
Custom class for thumbnail section. Keeps the aspect ratio when resized.
Classes
Custom class for thumbnail section. Keeps the aspect ratio when resized. |
|
Custom notes editor widget. |
Module Contents
- class ImageWidget
Bases:
tik_manager4.ui.Qt.QtWidgets.QLabelCustom class for thumbnail section. Keeps the aspect ratio when resized.
- enterEvent(_)
- leaveEvent(_)
- resizeEvent(_resize_event)
- set_media(media_path)
Set the media to the widget.
- class NotesEditor(*args, **kwargs)
Bases:
tik_manager4.ui.Qt.QtWidgets.QPlainTextEditCustom notes editor widget.
- can_edit()
Check if the notes can be edited.
Right click menu for the notes editor.
- set_version(version_obj)
Set the base object.
- show_edit_dialog()
Pop-up a dialog to edit the notes.
- notes_updated