ExtsRegistriesWidget

class omni.kit.window.extensions.exts_properties_registries.ExtsRegistriesWidget

Bases: object

A widget for managing extension registries in a UI environment.

This widget uses a tree view to list and edit registry entries, allowing users to add, remove, or set a registry as default. It features a scrolling frame for easy navigation of registry items and supports context menus for copy actions. The widget is styled according to the application’s theme and is intended for use within a larger application framework.

Methods

__init__()

Initialize the ExtsRegistriesWidget with a model and a delegate to manage registries.

destroy()

Cleans up the model and delegate resources associated with the ExtsRegistriesWidget.

__init__()

Initialize the ExtsRegistriesWidget with a model and a delegate to manage registries.

destroy()

Cleans up the model and delegate resources associated with the ExtsRegistriesWidget.