Represents a single step in the tutorial sequence. More...
#include <tutorialmanager.h>
Public Attributes | |
| QWidget * | target |
| Widget to highlight during the tutorial step. | |
| QString | htmlText |
| HTML text to show as instruction or explanation. | |
Represents a single step in the tutorial sequence.
Each step highlights a target widget and displays an associated HTML-formatted message.
| QString TutorialStep::htmlText |
HTML text to show as instruction or explanation.
| QWidget* TutorialStep::target |
Widget to highlight during the tutorial step.