Re: [Interest] Qt3D point light intesity

2020-04-11 Thread Megidd Git
Cool, thanks! 😃 On Sat, Apr 11, 2020 at 9:00 PM Esch Lorenz TU Ilmenau < lorenz.e...@tu-ilmenau.de> wrote: > Hi, > > > > QPointLight inherits from QAbstractLight, which offers setIntensitiy(). > See https://doc.qt.io/qt-5/qt3drender-qabstractlight.html#intensity-prop. > Hope this helps. > > > > C

Re: [Interest] Qt3D point light intesity

2020-04-11 Thread Esch Lorenz TU Ilmenau
Hi, QPointLight inherits from QAbstractLight, which offers setIntensitiy(). See https://doc.qt.io/qt-5/qt3drender-qabstractlight.html#intensity-prop. Hope this helps. Cheers, Lorenz Von: Interest Im Auftrag von Megidd Git Gesendet: Samstag, 11. April 2020 11:30 An: interest@qt-project.org Be

Re: [Interest] Links in PDF printed from QTextDocument

2020-04-11 Thread Giuseppe D'Angelo via Interest
Il 10/04/20 23:13, Josh ha scritto: Currently, I have my own print function which generates the PDF like following: ... painter.translate(xmar/scale, -page*pageHeight + ymar/scale); myDocument->drawContents(&painter, view); ... Any ideas about getting links into the PDF are appreciated. This

[Interest] Qt3D point light intesity

2020-04-11 Thread Megidd Git
Hi! I'm using point light in a 3D scene with entities of Phong material. I just want to be able to increase/decrease point light *intensity*. Point light has three properties: - const

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-11 Thread Thiago Macieira
On Saturday, 11 April 2020 05:51:50 -03 Filippo Rusconi via Interest wrote: > Warning: QObject::connect: signal not found in pappso::PrecisionWidget (:0, > ) > > Note that the pappso::PrecisionWidget class emits a signal that is very > simple: it just has a conventional pointer as its argument: >

Re: [Interest] mingw64: can't compile a lib such that a Qt signal can connect successfully to a binary slot

2020-04-11 Thread Filippo Rusconi via Interest
Greetings, Thiago, thank you for your follow-up. On Thu, Apr 09, 2020 at 11:37:57AM -0300, Thiago Macieira wrote: On Thursday, 9 April 2020 09:02:32 -03 Filippo Rusconi via Interest wrote: Why not? Evidently, my previous mail was somehow crippled. This is my story: I develop a scientific pr