![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qdebug.h>#include <QtCore/qcoreapplication.h>#include <QtGui/qpa/qplatformtheme.h>#include <QtGui/qpa/qplatformdialoghelper.h>#include <QtGui/qpa/qplatformsystemtrayicon.h>#include <QtGui/qpa/qplatformmenu.h>Go to the source code of this file.
Namespaces | |
| namespace | QWidgetPlatform |
Functions | |
| static bool | QWidgetPlatform::isAvailable (const char *type) |
| template<typename T> | |
| static T * | QWidgetPlatform::createWidget (const char *name, QObject *parent) |
| static QPlatformMenu * | QWidgetPlatform::createMenu (QObject *parent=nullptr) |
| static QPlatformMenuItem * | QWidgetPlatform::createMenuItem (QObject *parent=nullptr) |
| static QPlatformSystemTrayIcon * | QWidgetPlatform::createSystemTrayIcon (QObject *parent=nullptr) |
| static QPlatformDialogHelper * | QWidgetPlatform::createDialog (QPlatformTheme::DialogType type, QObject *parent=nullptr) |
Variables | |
| QT_BEGIN_NAMESPACE typedef QPlatformMenu | QWidgetPlatformMenu |
| typedef QPlatformColorDialogHelper QWidgetPlatformColorDialog |
Definition at line 53 of file qwidgetplatform_p.h.
| typedef QPlatformFileDialogHelper QWidgetPlatformFileDialog |
Definition at line 54 of file qwidgetplatform_p.h.
| typedef QPlatformFontDialogHelper QWidgetPlatformFontDialog |
Definition at line 55 of file qwidgetplatform_p.h.
| typedef QPlatformMenuItem QWidgetPlatformMenuItem |
Definition at line 52 of file qwidgetplatform_p.h.
| typedef QPlatformMessageDialogHelper QWidgetPlatformMessageDialog |
Definition at line 56 of file qwidgetplatform_p.h.
| typedef QPlatformSystemTrayIcon QWidgetPlatformSystemTrayIcon |
Definition at line 57 of file qwidgetplatform_p.h.
| QT_BEGIN_NAMESPACE typedef QPlatformMenu QWidgetPlatformMenu |
Definition at line 51 of file qwidgetplatform_p.h.