<?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[gridLayout ?]]></title><description><![CDATA[<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/b8ca6e7e-ddbc-4efc-b22d-6125affa05c5.png" alt="Untitled.png" class=" img-fluid img-markdown" /><br />
how can i access cell number 5 and set text with  gridLayout ?</p>
]]></description><link>https://forum.qt.io/topic/126643/gridlayout</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:23:21 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/126643.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 May 2021 01:54:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to gridLayout ? on Fri, 14 May 2021 05:17:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
You can use<br />
QLayoutItem *QGridLayout::itemAtPosition(int row, int column) const</p>
<p dir="auto">Inside QLayoutItem is the widget.<br />
you must use qobject_cast to cast it to the right type to access its functions.</p>
]]></description><link>https://forum.qt.io/post/659620</link><guid isPermaLink="true">https://forum.qt.io/post/659620</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Fri, 14 May 2021 05:17:30 GMT</pubDate></item></channel></rss>