eric7.Testing.MarkersWindow

Module implementing a dialog to show defined test markers.

Global Attributes

None

Classes

MarkersWindow Class documentation goes here.

Functions

None


MarkersWindow

Class documentation goes here.

Derived from

QWidget, Ui_MarkersWindow

Class Attributes

None

Class Methods

None

Methods

MarkersWindow Constructor
closeEvent Protected slot implementing a close event handler.
showMarkers Public method to show the dialog with the given markers.

Static Methods

None

MarkersWindow (Constructor)

MarkersWindow(parent=None)

Constructor

parent (QWidget (optional))
reference to the parent widget (defaults to None)

MarkersWindow.closeEvent

closeEvent(_evt)

Protected slot implementing a close event handler.

_evt (QCloseEvent)
close event (unused)

MarkersWindow.showMarkers

showMarkers(markers)

Public method to show the dialog with the given markers.

markers (dict)
dictionary containing the markers and their descriptions
Up