<?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[Draw a graphic in qt designer]]></title><description><![CDATA[<p dir="auto">Hi, I should draw a graphic in qt designer about a real time process. This graphic represent PID Control. What tools or widgets I should use? Thanks</p>
]]></description><link>https://forum.qt.io/topic/27236/draw-a-graphic-in-qt-designer</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 06:05:49 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/27236.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 May 2013 16:56:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Draw a graphic in qt designer on Wed, 22 May 2013 11:28:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks guys! I'll try it. Thanks!</p>
]]></description><link>https://forum.qt.io/post/180077</link><guid isPermaLink="true">https://forum.qt.io/post/180077</guid><dc:creator><![CDATA[jekasores]]></dc:creator><pubDate>Wed, 22 May 2013 11:28:09 GMT</pubDate></item><item><title><![CDATA[Reply to Draw a graphic in qt designer on Thu, 16 May 2013 09:35:46 GMT]]></title><description><![CDATA[<p dir="auto">Also you can get good performance with "Graphicsview":<a href="https://qt-project.org/doc/qt-5.0/qtwidgets/examples-graphicsview.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://qt-project.org/doc/qt-5.0/qtwidgets/examples-graphicsview.html</a></p>
]]></description><link>https://forum.qt.io/post/179416</link><guid isPermaLink="true">https://forum.qt.io/post/179416</guid><dc:creator><![CDATA[qxoz]]></dc:creator><pubDate>Thu, 16 May 2013 09:35:46 GMT</pubDate></item><item><title><![CDATA[Reply to Draw a graphic in qt designer on Thu, 16 May 2013 08:47:34 GMT]]></title><description><![CDATA[<p dir="auto">The class you should search for is QPainter (and everything related to it)...<br />
Have a look at the "Basic drawing example":<a href="http://qt-project.org/doc/qt-4.8/painting-basicdrawing.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-4.8/painting-basicdrawing.html</a> this will show you how to use QPainter</p>
]]></description><link>https://forum.qt.io/post/179411</link><guid isPermaLink="true">https://forum.qt.io/post/179411</guid><dc:creator><![CDATA[Mario84]]></dc:creator><pubDate>Thu, 16 May 2013 08:47:34 GMT</pubDate></item><item><title><![CDATA[Reply to Draw a graphic in qt designer on Wed, 15 May 2013 18:48:42 GMT]]></title><description><![CDATA[<p dir="auto">Sorry guys,<br />
I would like to say  that I want to draw a graphic in Cartesian coordinate axis. The graphic will show velocity  in  my process so every time I need to draw a new point in the graphic. Which tools is better to use? What commands I should search for?</p>
]]></description><link>https://forum.qt.io/post/179359</link><guid isPermaLink="true">https://forum.qt.io/post/179359</guid><dc:creator><![CDATA[jekasores]]></dc:creator><pubDate>Wed, 15 May 2013 18:48:42 GMT</pubDate></item><item><title><![CDATA[Reply to Draw a graphic in qt designer on Wed, 15 May 2013 07:44:59 GMT]]></title><description><![CDATA[<p dir="auto">Since a PID contains three parameters I would recommend three sliders/dials or spinbox. But as qxoz said, it's a bit unclear what you want to achieve. Do you want a real-time graph? Or a way to setup the PID settings real-time? Or both?<br />
Drawing a graph there are some third party tools to use.<br />
For the dials or other widgets you should use the signals changed() to send new settings into your system.<br />
Greetz</p>
]]></description><link>https://forum.qt.io/post/179246</link><guid isPermaLink="true">https://forum.qt.io/post/179246</guid><dc:creator><![CDATA[Jeroentjehome]]></dc:creator><pubDate>Wed, 15 May 2013 07:44:59 GMT</pubDate></item><item><title><![CDATA[Reply to Draw a graphic in qt designer on Wed, 15 May 2013 04:40:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi jekasores!<br />
Can you explain what you mean by "...draw a graphic in qt designer..."?</p>
]]></description><link>https://forum.qt.io/post/179218</link><guid isPermaLink="true">https://forum.qt.io/post/179218</guid><dc:creator><![CDATA[qxoz]]></dc:creator><pubDate>Wed, 15 May 2013 04:40:06 GMT</pubDate></item></channel></rss>