4#ifndef QQUICKFOLDERBREADCRUMBBAR_P_H
5#define QQUICKFOLDERBREADCRUMBBAR_P_H
18#include <QtQml/qqmlcomponent.h>
19#include <QtQuickTemplates2/private/qquickcontainer_p.h>
20#include <QtQuickTemplates2/private/qquicktextfield_p.h>
32 Q_PROPERTY(
QQmlComponent *buttonDelegate READ buttonDelegate WRITE setButtonDelegate NOTIFY buttonDelegateChanged)
33 Q_PROPERTY(
QQmlComponent *separatorDelegate READ separatorDelegate WRITE setSeparatorDelegate NOTIFY separatorDelegateChanged)
36 Q_PROPERTY(
int upButtonSpacing READ upButtonSpacing WRITE setUpButtonSpacing NOTIFY upButtonSpacingChanged)
55 int upButtonSpacing()
const;
56 void setUpButtonSpacing(
int upButtonSpacing);
81#if QT_CONFIG(accessibility)
82 QAccessible::Role accessibleRole()
const override;
The QKeyEvent class describes a key event.
The QQmlComponent class encapsulates a QML component definition.
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
virtual bool isContent(QQuickItem *item) const
void itemChange(ItemChange change, const ItemChangeData &data) override
Called when change occurs for this item.
virtual QFont defaultFont() const
QQuickAbstractButton * upButton()
QQuickTextField * textField()
void upButtonSpacingChanged()
void buttonDelegateChanged()
QQmlComponent * buttonDelegate()
void separatorDelegateChanged()
QQmlComponent * separatorDelegate()
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
virtual void keyPressEvent(QKeyEvent *event)
This event handler can be reimplemented in a subclass to receive key press events for an item.
ItemChange
Used in conjunction with QQuickItem::itemChange() to notify the item about certain types of changes.
Combined button and popup list for selecting options.
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
#define QML_DECLARE_TYPE(TYPE)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
QFileDialog dialog(this)
[1]
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent