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:
Morten Johan Sorvig 2012-04-20 08:21:10 +02:00 committed by Qt by Nokia
parent 1a65fa711a
commit 872f567d53

View File

@ -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 ;