![]() |
Qt 6.x
The Qt SDK
|
#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>
Include dependency graph for qwidgetplatform_p.h:
This graph shows which files directly or indirectly include this file: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 |
Definition at line 53 of file qwidgetplatform_p.h.
Definition at line 54 of file qwidgetplatform_p.h.
Definition at line 55 of file qwidgetplatform_p.h.
Definition at line 52 of file qwidgetplatform_p.h.
Definition at line 56 of file qwidgetplatform_p.h.
Definition at line 57 of file qwidgetplatform_p.h.
Definition at line 51 of file qwidgetplatform_p.h.