7#include <QtWidgets/qwidget.h> 
    8#include <QtQuick/qquickwindow.h> 
    9#include <QtCore/qurl.h> 
   10#include <QtQuickWidgets/qtquickwidgetsglobal.h> 
   11#include <QtGui/qimage.h> 
   42    enum ResizeMode { SizeViewToRootObject, SizeRootObjectToView };
 
   44    ResizeMode resizeMode() 
const;
 
   45    void setResizeMode(ResizeMode);
 
   49    Status status() 
const;
 
   54    QSize initialSize() 
const;
 
   59    QImage grabFramebuffer() 
const;
 
   66    void setSource(
const QUrl&);
 
   75    void continueExecute();
 
   76    void createFramebufferObject();
 
   77    void destroyFramebufferObject();
 
   79    void propagateFocusObjectChanged(
QObject *focusObject);
 
   98#if QT_CONFIG(wheelevent) 
   99    void wheelEvent(QWheelEvent *) 
override;
 
  102#if QT_CONFIG(quick_draganddrop) 
  103    void dragEnterEvent(QDragEnterEvent *) 
override;
 
  104    void dragMoveEvent(QDragMoveEvent *) 
override;
 
  105    void dragLeaveEvent(QDragLeaveEvent *) 
override;
 
  106    void dropEvent(QDropEvent *) 
override;
 
The QColor class provides colors based on RGB, HSV or CMYK values.
 
The QFocusEvent class contains event parameters for widget focus events.
 
The QHideEvent class provides an event which is sent after a widget is hidden.
 
The QKeyEvent class describes a key event.
 
virtual void timerEvent(QTimerEvent *event)
This event handler can be reimplemented in a subclass to receive timer events for the object.
 
The QPaintEvent class contains event parameters for paint events.
 
The QQmlComponent class encapsulates a QML component definition.
 
The QQmlContext class defines a context within a QML engine.
 
The QQmlEngine class provides an environment for instantiating QML components.
 
The QQmlError class encapsulates a QML error.
 
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
 
\qmltype Window \instantiates QQuickWindow \inqmlmodule QtQuick
 
The QResizeEvent class contains event parameters for resize events.
 
The QShowEvent class provides an event that is sent when a widget is shown.
 
\macro QT_RESTRICTED_CAST_FROM_ASCII
 
void statusChanged(QDeclarativeComponent::Status status)
[1]
 
Combined button and popup list for selecting options.
 
DBusConnection const char DBusError * error
 
GLuint GLsizei const GLchar * message
 
GLint GLsizei GLsizei GLenum format
 
GLsizei GLsizei GLchar * source
 
static qreal component(const QPointF &point, unsigned int i)
 
QUrl url("example.com")
[constructor-url-reference]
 
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent