This module implements the MDIImageViewerWindow class which allows optionally synchronized panning and zooming of multiple QPixmaps.
It contains the following classes:
MdiChild – ImageViewer implements mouse drag panning that is activated by pressing the <Space> key.
MDIImageViewerWindow – Views multiple images (QPixmaps) with optionally synchonized zooming & panning.
Bases: PyQt4.QtGui.QMainWindow
Views multiple images with optionally synchonized zooming & panning.
Create QAction that is mapped via methodName to call.
Parameters: | |
---|---|
Return type: |
Create status bar label.
Parameters: |
|
---|---|
Return type: |
Overrides close event to save application settings.
Parameters: |
|
---|
Perform action mapped to imageviewer.ImageViewer methodName.
Parameters: |
|
---|
Handle QMdiSubWindow activated signal.
Parameters: |
|
---|
Set active QMdiSubWindow.
Parameters: |
|
---|
Load filename into new MdiChild window.
Parameters: |
|
---|
Synch panning of all subwindowws to the same as fromViewer.
Parameters: |
|
---|
Synch zoom of all subwindowws to the same as fromViewer.
Parameters: |
|
---|
Save dialog state, position & size.
Parameters: |
|
---|