Hi all again,
just fyi: I found it. It was indeed PEBCAK ;-)
I use an override closeEvent() function. At the end of this function, I called
QApplication::quit(). This bypassed the needed functionality. Passing the
close event through to KXmlGuiWindow::closeEvent() fixed the position not
being
E-Mail vom Sonntag, 26. Mai 2024, 18:14:12 CEST:
> It is not possible anymore in Wayland because window coordinates cannot be
> set.
I know (from the KMainWindow sources), but I don't use Wayland. Also, e.g. for
KPhotoAlbum (which apparently does exactly same), the position is restored as
exptec
It is not possible anymore in Wayland because window coordinates cannot be set.
On Sun, May 26, 2024 at 11:37 AM Tobias Leupold wrote:
>
> Hi all!
>
> I'm a bit lost with this one. Maybe someone with more insight in KXmlGuiWindow
> could give me a hand about this? Most probably, this is PEBCAK ;-