tik_manager4.ui.widgets.info

Custom class for thumbnail section. Keeps the aspect ratio when resized.

Classes

ImageWidget

Custom class for thumbnail section. Keeps the aspect ratio when resized.

NotesEditor

Custom notes editor widget.

Module Contents

class ImageWidget

Bases: tik_manager4.ui.Qt.QtWidgets.QLabel

Custom 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.QPlainTextEdit

Custom notes editor widget.

can_edit()

Check if the notes can be edited.

right_click_menu(position)

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