<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to signal column span from the model?]]></title><description><![CDATA[<p dir="auto">I want my model to be able to tell the view to span certain columns on certain rows.</p>
<p dir="auto">QAbstractItemModel::span looked promising, but the documentation states "Note: Currently, span is not used."</p>
<p dir="auto">I could implement a callback from the view and have the model call it when data should span columns, but that feels clumsy. Or maybe I could fudge something with a Qt::UserRole, but again that feels clumsy.</p>
<p dir="auto">What is the accepted way to have a model signal spanning to a view?</p>
]]></description><link>https://forum.qt.io/topic/140319/how-to-signal-column-span-from-the-model</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 01:01:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/140319.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Oct 2022 20:14:03 GMT</pubDate><ttl>60</ttl></channel></rss>