<?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[[SOLVED] How to hide border of dialog that in QMdiArea]]></title><description><![CDATA[<p dir="auto">Hey! I want to open any dialog at QMdiArea, and I want to hide it's border and maximise, minimize, close buttons.<br />
setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint) don't help me.</p>
]]></description><link>https://forum.qt.io/topic/43015/solved-how-to-hide-border-of-dialog-that-in-qmdiarea</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 23:52:42 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/43015.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Jun 2014 07:22:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] How to hide border of dialog that in QMdiArea on Fri, 27 Jun 2014 07:59:47 GMT]]></title><description><![CDATA[<p dir="auto">I solved this problem:<br />
@QDialog *ctl = new QDialog(this);<br />
ctl-&gt;setFixedSize(200,200);<br />
QMdiSubWindow *sub = ui-&gt;mdiArea-&gt;addSubWindow(ctl);<br />
sub-&gt;setWindowFlags(Qt::FramelessWindowHint);<br />
ctl-&gt;show();@</p>
]]></description><link>https://forum.qt.io/post/233680</link><guid isPermaLink="true">https://forum.qt.io/post/233680</guid><dc:creator><![CDATA[rom8726]]></dc:creator><pubDate>Fri, 27 Jun 2014 07:59:47 GMT</pubDate></item></channel></rss>