Commit c3a8819a68cff387178a0f37de62611b98e0a665
Use a toolbar for the designer property editor
This makes the designer plugin a little bit more consistent.
It also helps cosmeticaly in creator as we get a better
separation between the tool bar and the treeview.
Reviewed-by: thorbjorn
| |   |
| 74 | 74 | FilterWidget *filterWidget = new FilterWidget(0, FilterWidget::LayoutAlignNone); |
| 75 | 75 | filterWidget->setRefuseFocus(true); |
| 76 | 76 | connect(filterWidget, SIGNAL(filterChanged(QString)), m_view, SLOT(filter(QString))); |
| l->addWidget(filterWidget); |
|
| QToolBar *toolBar = new QToolBar(this); |
| toolBar->addWidget(filterWidget); |
| l->addWidget(toolBar); |
| 78 | 81 | |
| 79 | 82 | // View |
| 80 | 83 | connect(m_view, SIGNAL(pressed(QString,QString,QPoint)), |