This commit is contained in:
Kai Uwe Broulik 2014-06-19 20:12:51 +02:00
parent 66e2b915f6
commit 549361cb42

View File

@ -202,7 +202,7 @@ void ConfigViewPrivate::mainItemLoaded()
foreach (QObject *child, q->rootObject()->children()) {
//find for the needed property of Layout: minimum/maximum/preferred sizes and fillWidth/fillHeight
if (child->property("minimumWidth").isValid() && child->property("minimumHeight").isValid() &&
child->property("preferredWidth").isValid() && child->property("preferredHeig/ht").isValid() &&
child->property("preferredWidth").isValid() && child->property("preferredHeight").isValid() &&
child->property("maximumWidth").isValid() && child->property("maximumHeight").isValid() &&
child->property("fillWidth").isValid() && child->property("fillHeight").isValid()
) {