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

Private Methods