Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickheaderview.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include <QtQuickTemplates2/private/qquickheaderview_p_p.h>
#include <algorithm>
#include "moc_qquickheaderview_p_p.cpp"
#include "moc_qquickheaderview_p.cpp"
Include dependency graph for qquickheaderview.cpp:

Go to the source code of this file.

Variables

static QT_BEGIN_NAMESPACE const char * kRequiredProperty_headerView = "headerView"
 \qmltype HorizontalHeaderView \inqmlmodule QtQuick.Controls\inherits TableView
static const char * kRequiredProperty_model = "model"

Variable Documentation

◆ kRequiredProperty_headerView

QT_BEGIN_NAMESPACE const char * kRequiredProperty_headerView = "headerView"
static

\qmltype HorizontalHeaderView \inqmlmodule QtQuick.Controls\inherits TableView

Provides a horizontal header view to accompany a \l TableView.

{detailed-description} {HorizontalHeaderView}

See also
VerticalHeaderView

\qmltype VerticalHeaderView \inqmlmodule QtQuick.Controls

\inherits TableView

Offers a vertical header view to accompany a \l TableView.

{detailed-description} {VerticalHeaderView}

See also
HorizontalHeaderView

\qmlproperty TableView QtQuick.Controls::HorizontalHeaderView::syncView

{syncView} {horizontally}

\qmlproperty TableView QtQuick.Controls::VerticalHeaderView::syncView

{syncView} {vertically}

\qmlproperty QVariant QtQuick.Controls::HorizontalHeaderView::model

{model} {horizontal}

\qmlproperty QVariant QtQuick.Controls::VerticalHeaderView::model

{model} {vertical}

\qmlproperty string QtQuick.Controls::HorizontalHeaderView::textRole

{textRole}

\qmlproperty string QtQuick.Controls::VerticalHeaderView::textRole

{textRole}

\qmlproperty bool QtQuick.Controls::HorizontalHeaderView::movableColumns

Since
6.8

{movableColumns}

\qmlproperty bool QtQuick.Controls::VerticalHeaderView::movableRows

Since
6.8

{movableRows}

Definition at line 84 of file qquickheaderview.cpp.

◆ kRequiredProperty_model

const char * kRequiredProperty_model = "model"
static

Definition at line 85 of file qquickheaderview.cpp.