commandSearch.ui.results module

class commandSearch.ui.results.ResultsMenu(parent=None)

Bases: PySide.QtGui.QMenu

Results Menu

Used to display the commands widget as a menu that is positioned underneath the search widget.

Parameters:parent (QWidget) –
aboutToClose = <PySide.QtCore.Signal object>
keyPressEvent(e)
mouseReleaseEvent(e)
position()

Position the menu underneath the search widget, the position is queried from the parent widget.

show(num)
staticMetaObject = <PySide.QtCore.QMetaObject object>
class commandSearch.ui.results.ResultsWindow(parent=None)

Bases: PySide.QtGui.QDockWidget

Results Menu

Used to display the commands widget as a window that can be docked to Maya’s native ui.

Parameters:parent (QWidget) –
aboutToClose = <PySide.QtCore.Signal object>
closeEvent(e)
keyPressEvent(e)
show(num)
staticMetaObject = <PySide.QtCore.QMetaObject object>