Re: [Interest] Fwd: QWaylandCompositor question

2022-06-15 Thread Roland Hughes via Interest
On 6/15/2022 3:11 PM, Ralf Van Bogaert wrote: Hi guys, I'm really stuck with this. Can anyone help? It's doubtful you will get much in the way of answers about Qt desktop questions. As to why, read this thread. https://lists.qt-project.org/pipermail/interest/2022-February/037986.html Mos

[Interest] Bad PyQtGraph clipping on PDF output?

2022-06-15 Thread Israel Brewster
I have a PlotWidget containing (among other things) a plot (created via plotItem.plot() and a textItem (created directly and added via addItem). Both plot and textItem have ZValue set. If the textItem has a zvalue equal to or greater than the plot, everything is fine. However, if the textItem has a

[Interest] Fwd: QWaylandCompositor question

2022-06-15 Thread Ralf Van Bogaert
Hi guys, I'm really stuck with this. Can anyone help? -- Forwarded message - Van: Ralf Van Bogaert Date: wo 1 jun. 2022 om 16:15 Subject: QWaylandCompositor question To: Hello, I am developing a Qt-based desktop environment, and would like to use QWaylandCompositor to provid

Re: [Interest] QML Runtime Style Change

2022-06-15 Thread EXT Mitch Curtis
Ah… it might have something to do with the fact that the engine (and context, etc.) are destroyed in the meantime, and callLater being called from QML. The QML team would know more about that. So I guess you have to stick to delaying the call in C++. From: Interest on behalf of randomslap--- v

Re: [Interest] QML Runtime Style Change

2022-06-15 Thread randomslap--- via Interest
  Thank you Mitch! But about the latter, I tried it out by basically 1. getting rid of styleChange, 2. writing the line of code you mentioned but calling doStyleChange and 3. making doStyleChange Q_INVOKABLE.   At first the window opens, I also change the style once but on the second try it pro