Hello, i'am novice in QT. I try to add ScrollArea to the Scribble example given by QT. Do you have idea how i can do that please.
In ScribbleArea constructor i created imageLabel = new QLabel(this); and scrollArea = new QScrollArea(this); with scrollArea->setWidget(imageLabel); scrollArea->show();
However I can display the scroll Area. Thank you for you cooperation