void PeopleGroupedView::orientationChangeEvent(MOrientationChangeEvent *event)
{
    // workaround because layout doesn't update on rotate in libmeegotouch 0.20
    Q_UNUSED(event);
    QTimer::singleShot(0, this, SLOT(adjustGeometry()));
}
Esempio n. 2
0
void UIRuntimeMiniToolBar::sltHandleToolbarResize()
{
    /* Re-initialize: */
    adjustGeometry();
}
Esempio n. 3
0
//-------------------------------------------------------------------------------
void MetarWidget::projectionUpdated()
{
	adjustGeometry ();
}