You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
// disable animation for initializationamwl->setAnimationEnabled(false);amwl->setLeftPercentage(leftDoubleSpinBox->value());amwl->setRightPercentage(rightDoubleSpinBox->value());amwl->setTopPercentage(topDoubleSpinBox->value());amwl->setBottomPercentage(bottomDoubleSpinBox->value());amwl->setCenterPercentage(centerDoubleSpinBox->value());amwl->setAnimationEnabled(true);
Set some of the widgets layout
frame->setLayout(amwl);
Now, on every change on stretch property will done with an animation.