<?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[scheduler calender]]></title><description><![CDATA[<p dir="auto">Hi friends,</p>
<p dir="auto">In Qt i want task scheduler calendar can anybody give example code.</p>
]]></description><link>https://forum.qt.io/topic/97374/scheduler-calender</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 20:21:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/97374.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Dec 2018 12:03:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to scheduler calender on Thu, 13 Dec 2018 12:54:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> said in <a href="/post/497438">scheduler calender</a>:</p>
<blockquote>
<p dir="auto">One way is to subclass QCalendarWidget</p>
</blockquote>
<p dir="auto"><code>QCalendarWidget</code> has a lot of stuff buried in the private implementation, you are probably better off just using custom model+<code>QSortFilterProxyModel</code>+<code>QTableView</code>+custom delegate</p>
]]></description><link>https://forum.qt.io/post/498926</link><guid isPermaLink="true">https://forum.qt.io/post/498926</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Thu, 13 Dec 2018 12:54:21 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 18:45:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/satyanarayana143">@<bdi>satyanarayana143</bdi></a> said in <a href="/post/497409">scheduler calender</a>:</p>
<blockquote>
<p dir="auto">how we will add task in google calendar  like that in qt application i required</p>
</blockquote>
<p dir="auto">A picture is worth a thousand words.  If you pasted an example of what you'd like your Qt widget to look like, wouldn't that help us to help you?</p>
]]></description><link>https://forum.qt.io/post/497506</link><guid isPermaLink="true">https://forum.qt.io/post/497506</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 06 Dec 2018 18:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 14:30:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
One way is to subclass QCalendarWidget<br />
and override<br />
<a href="http://doc.qt.io/qt-5/qcalendarwidget.html#paintCell" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qcalendarwidget.html#paintCell</a><br />
to make it look how you want.<br />
You must also catch the click event and handle setting Task data via dialog.</p>
]]></description><link>https://forum.qt.io/post/497438</link><guid isPermaLink="true">https://forum.qt.io/post/497438</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 06 Dec 2018 14:30:24 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 14:09:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> said in <a href="/post/497403">scheduler calender</a>:</p>
<blockquote>
<p dir="auto">well i dont know what you mean by that :)</p>
</blockquote>
<p dir="auto">He meant a calendar where tasks/meeting is scheduled like in outlook.</p>
]]></description><link>https://forum.qt.io/post/497431</link><guid isPermaLink="true">https://forum.qt.io/post/497431</guid><dc:creator><![CDATA[Ratzz]]></dc:creator><pubDate>Thu, 06 Dec 2018 14:09:03 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:45:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a></p>
<p dir="auto">not to online google calendar like that implementation in qt</p>
]]></description><link>https://forum.qt.io/post/497412</link><guid isPermaLink="true">https://forum.qt.io/post/497412</guid><dc:creator><![CDATA[satyanarayana143]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:45:08 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:36:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/satyanarayana143">@<bdi>satyanarayana143</bdi></a><br />
You want to add a Task entry to a online google calendar from a Qt application ?</p>
]]></description><link>https://forum.qt.io/post/497410</link><guid isPermaLink="true">https://forum.qt.io/post/497410</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:36:20 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:35:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a></p>
<p dir="auto">how we will add task in google calendar  like that in qt application i required</p>
]]></description><link>https://forum.qt.io/post/497409</link><guid isPermaLink="true">https://forum.qt.io/post/497409</guid><dc:creator><![CDATA[satyanarayana143]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:26:09 GMT]]></title><description><![CDATA[<p dir="auto">hi<br />
like<br />
<img src="https://cdn.windowsreport.com/wp-content/uploads/2016/10/sheduler_software_freebyte_task_scheduler.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/497406</link><guid isPermaLink="true">https://forum.qt.io/post/497406</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:26:09 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:17:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/satyanarayana143">@<bdi>satyanarayana143</bdi></a><br />
well i dont know what you mean by that :)</p>
<p dir="auto">"task schedule display"</p>
<p dir="auto">But anyway, there is no predefined widget for it.</p>
]]></description><link>https://forum.qt.io/post/497403</link><guid isPermaLink="true">https://forum.qt.io/post/497403</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:17:54 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:12:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a></p>
<p dir="auto">not normal calendar display  task schedule display in claendar.</p>
]]></description><link>https://forum.qt.io/post/497401</link><guid isPermaLink="true">https://forum.qt.io/post/497401</guid><dc:creator><![CDATA[satyanarayana143]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to scheduler calender on Thu, 06 Dec 2018 12:09:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
There is only QCalendarWidget<br />
<a href="http://doc.qt.io/qt-5/qcalendarwidget.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qcalendarwidget.html</a><br />
<a href="http://doc.qt.io/qt-5/qtwidgets-widgets-calendarwidget-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qtwidgets-widgets-calendarwidget-example.html</a></p>
]]></description><link>https://forum.qt.io/post/497399</link><guid isPermaLink="true">https://forum.qt.io/post/497399</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 06 Dec 2018 12:09:35 GMT</pubDate></item></channel></rss>