<?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[Qwt WaterfallPlot (QwtPlotSpectrogram) disappears on window resize with specific frequency ranges]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm using QwtPlotSpectrogram with QwtMatrixRasterData to display a waterfall plot. I'm experiencing a strange rendering issue that only occurs with specific frequency ranges combined with window resize operations.<br />
Steps to reproduce:</p>
<p dir="auto">Display waterfall with range 0–3000 MHz → works fine in normal and maximized window<br />
<img src="https://ddgobkiprc33d.cloudfront.net/f70aca39-efa5-41f9-b32a-c105bb585361.png" alt="5445c4c4-8254-4643-bef4-a7703bcb0632-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Change range to 0–2900 MHz in normal window → waterfall disappears<br />
<img src="https://ddgobkiprc33d.cloudfront.net/95d8605e-e85d-4dac-abfd-8756d651708d.png" alt="61f3acc3-c224-446c-9acd-20ddffc06283-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Maximize the window → waterfall reappears<br />
<img src="https://ddgobkiprc33d.cloudfront.net/5d4ce470-39ba-48f0-9739-a56712fc864e.png" alt="7e6361cb-668f-4522-8ed0-38b667525536-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Restore to normal size → waterfall disappears again<br />
Change range back to 0–3000 MHz → waterfall reappears in normal window and stays visible through resize<br />
Change range to 0–2800 MHz in normal window → works fine, waterfall visible in both normal and maximized<br />
Change range to 0–2900 MHz while maximized → restore to normal size → waterfall disappears</p>
<p dir="auto">What I've tried:</p>
<p dir="auto">Calling invalidateCache() + replot() on resize<br />
Calling raster-&gt;setValueMatrix() again on resize<br />
Using QTimer::singleShot to delay resize</p>
<p dir="auto">My setup:</p>
<p dir="auto">QwtPlotSpectrogram + QwtMatrixRasterData<br />
Matrix width changes dynamically based on frequency range<br />
Data is QVector&lt;double&gt;, updated in real-time</p>
]]></description><link>https://forum.qt.io/topic/164280/qwt-waterfallplot-qwtplotspectrogram-disappears-on-window-resize-with-specific-frequency-ranges</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 15:28:15 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164280.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Feb 2026 05:59:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qwt WaterfallPlot (QwtPlotSpectrogram) disappears on window resize with specific frequency ranges on Fri, 20 Feb 2026 08:47:23 GMT]]></title><description><![CDATA[<p dir="auto">I found the problem</p>
<p dir="auto">Problem was that I think :<br />
I receive 65536 point but my widget width only 2000px and 32.768(33) point equal 1px, I lost the peak value there. That is my opinion and I solved. If you are think problem is different. I listen.</p>
<p dir="auto">Windows 11<br />
Qt 6.9.x<br />
Qwt-6.3.0</p>
]]></description><link>https://forum.qt.io/post/836445</link><guid isPermaLink="true">https://forum.qt.io/post/836445</guid><dc:creator><![CDATA[Joe von Habsburg]]></dc:creator><pubDate>Fri, 20 Feb 2026 08:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to Qwt WaterfallPlot (QwtPlotSpectrogram) disappears on window resize with specific frequency ranges on Wed, 18 Feb 2026 19:58:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Which version of Qt are you using ?<br />
On which platform ?<br />
If Linux:</p>
<ul>
<li>Which distribution ?</li>
<li>Which window manager ?</li>
</ul>
<p dir="auto">Can you please provide a minimal compilable example that shows this behaviour ?</p>
]]></description><link>https://forum.qt.io/post/836395</link><guid isPermaLink="true">https://forum.qt.io/post/836395</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 18 Feb 2026 19:58:08 GMT</pubDate></item></channel></rss>