Engauge Digitizer
2
|
Tutorial using a strategy like a comic strip with decision points deciding which panels appear. More...
#include <TutorialDlg.h>
Public Member Functions | |
TutorialDlg (MainWindow *mainWindow) | |
Single constructor. | |
QSize | backgroundSize () const |
Make geometry available for layout. | |
QGraphicsScene & | scene () |
Single scene the covers the entire tutorial dialog. | |
QGraphicsView & | view () |
Single view that displays the single scene. | |
Tutorial using a strategy like a comic strip with decision points deciding which panels appear.
This is implemented as a QGraphicsScene with states in charge of managing the contents of the scene
Definition at line 19 of file TutorialDlg.h.