Styled two-row find tool bar with better resizing behavior.

For this we needed to get rid of using QToolBar.
This commit is contained in:
con
2009-07-14 18:01:25 +02:00
parent 8234858b46
commit 309ee636b3
4 changed files with 151 additions and 77 deletions

View File

@@ -86,6 +86,8 @@ bool panelWidget(const QWidget *widget)
return true;
else if (qobject_cast<const QMenuBar *>(p) && styleEnabled(p))
return true;
else if (p->property("panelwidget").toBool())
return true;
p = p->parentWidget();
}
return false;