![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQuickTemplates2/private/qquickheaderview_p_p.h>
#include <algorithm>
#include "moc_qquickheaderview_p_p.cpp"
#include "moc_qquickheaderview_p.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" |
|
static |
\qmltype HorizontalHeaderView \inqmlmodule QtQuick.Controls\inherits TableView
Provides a horizontal header view to accompany a \l TableView.
{detailed-description} {HorizontalHeaderView}
\qmltype VerticalHeaderView \inqmlmodule QtQuick.Controls
\inherits TableView
Offers a vertical header view to accompany a \l TableView.
{detailed-description} {VerticalHeaderView}
\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
{movableColumns}
\qmlproperty bool QtQuick.Controls::VerticalHeaderView::movableRows
{movableRows}
Definition at line 84 of file qquickheaderview.cpp.
|
static |
Definition at line 85 of file qquickheaderview.cpp.