I am implementing a scroll area that contains notifications and every 30 seconds...new notification are inserted i the scroll area.This application is for nontouch symbian devices...what really happens is that the notifictaion are inserted successfully, but the tab order is not correct
QVBoxLayout* layout = qobject_cast<QVBoxLayout*>( ui->scrollAreaWidgetContents->layout());
layout->insertWidget(0,notificationWidget);



