Specialized MainWindow classes and mixins.
Classes
| ItemModelMainWindow([parent, flags]) | |
| ItemSubWindow(item[, parent, flags]) | |
| MdiMainWindow([parent, flags]) | Base class for MDI applications. |
| QtWindowListMenu(parent, **kwargs) | The QtWindowListMenu class is a menu that provides navigation |
Bases: gsdview.mdi.MdiMainWindow
main application datamodel (QStandardItemModel)
Closes sub-windows associated to the closed model items.
| C++ signature: | void onItemsClosed(const QModelIndex&, int, int) |
|---|
Set the active sub-window.
| C++ signature: | void setActiveIndexFromWin(QMdiSubWindow*) |
|---|
Set the active sub-window from index.
| C++ signature: | void setActiveWinFromIndex(const QModelIndex&) |
|---|
tree view for the main application data model
Bases: PyQt4.QtGui.QMdiSubWindow
datamodel item associated to the MDI sub-window
Bases: PyQt4.QtGui.QMainWindow
Base class for MDI applications.
| Signals : |
|---|
MDI area instance (QMdiArea)
SIGNAL: it is emitted when an MDI subwindow is closed
| C++ signature: | void subWindowClosed() |
|---|
sub-windows menu