.. _IntroDialog: IntroDialog =========== **class IntroDialog(parent = None, current_step = 'MainView')** Bases: :class:`~poriscope.plugins.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 -------------- .. automethod:: poriscope.plugins.analysistabs.utils.walkthrough.IntroDialog.emit_start .. automethod:: poriscope.plugins.analysistabs.utils.walkthrough.IntroDialog.paintEvent Private Methods --------------- .. automethod:: poriscope.plugins.analysistabs.utils.walkthrough.IntroDialog.__init__