Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlpreviewhandler.cpp File Reference

(3df72c56e732341aa55fa8e4aff48dbaebc15018)

#include "qqmlpreviewhandler.h"
#include <QtCore/qtimer.h>
#include <QtCore/qsettings.h>
#include <QtCore/qlibraryinfo.h>
#include <QtGui/qwindow.h>
#include <QtGui/qguiapplication.h>
#include <QtQuick/qquickwindow.h>
#include <QtQuick/qquickitem.h>
#include <QtQml/qqmlcomponent.h>
#include <private/qquickpixmap_p.h>
#include <private/qquickview_p.h>
#include <private/qhighdpiscaling_p.h>
#include "moc_qqmlpreviewhandler.cpp"
+ Include dependency graph for qqmlpreviewhandler.cpp:

Go to the source code of this file.

Classes

struct  QuitLockDisabler
 

Functions

static void closeAllWindows ()
 
Qt::WindowFlags fixFlags (Qt::WindowFlags flags)
 

Function Documentation

◆ closeAllWindows()

static void closeAllWindows ( )
static

Definition at line 63 of file qqmlpreviewhandler.cpp.

References QGuiApplication::allWindows(), and window().

+ Here is the call graph for this function:

◆ fixFlags()