Set the window title for the QWindow as well.
Change-Id: I2ff20307974c4b6a2a4fb09d09941d0a0dd09d0e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
1a65fa711a
commit
872f567d53
@ -331,6 +331,7 @@ ControllerWidget::ControllerWidget(QWidget *parent)
|
||||
m_testWindow->setFramePos(QPoint(x, y));
|
||||
m_testWindow->resize(200, 200);
|
||||
m_testWindow->show();
|
||||
m_testWindow->setWindowTitle(tr("TestWindow"));
|
||||
#endif
|
||||
|
||||
QWidget *central = new QWidget ;
|
||||
|
Loading…
Reference in New Issue
Block a user