<?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[Qt SDI app?]]></title><description><![CDATA[<p dir="auto">Is there any tutorial or model how to create a Single Document Interface, like SDI in MFC app?<br />
I want to put in the view just a simple text file, and I did not find any tutorial about this ...</p>
<p dir="auto">When I said SDI app, I meant including menu bar, status bar, etc.</p>
]]></description><link>https://forum.qt.io/topic/163691/qt-sdi-app</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 13:04:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163691.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Nov 2025 15:54:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt SDI app? on Mon, 10 Nov 2025 17:10:16 GMT]]></title><description><![CDATA[<p dir="auto">This example should be useful: <a href="https://doc.qt.io/qt-6/qtdoc-demos-documentviewer-plugins-txtviewer-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qtdoc-demos-documentviewer-plugins-txtviewer-example.html</a></p>
<p dir="auto">(There used to be a lot more, it is a shame that so many examples were purged from the Qt 6 documentation)</p>
]]></description><link>https://forum.qt.io/post/833515</link><guid isPermaLink="true">https://forum.qt.io/post/833515</guid><dc:creator><![CDATA[IgKh]]></dc:creator><pubDate>Mon, 10 Nov 2025 17:10:16 GMT</pubDate></item><item><title><![CDATA[Reply to Qt SDI app? on Tue, 11 Nov 2025 10:01:17 GMT]]></title><description><![CDATA[<p dir="auto">Excellent! I will start to try what you sent me! Thank you all!</p>
]]></description><link>https://forum.qt.io/post/833534</link><guid isPermaLink="true">https://forum.qt.io/post/833534</guid><dc:creator><![CDATA[Flaviu 0]]></dc:creator><pubDate>Tue, 11 Nov 2025 10:01:17 GMT</pubDate></item><item><title><![CDATA[Reply to Qt SDI app? on Mon, 10 Nov 2025 17:10:16 GMT]]></title><description><![CDATA[<p dir="auto">This example should be useful: <a href="https://doc.qt.io/qt-6/qtdoc-demos-documentviewer-plugins-txtviewer-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qtdoc-demos-documentviewer-plugins-txtviewer-example.html</a></p>
<p dir="auto">(There used to be a lot more, it is a shame that so many examples were purged from the Qt 6 documentation)</p>
]]></description><link>https://forum.qt.io/post/833515</link><guid isPermaLink="true">https://forum.qt.io/post/833515</guid><dc:creator><![CDATA[IgKh]]></dc:creator><pubDate>Mon, 10 Nov 2025 17:10:16 GMT</pubDate></item><item><title><![CDATA[Reply to Qt SDI app? on Mon, 10 Nov 2025 17:08:34 GMT]]></title><description><![CDATA[<p dir="auto">A <a href="https://doc.qt.io/qt-6/qmainwindow.html" target="_blank" rel="noopener noreferrer nofollow ugc">QMainWindow</a> offers menu bar, status bar etc. and you could put a <a href="https://doc.qt.io/qt-6/qplaintextedit.html" target="_blank" rel="noopener noreferrer nofollow ugc">QPlainTextEdit</a> as its central widget to view/edit a text file.</p>
<p dir="auto"><a href="https://doc.qt.io/qt-6/widgets-getting-started.html" target="_blank" rel="noopener noreferrer nofollow ugc">Getting Started Programming with Qt Widgets</a></p>
<blockquote>
<p dir="auto">In this topic, we teach basic Qt knowledge by implementing a simple Notepad application using C++ and the Qt Widgets module. The application is a small text editor which allows you to create a text file, save it, print it, or reopen and edit it again. You can also set the font to be used.</p>
</blockquote>
]]></description><link>https://forum.qt.io/post/833513</link><guid isPermaLink="true">https://forum.qt.io/post/833513</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 10 Nov 2025 17:08:34 GMT</pubDate></item></channel></rss>