Re: [Interest] Item / Views: QLabel delegate

2023-12-04 Thread Laszlo Papp
Thanks, Tony and Volker. This was very helpful! I copied Tony's code, and I can see the html appearing. I have some follow-up questions if you do not mind? 1. I cannot see word wrapping, so potentially long lines are still taking up one line. And if really long, the messages is not even visible c

Re: [Interest] QGraphicsView and OpenGL in Qt6

2023-12-04 Thread Philippe
>>hardware accelerated rendering architecture of Qt Quick is a better >> architecture than the comparatively monolithic, CPU-bound >>(...) >>But if those two statements are true for mobile and embedded, then they >> are - in principle - also true for the desktop Though CPU-bound, as you mention, I

Re: [Interest] QGraphicsView and OpenGL in Qt6

2023-12-04 Thread Volker Hilsheimer via Interest
> On 30 Nov 2023, at 12:16, Filippo Rusconi via Interest > wrote: >> I know things change but after that little exercise I am not sure anyone >> would ever convince me to try QML on the desktop again. Period. If QWidgets >> goes away we would probably just move to another language all together >>

Re: [Interest] Item / Views: QLabel delegate

2023-12-04 Thread Volker Hilsheimer via Interest
Hi László, On 2 Dec 2023, at 07:39, Tony Rietwyk wrote: On 2/12/2023 12:06 am, Laszlo Papp wrote: Hi everyone, I am not able to render a custom widget, like a QLabel in a QTreeView cell with a custom delegate. The delegate code is this: […] But I am seeing my QTreeView cell empty instead of