Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching refs:mw

967     LauncherWindow* mw = new LauncherWindow(&m_windowOptions);
968 mw->show();
969 return mw;
974 LauncherWindow* mw = new LauncherWindow(&m_windowOptions, qobject_cast<QGraphicsView*>(m_view)->scene());
975 mw->show();
976 return mw;