IntroDialog

class IntroDialog(parent = None, current_step = ‘MainView’)

Bases: QDialog

Welcome dialog to start the Poriscope walkthrough tutorial.

param parent:

Parent widget, typically the main window.

type parent:

QWidget

param current_step:

Identifier for the current step (used to customize intro).

type current_step:

str

Public Methods

IntroDialog.emit_start()

Emit the signal to start the walkthrough and close the dialog.

IntroDialog.paintEvent(event)

Paint a semi-transparent dark background behind the intro dialog.

Parameters:

event (QPaintEvent) – The paint event.

Private Methods

IntroDialog.__init__(parent=None, current_step='MainView')