QDesignerFormWindowToolInterface#

Inheritance diagram of PySide6.QtDesigner.QDesignerFormWindowToolInterface

Synopsis#

Virtual functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtDesigner.QDesignerFormWindowToolInterface([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.action()#
Return type:

PySide6.QtGui.QAction

abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.activated()#
abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.core()#
Return type:

PySide6.QtDesigner.QDesignerFormEditorInterface

abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.deactivated()#
abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.editor()#
Return type:

PySide6.QtWidgets.QWidget

abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.formWindow()#
Return type:

PySide6.QtDesigner.QDesignerFormWindowInterface

abstract PySide6.QtDesigner.QDesignerFormWindowToolInterface.handleEvent(widget, managedWidget, event)#
Parameters:
Return type:

bool