<?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[Creating a new window by dragging page itself in QML? (and vice versa)]]></title><description><![CDATA[<p dir="auto">Hi. I want to develop an app where users can freely lay out widgets they want (usually defined as Pane) like Visual Studio. In Visual Studio, we can drag a source code tab to make a new window.<br />
<img src="https://ddgobkiprc33d.cloudfront.net/8bd95bcb-4b0e-4de1-9e52-e07caf8b676d.JPG" alt="asd.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">And this is my idea to implement that:</p>
<ol>
<li>When tab is clicked, capture its whole page as an image.</li>
<li>In mouse dragging event, paint the captured image in right down the mouse pointer.<br />
2.1. If the dragging finished in existing window, nothing happened (if necessary, changing the order of layouts).<br />
2.2. If the dragging finished in outer space of the window, creates a new window showing the page being dragged.</li>
</ol>
<p dir="auto">What do you think of this idea? Or is there any types or functions to acheive this?<br />
Any advise will helps a lot. Thanks for reading.</p>
]]></description><link>https://forum.qt.io/topic/142213/creating-a-new-window-by-dragging-page-itself-in-qml-and-vice-versa</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 05:18:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/142213.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jan 2023 09:01:04 GMT</pubDate><ttl>60</ttl></channel></rss>