<?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[Custom Mime types in Qt 5 for Clipboard support  -- no longer can subclass QWindowsMime]]></title><description><![CDATA[<p dir="auto">In Qt 4.8.4, my team wrote some subclasses of QWindowsMime and QMacPasteboardMime to add custom MimeType support to the Clipboard. In Qt 5.2, this extensibility seems to have been removed. The classes are no longer exported and the converter class just has a hardcoded list on Windows. The qwindowsmime.cpp file, though, still has the comment:</p>
<p dir="auto">By instantiating subclasses of QWindowsMime that provide conversions<br />
between Windows Clipboard and MIME formats, you can convert<br />
proprietary clipboard formats to MIME formats.</p>
<p dir="auto">Can someone tell me how this is now supported. It doesn't seem like this would have simply been totally deleted but I can't find anything explicit anywhere.</p>
<p dir="auto">Thanks<br />
Lee</p>
]]></description><link>https://forum.qt.io/topic/38404/custom-mime-types-in-qt-5-for-clipboard-support-no-longer-can-subclass-qwindowsmime</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 08:03:04 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/38404.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Feb 2014 01:25:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom Mime types in Qt 5 for Clipboard support  -- no longer can subclass QWindowsMime on Fri, 28 Feb 2014 23:19:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">That's an interesting point you are bringing. Since the code as been moved to the their platform plugins, you would have to link them to the specific plugins which is not recommended since they can change (being not part of the public API).</p>
<p dir="auto">You should consider opening a bug report "here":<a href="http://bugreports.qt-project.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://bugreports.qt-project.org</a> explaining your use case. Also please provide a minimal compilable example (with a dummy but testable QWindows/MacPasteboard) that shows the situation.</p>
]]></description><link>https://forum.qt.io/post/216643</link><guid isPermaLink="true">https://forum.qt.io/post/216643</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 28 Feb 2014 23:19:36 GMT</pubDate></item></channel></rss>