Exchanges widget tuning

This commit is contained in:
felixrojauro
2015-11-30 14:01:23 +01:00
parent b091799d44
commit 9e2c8f331a
5 changed files with 135 additions and 84 deletions

View File

@@ -68,14 +68,13 @@ QWidget* GUIExchangesWidget::dockQmlToWidget()
m_pExchangesControl = pRootObject->findChild<GUIExchangesControl*>();
if ( m_pExchangesControl )
{
m_pExchangesControl->setWidth( 500 );
m_pExchangesControl->setHeight( 200 );
}
}
pPlaceHolder = QWidget::createWindowContainer( pExchangesWindow, this );
if ( pPlaceHolder )
{
pPlaceHolder->setMinimumSize( 500, 200 );
pPlaceHolder->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
}
}