Re: [Interest] private header paths and cmake

2017-06-27 Thread Thiago Macieira
On terça-feira, 27 de junho de 2017 12:32:35 PDT René J.V. Bertin wrote: > On Tuesday June 27 2017 21:36:17 Konstantin Tokarev wrote: > >Qt5PrintSupport_PRIVATE_INCLUDE_DIRS > > My bad, bad example, that one exists indeed. But I cannot find the > equivalents for these from a .pro file: > > ac

Re: [Interest] private header paths and cmake

2017-06-27 Thread René J . V . Bertin
On Tuesday June 27 2017 21:36:17 Konstantin Tokarev wrote: >Qt5PrintSupport_PRIVATE_INCLUDE_DIRS My bad, bad example, that one exists indeed. But I cannot find the equivalents for these from a .pro file: accessibility_support-private clipboard_support-private theme_support-private \ fon

[Interest] How to delete a QSGTexture from a QSGSimpleTexture before set another texture?

2017-06-27 Thread Nuno Santos
Hi, I have the following code: _textureNode->setTexture(_window->createTextureFromImage(...))); I want to delete the current texture before creating a new one. I having a leak here and I suspect that’s because I’m creating a new texture without deleting the previous I have tried to do the fol

Re: [Interest] private header paths and cmake

2017-06-27 Thread Konstantin Tokarev
27.06.2017, 21:19, "René J.V. Bertin" : > Hi, > > Is it possible to obtain the location of private headers for e.g. > QtPrintSupport or QtClipboardSupport via CMake? > At least on Mac they end up in a different location than where the more > common private headers are installed and I'm not even

[Interest] private header paths and cmake

2017-06-27 Thread René J . V . Bertin
Hi, Is it possible to obtain the location of private headers for e.g. QtPrintSupport or QtClipboardSupport via CMake? At least on Mac they end up in a different location than where the more common private headers are installed and I'm not even certain how to find that parent header dir. Thanks

Re: [Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Jérôme Godbout
if this is a one time (snapshot) render to image, Items have a method: http://doc.qt.io/qt-5/qml-qtquick-item.html#grabToImage-method else for live effect like Mitch Curtis said the ShaderEffectSource, note: you can also hide the original item if required [image: bodycad]

Re: [Interest] Qt at the C++20 era

2017-06-27 Thread Jean-Michaël Celerier
And a prototype implementation testable online ! https://cppx.godbolt.org/ Best --- Jean-Michaël Celerier http://www.jcelerier.name On Tue, Jun 27, 2017 at 3:08 PM, Jean-Michaël Celerier < jeanmichael.celer...@gmail.com> wrote: > There's now a paper : http://www.open-std.org/jtc1/ > sc22/wg

Re: [Interest] Qt at the C++20 era

2017-06-27 Thread Jean-Michaël Celerier
There's now a paper : http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0707r0.pdf --- Jean-Michaël Celerier http://www.jcelerier.name On Tue, May 2, 2017 at 4:56 PM, Corentin wrote: > > It was my understanding that Herb has a somewhat working clang-based > prototype ? Do you thin

Re: [Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Mitch Curtis
You can use a ShaderEffectSource instead of an Image: http://doc.qt.io/qt-5/qml-qtquick-shadereffectsource.html#details From: Interest on behalf of Nuno Santos Sent: Tuesday, 27 June 2017 11:19:58 AM To: Qt Project MailingList Subject: [Interest] Mirror

[Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Nuno Santos
Hi, Is there anyway of making the contents of a Qml Item appear rendered inside a Qml Image? The purpose is to make a viewport navigation preview for a certain Qml Item. Thanks! Nuno ___ Interest mailing list Interest@qt-project.org http://lists.q