<?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[Inline wrapping in QT]]></title><description><![CDATA[<p dir="auto">Can anyone clarify whether it is possible to wrap around text or a long image inside a QLabel, so that the wrapping is on the same line?</p>
<p dir="auto">What I have so far is</p>
<p dir="auto">@mLabel = new QLabel("SHOW ME HOW YOU SCROLL PLEASE", this);</p>
<p dir="auto">mLabel-&gt;resize(170,30);@</p>
<p dir="auto">Is there a way of inline wrapping that text?</p>
<p dir="auto">Many Thanks for your help</p>
]]></description><link>https://forum.qt.io/topic/33765/inline-wrapping-in-qt</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 19:02:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/33765.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 Oct 2013 15:41:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inline wrapping in QT on Thu, 31 Oct 2013 22:25:20 GMT]]></title><description><![CDATA[<p dir="auto">I do not think the  OP wants to wrap the text, they want a side-to-side scroll similar to the maligned HTML marquee element.   This can be done with a timer and the paintEvent() of a sub-classed QLabel.    Just use your favourite search engine for "QLabel marquee"...</p>
<p dir="auto">Whether it <em>should</em> be done is another thing entirely :)</p>
]]></description><link>https://forum.qt.io/post/202530</link><guid isPermaLink="true">https://forum.qt.io/post/202530</guid><dc:creator><![CDATA[ChrisW67]]></dc:creator><pubDate>Thu, 31 Oct 2013 22:25:20 GMT</pubDate></item><item><title><![CDATA[Reply to Inline wrapping in QT on Thu, 31 Oct 2013 21:36:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Did you try "this":<a href="http://qt-project.org/doc/qt-5.0/qtwidgets/qlabel.html#wordWrap-prop" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5.0/qtwidgets/qlabel.html#wordWrap-prop</a> ?</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/202520</link><guid isPermaLink="true">https://forum.qt.io/post/202520</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 31 Oct 2013 21:36:17 GMT</pubDate></item></channel></rss>