QDesignerFormWindowManagerInterface Class Reference
[QtDesigner module]
Inherits QObject.
Methods
Qt Signals
Detailed Description
Method Documentation
QDesignerFormWindowManagerInterface.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAction QDesignerFormWindowManagerInterface.actionAdjustSize (self)
QAction QDesignerFormWindowManagerInterface.actionBreakLayout (self)
QAction QDesignerFormWindowManagerInterface.actionCopy (self)
QAction QDesignerFormWindowManagerInterface.actionCut (self)
QAction QDesignerFormWindowManagerInterface.actionDelete (self)
QAction QDesignerFormWindowManagerInterface.actionFormLayout (self)
QAction QDesignerFormWindowManagerInterface.actionGridLayout (self)
QAction QDesignerFormWindowManagerInterface.actionHorizontalLayout (self)
QAction QDesignerFormWindowManagerInterface.actionLower (self)
QAction QDesignerFormWindowManagerInterface.actionPaste (self)
QAction QDesignerFormWindowManagerInterface.actionRaise (self)
The QAction result
QAction QDesignerFormWindowManagerInterface.actionRedo (self)
QAction QDesignerFormWindowManagerInterface.actionSelectAll (self)
QAction QDesignerFormWindowManagerInterface.actionSimplifyLayout (self)
QAction QDesignerFormWindowManagerInterface.actionSplitHorizontal (self)
QAction QDesignerFormWindowManagerInterface.actionSplitVertical (self)
QAction QDesignerFormWindowManagerInterface.actionUndo (self)
QAction QDesignerFormWindowManagerInterface.actionVerticalLayout (self)
QDesignerFormWindowInterface QDesignerFormWindowManagerInterface.activeFormWindow (self)
QDesignerFormWindowManagerInterface.addFormWindow (self, QDesignerFormWindowInterface)
This method is also a Qt slot with the C++ signature void addFormWindow(QDesignerFormWindowInterface *).
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QDesignerFormWindowInterface QDesignerFormWindowManagerInterface.formWindow (self, int)
int QDesignerFormWindowManagerInterface.formWindowCount (self)
QDesignerFormWindowManagerInterface.removeFormWindow (self, QDesignerFormWindowInterface)
This method is also a Qt slot with the C++ signature void removeFormWindow(QDesignerFormWindowInterface *).
QDesignerFormWindowManagerInterface.setActiveFormWindow (self, QDesignerFormWindowInterface)
This method is also a Qt slot with the C++ signature void setActiveFormWindow(QDesignerFormWindowInterface *).
Qt Signal Documentation
void activeFormWindowChanged (QDesignerFormWindowInterface *)
This is the default overload of this signal.
void formWindowAdded (QDesignerFormWindowInterface *)
This is the default overload of this signal.
void formWindowRemoved (QDesignerFormWindowInterface *)
This is the default overload of this signal.