Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtDesigner »

Classe « QDesignerFormWindowManagerInterface »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QDesignerFormWindowManagerInterface

Définition

class QDesignerFormWindowManagerInterface(QObject):

Description [extrait de QDesignerFormWindowManagerInterface.__doc__]

QDesignerFormWindowManagerInterface(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None __init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AdjustSizeActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.AdjustSizeAction
BreakLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.BreakLayoutAction
CopyActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.CopyAction
CutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.CutAction
DefaultPreviewActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.DefaultPreviewAction
DeleteActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.DeleteAction
FormLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.FormLayoutAction
FormWindowSettingsDialogActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.FormWindowSettingsDialogAction
GridLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.GridLayoutAction
HorizontalLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.HorizontalLayoutAction
LowerActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.LowerAction
PasteActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.PasteAction
RaiseActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.RaiseAction
RedoActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.RedoAction
SelectAllActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.SelectAllAction
SimplifyLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.SimplifyLayoutAction
SplitHorizontalActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.SplitHorizontalAction
SplitVerticalActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.SplitVerticalAction
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40dfd9a4c0>
StyledPreviewActionGroupPySide6.QtDesigner.QDesignerFormWindowManagerInterface.ActionGroup.StyledPreviewActionGroup
UndoActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.UndoAction
VerticalLayoutActionPySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action.VerticalLayoutAction

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
Action
action(self, action: PySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action) -> PySide6.QtGui.QAction action(self, action: PySide6.QtDesigner.QDesignerFormWindowManagerInterface.Action) -> PySide6.QtGui.QAction [extrait de action.__doc__]
actionAdjustSize(self) -> PySide6.QtGui.QAction actionAdjustSize(self) -> PySide6.QtGui.QAction [extrait de actionAdjustSize.__doc__]
actionBreakLayout(self) -> PySide6.QtGui.QAction actionBreakLayout(self) -> PySide6.QtGui.QAction [extrait de actionBreakLayout.__doc__]
actionCopy(self) -> PySide6.QtGui.QAction actionCopy(self) -> PySide6.QtGui.QAction [extrait de actionCopy.__doc__]
actionCut(self) -> PySide6.QtGui.QAction actionCut(self) -> PySide6.QtGui.QAction [extrait de actionCut.__doc__]
actionDelete(self) -> PySide6.QtGui.QAction actionDelete(self) -> PySide6.QtGui.QAction [extrait de actionDelete.__doc__]
actionFormLayout(self) -> PySide6.QtGui.QAction actionFormLayout(self) -> PySide6.QtGui.QAction [extrait de actionFormLayout.__doc__]
actionGridLayout(self) -> PySide6.QtGui.QAction actionGridLayout(self) -> PySide6.QtGui.QAction [extrait de actionGridLayout.__doc__]
ActionGroup
actionGroup(self, actionGroup: PySide6.QtDesigner.QDesignerFormWindowManagerInterface.ActionGroup) -> PySide6.QtGui.QActionGroup actionGroup(self, actionGroup: PySide6.QtDesigner.QDesignerFormWindowManagerInterface.ActionGroup) -> PySide6.QtGui.QActionGroup [extrait de actionGroup.__doc__]
actionHorizontalLayout(self) -> PySide6.QtGui.QAction actionHorizontalLayout(self) -> PySide6.QtGui.QAction [extrait de actionHorizontalLayout.__doc__]
actionLower(self) -> PySide6.QtGui.QAction actionLower(self) -> PySide6.QtGui.QAction [extrait de actionLower.__doc__]
actionPaste(self) -> PySide6.QtGui.QAction actionPaste(self) -> PySide6.QtGui.QAction [extrait de actionPaste.__doc__]
actionRaise(self) -> PySide6.QtGui.QAction actionRaise(self) -> PySide6.QtGui.QAction [extrait de actionRaise.__doc__]
actionRedo(self) -> PySide6.QtGui.QAction actionRedo(self) -> PySide6.QtGui.QAction [extrait de actionRedo.__doc__]
actionSelectAll(self) -> PySide6.QtGui.QAction actionSelectAll(self) -> PySide6.QtGui.QAction [extrait de actionSelectAll.__doc__]
actionSimplifyLayout(self) -> PySide6.QtGui.QAction actionSimplifyLayout(self) -> PySide6.QtGui.QAction [extrait de actionSimplifyLayout.__doc__]
actionSplitHorizontal(self) -> PySide6.QtGui.QAction actionSplitHorizontal(self) -> PySide6.QtGui.QAction [extrait de actionSplitHorizontal.__doc__]
actionSplitVertical(self) -> PySide6.QtGui.QAction actionSplitVertical(self) -> PySide6.QtGui.QAction [extrait de actionSplitVertical.__doc__]
actionUndo(self) -> PySide6.QtGui.QAction actionUndo(self) -> PySide6.QtGui.QAction [extrait de actionUndo.__doc__]
actionVerticalLayout(self) -> PySide6.QtGui.QAction actionVerticalLayout(self) -> PySide6.QtGui.QAction [extrait de actionVerticalLayout.__doc__]
activeFormWindow(self) -> PySide6.QtDesigner.QDesignerFormWindowInterface activeFormWindow(self) -> PySide6.QtDesigner.QDesignerFormWindowInterface [extrait de activeFormWindow.__doc__]
activeFormWindowChanged
addFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None addFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None [extrait de addFormWindow.__doc__]
closeAllPreviews(self) -> None closeAllPreviews(self) -> None [extrait de closeAllPreviews.__doc__]
core(self) -> PySide6.QtDesigner.QDesignerFormEditorInterface core(self) -> PySide6.QtDesigner.QDesignerFormEditorInterface [extrait de core.__doc__]
createFormWindow(self, parentWidget: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags)) -> PySide6.QtDesigner.QDesignerFormWindowInterface createFormWindow(self, parentWidget: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags)) -> PySide6.QtDesigner.QDesignerFormWindowInterface [extrait de createFormWindow.__doc__]
createPreviewPixmap(self) -> PySide6.QtGui.QPixmap createPreviewPixmap(self) -> PySide6.QtGui.QPixmap [extrait de createPreviewPixmap.__doc__]
destroyed
dragItems(self, item_list: Sequence[PySide6.QtDesigner.QDesignerDnDItemInterface]) -> None dragItems(self, item_list: Sequence[PySide6.QtDesigner.QDesignerDnDItemInterface]) -> None [extrait de dragItems.__doc__]
formWindow(self, index: int) -> PySide6.QtDesigner.QDesignerFormWindowInterface formWindow(self, index: int) -> PySide6.QtDesigner.QDesignerFormWindowInterface [extrait de formWindow.__doc__]
formWindowAdded
formWindowCount(self) -> int formWindowCount(self) -> int [extrait de formWindowCount.__doc__]
formWindowRemoved
formWindowSettingsChanged
objectNameChanged
removeFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None removeFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None [extrait de removeFormWindow.__doc__]
setActiveFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None setActiveFormWindow(self, formWindow: PySide6.QtDesigner.QDesignerFormWindowInterface) -> None [extrait de setActiveFormWindow.__doc__]
showPluginDialog(self) -> None showPluginDialog(self) -> None [extrait de showPluginDialog.__doc__]
showPreview(self) -> None showPreview(self) -> None [extrait de showPreview.__doc__]
tr

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__