<?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[QWizard persistence]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">I have a QWizard with two QWizardPages. When I am on the first page an click on the "Next" button and go back, all the fields' values are loaded correctly but, when I am on the second page and I click on the "Back" button an go again to the second page, this second page's values are not loaded again.</p>
<p dir="auto">How can I fix it?</p>
<p dir="auto">Thank you very much</p>
]]></description><link>https://forum.qt.io/topic/143595/qwizard-persistence</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:34:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/143595.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Mar 2023 09:53:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QWizard persistence on Mon, 13 Mar 2023 10:09:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanicy">@<bdi>ivanicy</bdi></a><br />
<a href="https://doc.qt.io/qt-6/qwizard.html#creating-linear-wizards" target="_blank" rel="noopener noreferrer nofollow ugc">Creating Linear Wizards</a>:</p>
<blockquote>
<p dir="auto">If the user presses Back, cleanupPage() is called (which in turn calls QWizardPage::cleanupPage()). The default implementation resets the page's fields to their original values (the values they had before initializePage() was called). If you want the Back button to be non-destructive and keep the values entered by the user, simply enable the <a href="https://doc.qt.io/qt-6/qwizard.html#WizardOption-enum" target="_blank" rel="noopener noreferrer nofollow ugc">IndependentPages</a> option.</p>
</blockquote>
]]></description><link>https://forum.qt.io/post/750819</link><guid isPermaLink="true">https://forum.qt.io/post/750819</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 13 Mar 2023 10:09:17 GMT</pubDate></item></channel></rss>