![]() |
Qt 6.x
The Qt SDK
|
Functions | |
static bool | isAvailable (const char *type) |
template<typename T > | |
static T * | createWidget (const char *name, QObject *parent) |
static QPlatformMenu * | createMenu (QObject *parent=nullptr) |
static QPlatformMenuItem * | createMenuItem (QObject *parent=nullptr) |
static QPlatformSystemTrayIcon * | createSystemTrayIcon (QObject *parent=nullptr) |
static QPlatformDialogHelper * | createDialog (QPlatformTheme::DialogType type, QObject *parent=nullptr) |
|
inlinestatic |
Definition at line 111 of file qwidgetplatform_p.h.
References QPlatformTheme::ColorDialog, QPlatformTheme::FileDialog, QPlatformTheme::FontDialog, QPlatformTheme::MessageDialog, parent, and Q_UNUSED.
Referenced by QQuickLabsPlatformDialog::create().
|
inlinestatic |
Definition at line 87 of file qwidgetplatform_p.h.
References parent, and Q_UNUSED.
Referenced by QQuickLabsPlatformMenu::create().
|
inlinestatic |
Definition at line 95 of file qwidgetplatform_p.h.
References parent, and Q_UNUSED.
Referenced by QQuickLabsPlatformMenuItem::create().
|
inlinestatic |
Definition at line 103 of file qwidgetplatform_p.h.
References parent, and Q_UNUSED.
Referenced by QQuickLabsPlatformSystemTrayIcon::QQuickLabsPlatformSystemTrayIcon().
|
inlinestatic |
Definition at line 74 of file qwidgetplatform_p.h.
References isAvailable(), parent, and Q_UNUSED.
|
inlinestatic |
Definition at line 62 of file qwidgetplatform_p.h.
References qApp, and qCritical.
Referenced by createWidget().