using Gtk 4.0; Gtk.ListView { factory: Gtk.BuilderListItemFactory list_item_factory { template { child: Label { label: "Hello"; }; } }; }