usdmanager.find_dialog module

class usdmanager.find_dialog.FindDialog(parent=None, **kwargs)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

Find/Replace dialog

connectSignals()[source]

Connect signals to slots.

searchFlags()[source]

Get find flags based on checked options.

Returns:Find flags
Rtype:QTextDocument.FindFlags
setupUi(widget)[source]

Creates and lays out the widgets defined in the ui file.

Parameters:
widget : QtWidgets.QWidget

Base widget

updateButtons(text)[source]

Update enabled state of buttons as entered text changes.

Parameters:
text : str

Currently entered find text

updateForEditMode(edit)[source]

Show/Hide text replacement options based on if we are editing or not. If editing, allow replacement of the found text.

Parameters:
edit : bool

If in edit mode or not