<?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[QAbstractScrollArea]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">How can I put QAbstractScrollArea in ui.  I am trying to draw shapes in it but I couldnt find any example and if you provide me with project or any usage of it  it would be great.</p>
<p dir="auto">Thanks a lot.</p>
]]></description><link>https://forum.qt.io/topic/138592/qabstractscrollarea</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 00:51:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/138592.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Aug 2022 19:43:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QAbstractScrollArea on Mon, 15 Aug 2022 11:10:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ikuris">@<bdi>ikuris</bdi></a><br />
Hi<br />
Im not sure using QAbstractScrollArea is the correct way for a canvas that can scroll.<br />
In QScrollArea the actual paint of the QScrollArea would be covered up by the content widget.<br />
Not sure if same dont apply to QAbstractScrollArea :)</p>
]]></description><link>https://forum.qt.io/post/724878</link><guid isPermaLink="true">https://forum.qt.io/post/724878</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Mon, 15 Aug 2022 11:10:40 GMT</pubDate></item><item><title><![CDATA[Reply to QAbstractScrollArea on Mon, 15 Aug 2022 10:39:08 GMT]]></title><description><![CDATA[<p dir="auto">You can just add it to the layout with addWidget() but I couldnt override paintEvent of QAbstractScrollArea.<br />
I tried drawing some rectangles in it but it didn't work.</p>
]]></description><link>https://forum.qt.io/post/724874</link><guid isPermaLink="true">https://forum.qt.io/post/724874</guid><dc:creator><![CDATA[ikuris]]></dc:creator><pubDate>Mon, 15 Aug 2022 10:39:08 GMT</pubDate></item><item><title><![CDATA[Reply to QAbstractScrollArea on Sun, 14 Aug 2022 20:56:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ikuris">@<bdi>ikuris</bdi></a><br />
I don't think you can put a <code>QAbstractScrollArea</code> in with <strong>Designer</strong>, else there would be an icon widget for it.</p>
]]></description><link>https://forum.qt.io/post/724837</link><guid isPermaLink="true">https://forum.qt.io/post/724837</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Sun, 14 Aug 2022 20:56:55 GMT</pubDate></item><item><title><![CDATA[Reply to QAbstractScrollArea on Sun, 14 Aug 2022 20:33:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a><br />
I do need a lower version of qscrollarea and I am curious about its usage.<br />
I will compare their usability afterwards.</p>
]]></description><link>https://forum.qt.io/post/724833</link><guid isPermaLink="true">https://forum.qt.io/post/724833</guid><dc:creator><![CDATA[ikuris]]></dc:creator><pubDate>Sun, 14 Aug 2022 20:33:27 GMT</pubDate></item><item><title><![CDATA[Reply to QAbstractScrollArea on Sun, 14 Aug 2022 19:47:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
Why do you want to use QAbstractScrollArea  ?</p>
<p dir="auto">There is QScrollArea you can use directly.</p>
<p dir="auto">If you want to  have a scrollable paint area, you can simply use a custom widget as a content widget<br />
<a href="https://doc.qt.io/qt-6/qscrollarea.html#setWidget" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qscrollarea.html#setWidget</a></p>
]]></description><link>https://forum.qt.io/post/724828</link><guid isPermaLink="true">https://forum.qt.io/post/724828</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sun, 14 Aug 2022 19:47:51 GMT</pubDate></item></channel></rss>