Filter QML Type

필터에 공통된 기능을 제공하는 추상적 기본 유형입니다. 더 보기...

Import Statement: import QtQml.Models
Since: Qt 6.10
Inherits:

QtObject

Inherited By:

FunctionFilter and RoleFilter

Status: Preliminary

이 유형은 개발 중이며 변경될 수 있습니다.

속성

상세 설명

필터는 상속하는 모든 필터에 대한 공통 속성 집합을 제공합니다.

속성 문서

column : int

이 속성은 모델에서 필터를 적용할 열을 지정합니다. 값이 -1 인 경우 필터가 모델의 모든 열에 적용됩니다.

기본값은 -1 입니다.


enabled : bool

이 속성을 사용하면 SortFilterProxyModel 에서 모델 데이터를 필터링하는 동안 이 필터를 고려할 수 있습니다.

기본값은 true 입니다.


invert : bool

이 속성은 필터를 반전하여 일반적으로 필터링되는 데이터가 대신 표시되도록 합니다.

기본값은 false 입니다.


© 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.