On 24 Feb 2002, Henrik Motakef wrote: > Hi. > > Is there a way to place Widgets (say, a QPushButton) on a QCanvas? > Sorry -- no, that's what makes the QCanvas so fast and light-weight. You can use a QScrollView if you want a scollable area with widgets (like Konqueror's html view).