<?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[Showing calendar on date edit in TableView (using models)]]></title><description><![CDATA[<p dir="auto">Hello everybody!</p>
<p dir="auto">I'm developing Qt application(obvious, but to start with).<br />
I have tableview which has tablemodel written by me in the background.<br />
I have a date field that I want to be edited. I return QVariant od QDate type (I tried DateTime and so on) and my field looks like dd-mm-YYYY with up and down arrows. When I was working with QSqlTableModel I noticed, that they have a calendar popup to edit date. I strongly need to do the same thing. There was no delegates in the source files but maybe I am wrong. Please tell me how to show calendar when a user edits date. Thank you!</p>
]]></description><link>https://forum.qt.io/topic/26409/showing-calendar-on-date-edit-in-tableview-using-models</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 12:25:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/26409.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Apr 2013 21:00:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Showing calendar on date edit in TableView (using models) on Fri, 03 May 2013 12:17:17 GMT]]></title><description><![CDATA[<p dir="auto">Answer is to create user-delegate from DateEdit widget and set popupCalendar(true)</p>
]]></description><link>https://forum.qt.io/post/174915</link><guid isPermaLink="true">https://forum.qt.io/post/174915</guid><dc:creator><![CDATA[Zhenya]]></dc:creator><pubDate>Fri, 03 May 2013 12:17:17 GMT</pubDate></item></channel></rss>