<?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[How to compare timestamp in qt?]]></title><description><![CDATA[<p dir="auto">In Qt how to compare the timestamp in a loop if it reach 100ms every second it will break the loop.Anybody tells me how to do that</p>
]]></description><link>https://forum.qt.io/topic/134723/how-to-compare-timestamp-in-qt</link><generator>RSS for Node</generator><lastBuildDate>Sat, 26 Sep 2026 17:44:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/134723.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Mar 2022 13:37:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to compare timestamp in qt? on Tue, 01 Mar 2022 14:21:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/beginner_to_code">@<bdi>Beginner_to_code</bdi></a> don't do it in the loop. Use QTimer with 100ms interval. <a href="https://doc.qt.io/qt-5/qtimer.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/qtimer.html</a></p>
]]></description><link>https://forum.qt.io/post/704664</link><guid isPermaLink="true">https://forum.qt.io/post/704664</guid><dc:creator><![CDATA[artwaw]]></dc:creator><pubDate>Tue, 01 Mar 2022 14:21:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to compare timestamp in qt? on Tue, 01 Mar 2022 13:50:11 GMT]]></title><description><![CDATA[<p dir="auto">I need to get system current time and check the time in a loop until it reach 100ms .<br />
if it reach 100ms it will print some debug statement and wait for the next second to reach 100ms.<br />
I am going to log those statements in a file which contains the timestamp like(<br />
15:08:36:100<br />
15:08:37:100<br />
15:08:38:100<br />
15:08:39:100<br />
15:08:40:100<br />
15:08:41:100<br />
15:08:42:100<br />
15:08:43:100<br />
15:08:44:100<br />
15:08:45:100<br />
15:08:46:100<br />
15:08:47:100)</p>
]]></description><link>https://forum.qt.io/post/704660</link><guid isPermaLink="true">https://forum.qt.io/post/704660</guid><dc:creator><![CDATA[Beginner_to_code]]></dc:creator><pubDate>Tue, 01 Mar 2022 13:50:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to compare timestamp in qt? on Tue, 01 Mar 2022 13:40:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/beginner_to_code">@<bdi>Beginner_to_code</bdi></a> Please provide more information.<br />
What exactly is timestamp here (what is its data type)?<br />
Please show your current code and explain what happens.</p>
]]></description><link>https://forum.qt.io/post/704655</link><guid isPermaLink="true">https://forum.qt.io/post/704655</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 01 Mar 2022 13:40:58 GMT</pubDate></item></channel></rss>