[Interest] [Qt3D] Diffusemap alpha

2017-01-09 Thread Oleg Evseev
Hi, I was wondered why Qt3D diffusemap material doesn't implement texture alpha for fragColor or why there no diffuseMapAlpha material at least. I tried to modify diffusemap.frag by analogy with normaldiffusemapalpha.frag set diffuseTextureColor as vec4 and make fragColor = vec4( diffuseTextureC

Re: [Interest] How to ssh-in then connect to a database in Qt?

2017-01-09 Thread Thiago Macieira
On segunda-feira, 9 de janeiro de 2017 20:01:26 PST Jason H wrote: > This one is a head scratcher for me. I want to write a Qt app that connects > to a server running SSH, then connect to a database behind it, as it's not > internet accessible. MySQLWorkbench and others can do this. I'm wondering >

Re: [Interest] How to ssh-in then connect to a database in Qt?

2017-01-09 Thread Konstantin Tokarev
09.01.2017, 22:01, "Jason H" : > This one is a head scratcher for me. I want to write a Qt app that connects > to a server running SSH, then connect to a database behind it, as it's not > internet accessible. MySQLWorkbench and others can do this. I'm wondering if > there is a way d do this in

[Interest] How to ssh-in then connect to a database in Qt?

2017-01-09 Thread Jason H
This one is a head scratcher for me. I want to write a Qt app that connects to a server running SSH, then connect to a database behind it, as it's not internet accessible. MySQLWorkbench and others can do this. I'm wondering if there is a way d do this in Qt? (Currently the DB is Mysql, but plan

Re: [Interest] How to improve Qt's QSS/CSS performance on embedded devices?

2017-01-09 Thread Thiago Macieira
On segunda-feira, 9 de janeiro de 2017 08:28:50 PST Michael Herzlich wrote: > Hi Qt developers, > > I ran into performance problems with Qt for embedded Linux 4.8.3 on custom > hardware. The styling of the UI is done with QSS and no custom painting > code. There are multiple measurements visualiz

Re: [Interest] SVG2 Mesh Gradient - will be implemented? When?

2017-01-09 Thread Konstantin Tokarev
09.01.2017, 18:16, "Shawn Rutledge" : >>  On 9 Jan 2017, at 16:04, Serge K via Interest >> wrote: >> >>  This feature existed in Inkscape for long time before but was "hidden" >> (possible open by editing some config files). In latest version of Inkscape >> 0.92 this very useful feature appea

Re: [Interest] SVG2 Mesh Gradient - will be implemented? When?

2017-01-09 Thread Shawn Rutledge
> On 9 Jan 2017, at 16:04, Serge K via Interest wrote: > > This feature existed in Inkscape for long time before but was "hidden" > (possible open by editing some config files). In latest version of Inkscape > 0.92 this very useful feature appeared as open. And it existed in Adobe > Illustrat

[Interest] SVG2 Mesh Gradient - will be implemented? When?

2017-01-09 Thread Serge K via Interest
This feature existed in Inkscape for long time before but was "hidden" (possible open by editing some config files). In latest version of Inkscape 0.92 this very useful feature appeared as open. And it existed in Adobe Illustrator for years. This is a standard svg2 feature allowing create "coni

[Interest] Qt3D - QRenderSurfaceSelector

2017-01-09 Thread Harald Vistnes
Hi, QRenderSurfaceSelector::setSurface accepts a QWindow or a QOffscreenSurface. Is there any example code on how to use QOffscreenSurface with Qt3D? How is intended to be used? Is it possible to combine QOffscreenSurface with QRenderCapture to render images in command line applications without an

Re: [Interest] How to improve Qt's QSS/CSS performance on embedded devices?

2017-01-09 Thread Jason H
What are you changing in the QSS? If it's just colors, just use QPalette. > Sent: Monday, January 09, 2017 at 8:28 AM > From: "Michael Herzlich" > To: interest@qt-project.org > Subject: [Interest] How to improve Qt's QSS/CSS performance on embedded > devices? > > > > Hi Qt developers, >   >