Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwidgetplatform_p.h File Reference
#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
 

Typedefs

typedef QPlatformMenuItem QWidgetPlatformMenuItem
 
typedef QPlatformColorDialogHelper QWidgetPlatformColorDialog
 
typedef QPlatformFileDialogHelper QWidgetPlatformFileDialog
 
typedef QPlatformFontDialogHelper QWidgetPlatformFontDialog
 
typedef QPlatformMessageDialogHelper QWidgetPlatformMessageDialog
 
typedef QPlatformSystemTrayIcon QWidgetPlatformSystemTrayIcon
 

Functions

static bool QWidgetPlatform::isAvailable (const char *type)
 
template<typename T >
static T * QWidgetPlatform::createWidget (const char *name, QObject *parent)
 
static QPlatformMenuQWidgetPlatform::createMenu (QObject *parent=nullptr)
 
static QPlatformMenuItemQWidgetPlatform::createMenuItem (QObject *parent=nullptr)
 
static QPlatformSystemTrayIconQWidgetPlatform::createSystemTrayIcon (QObject *parent=nullptr)
 
static QPlatformDialogHelperQWidgetPlatform::createDialog (QPlatformTheme::DialogType type, QObject *parent=nullptr)
 

Variables

QT_BEGIN_NAMESPACE typedef QPlatformMenu QWidgetPlatformMenu
 

Typedef Documentation

◆ QWidgetPlatformColorDialog

◆ QWidgetPlatformFileDialog

◆ QWidgetPlatformFontDialog

◆ QWidgetPlatformMenuItem

Definition at line 52 of file qwidgetplatform_p.h.

◆ QWidgetPlatformMessageDialog

◆ QWidgetPlatformSystemTrayIcon

Variable Documentation

◆ QWidgetPlatformMenu