videof2b package

Subpackages

Submodules

videof2b.app module

Main VideoF2B application.

class videof2b.app.VideoF2B

Bases: QObject

The main application runner for VideoF2B.

hook_exception(exc_type, value, traceback)

Add an exception hook so that any uncaught exceptions are displayed in this window rather than someplace where users cannot see it and cannot report when we encounter these problems.

Parameters:
  • exc_type – The class of exception.

  • value – The actual exception object.

  • traceback – A traceback object with the details of where the exception occurred.

run(app)

The main method. Makes the necessary preparations, then runs the given app.

static set_busy_cursor()

Sets the Busy Cursor for the Application.

static set_normal_cursor()

Sets the Normal Cursor for the Application.

staticMetaObject = PySide6.QtCore.QMetaObject("VideoF2B" inherits "QObject": )
videof2b.app.start()

Programmatic entry point of VideoF2B.

Module contents

The videof2b package contains all VideoF2B functionality.