<?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[Paint line, ellipse or any shape in Qt by signal from Arduino]]></title><description><![CDATA[<p dir="auto">Hey guys,</p>
<p dir="auto">I am wondering if I can send signal from Arduino to paint shapes in Qt? I need to create a widget as a sketch books and draw on that by value output from Arduino. Is that possible? Or is there any example that I can learn and watch? (using qcustomplot??) Thanks for the help:)</p>
]]></description><link>https://forum.qt.io/topic/70045/paint-line-ellipse-or-any-shape-in-qt-by-signal-from-arduino</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 21:06:08 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/70045.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Aug 2016 03:53:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Paint line, ellipse or any shape in Qt by signal from Arduino on Tue, 09 Aug 2016 05:44:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi! So, what does your setup look like? You have a PC, an Arduino and they are somehow connected. How are they connected? You want to write an application using Qt Widgets that can receive commands from some external connection and then draw something accordingly. For the drawing part, have a look at <a href="http://doc.qt.io/qt-5/qpainter.html" target="_blank" rel="noopener noreferrer nofollow ugc">QPainter Class</a>. In case you're using serial ports, have a look at <a href="http://doc.qt.io/qt-5/qserialport.html" target="_blank" rel="noopener noreferrer nofollow ugc">QSerialPort</a>, or if you're using a TCP/IP network, have a look at the <a href="http://doc.qt.io/qt-5/qtnetwork-index.html" target="_blank" rel="noopener noreferrer nofollow ugc">Qt Network Module</a>.</p>
]]></description><link>https://forum.qt.io/post/341344</link><guid isPermaLink="true">https://forum.qt.io/post/341344</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 09 Aug 2016 05:44:24 GMT</pubDate></item></channel></rss>