<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: X11 Intercept Window Close Event</title>
	<atom:link href="http://john.nachtimwald.com/2009/11/01/x11-intercept-window-close-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.nachtimwald.com/2009/11/01/x11-intercept-window-close-event/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=x11-intercept-window-close-event</link>
	<description>My little blog</description>
	<lastBuildDate>Sat, 21 Jan 2012 00:48:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://john.nachtimwald.com/2009/11/01/x11-intercept-window-close-event/comment-page-1/#comment-26</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://john.nachtimwald.com/?p=255#comment-26</guid>
		<description>WM_DELETE_WINDOW is passed to the embedded window if you do not register it, even if you re-implement the closeEvent; the embedded window will close. If you register it then you have to look for it as a client message in the X11EventFilter because the closeEvent will never be called since the WM_DELETE_WINDOW has essentially been overridden.</description>
		<content:encoded><![CDATA[<p>WM_DELETE_WINDOW is passed to the embedded window if you do not register it, even if you re-implement the closeEvent; the embedded window will close. If you register it then you have to look for it as a client message in the X11EventFilter because the closeEvent will never be called since the WM_DELETE_WINDOW has essentially been overridden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://john.nachtimwald.com/2009/11/01/x11-intercept-window-close-event/comment-page-1/#comment-25</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://john.nachtimwald.com/?p=255#comment-25</guid>
		<description>Hey John, fantastic stuff!

One bit that I didn&#039;t quite understand is why you register for WM_DELETE_WINDOW. Can&#039;t you just subclass QX11EmbedContainer and reimplement closeEvent? (you can accept/reject the QCloseEvent)</description>
		<content:encoded><![CDATA[<p>Hey John, fantastic stuff!</p>
<p>One bit that I didn&#8217;t quite understand is why you register for WM_DELETE_WINDOW. Can&#8217;t you just subclass QX11EmbedContainer and reimplement closeEvent? (you can accept/reject the QCloseEvent)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

