All,
Thanks for the ideas and pointers to the web link. We shall take a look and
see what we can do.
Mike Jackson
-Original Message-
From: Interest on
behalf of "Murphy, Sean"
Date: Tuesday, May 1, 2018 at 12:59 PM
To: "interest@qt-project.org"
Subject: Re: [I
> By definition, you can only draw inside a window.
>
> So if you need to draw, put a window there. Maybe you can make a window
> that has no title bar, no borders and is transparent.
That was going to be my suggestion as well, and I was working on something
last week that needed a transparent ov
On Tuesday, 1 May 2018 08:31:58 PDT Michael Jackson wrote:
> Possibly strange question that I have googled a bit for but I may not be
> using the proper terminology to get the answers that I am looking for.
>
> I have a QWidget (say a button) in QWindow "A" and I want to perform a drag
> action fr
Possibly strange question that I have googled a bit for but I may not be using
the proper terminology to get the answers that I am looking for.
I have a QWidget (say a button) in QWindow "A" and I want to perform a drag
action from that QWidget onto another QWidget in another QWindow "B" (So far