TableModelColumn QML Type
모델의 열을 나타냅니다. 더 보기...
Import Statement: | import Qt.labs.qmlmodels |
상세 설명
지원되는 역할
TableModelColumn은 Qt::InitialSortOrderRole
을 제외한 모든 Qt's roles 을 지원합니다. 역할은 다음과 같은 방법으로 액세스할 수 있습니다.
text: display required property string display
Qt::DisplayRole | display |
Qt::DecorationRole | 장식 |
Qt::EditRole | 편집 |
Qt::ToolTipRole | toolTip |
Qt::StatusTipRole | statusTip |
Qt::WhatsThisRole | whatsThis |
Qt::FontRole | 폰트 |
Qt::TextAlignmentRole | textAlignment |
Qt::BackgroundRole | 배경 |
Qt::ForegroundRole | 전경 |
Qt::CheckStateRole | 체크 상태 |
Qt::AccessibleTextRole | 접근 가능한 텍스트 |
Qt::AccessibleDescriptionRole | 접근가능설명 |
Qt::SizeHintRole | sizeHintRoleNam |
TableModel 및 TableView 을참조하세요 .
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.