Reduce vertical minimum size of Qt versions settings.

The main point of the change is to hide the version info while the
details for the helpers are shown.

Change-Id: I02166674d2339a585fda0eebe643289471ca139c
Reviewed-on: http://codereview.qt-project.org/5325
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Eike Ziller
2011-09-21 15:17:24 +02:00
parent 76176a8336
commit 57c3ab2249
5 changed files with 56 additions and 90 deletions

View File

@@ -331,6 +331,7 @@ void DetailsWidget::setState(State state)
return;
d->m_state = state;
d->updateControls();
emit expanded(d->m_state == Expanded);
}
void DetailsWidget::setExpanded(bool expanded)