ItemsViewEmptyStateHelper¶
unify emptyTitle/emptyMessage for filtered lists.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/ItemsViewEmptyStateHelper.qml
Category: Collections & data · Library: v2.80
Extends QtObject.
Notes¶
ItemsView already has EmptyState integration via emptyTitle/emptyMessage, but apps often want different copy: - no items at all - no matches while filter is active
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
itemsView |
var |
Attach to a specific ItemsView instance. |
filteredEmptyTitle |
string |
Default copy (only used when you have not overridden those on ItemsView). |
filteredEmptyMessage |
string |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
| Signature | Description |
|---|---|
attach(view) |
— |
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.