#include <QEvent>
#include <QFrame>
#include <QObject>
#include <QPushButton>
#include <QString>
#include <QTextBrowser>
#include <QVector>
#include <QWidget>
Go to the source code of this file.
Classes | |
struct | TutorialStep |
Represents a single step in the tutorial sequence. More... | |
class | TutorialManager |
Manages interactive tutorials by highlighting UI elements and guiding the user. More... | |