4#ifndef QQUICKPOPUPANCHORS_P_H 
    5#define QQUICKPOPUPANCHORS_P_H 
   18#include <QtCore/qobject.h> 
   19#include <QtQml/qqml.h> 
   20#include <QtQuick/private/qquickitem_p.h> 
   21#include <QtQuickTemplates2/private/qtquicktemplates2global_p.h> 
   32    Q_PROPERTY(
QQuickItem *centerIn READ centerIn WRITE setCenterIn RESET resetCenterIn NOTIFY centerInChanged FINAL)
 
virtual void itemDestroyed(QQuickItem *)
 
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
 
Combined button and popup list for selecting options.
 
#define QML_DECLARE_TYPE(TYPE)
 
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)