6#include <QtCore/qt_windows.h>
8#include <QtGui/private/qguiapplication_p.h>
9#include <QtGui/qpa/qplatformintegration.h>
121 nativeWindowsApp->registerMime(
this);
134 nativeWindowsApp->unregisterMime(
this);
149 return nativeWindowsApp->registerMimeType(
mimeType);
static QPlatformIntegration * platformIntegration()
Native interface to QGuiApplication, to be retrieved from QPlatformIntegration. \inmodule QtGui.
\macro QT_RESTRICTED_CAST_FROM_ASCII
QWindowsMimeConverter()
Constructs a QWindowsMimeConverter instance.
static int registerMimeType(const QString &mimeType)
Registers the MIME type mimeType, and returns an ID number identifying the format on Windows.
virtual ~QWindowsMimeConverter()
Constructs a QWindowsMimeConverter instance.
Combined button and popup list for selecting options.