Re: [Interest] Deploying Qt to MacOs still...errr, sucks?

2016-11-10 Thread Jean-Michaël Celerier
Late bump : The documentation is still lacking. For instance, where should one deploy QtQuick's QML files ? Upon inspection it seems that some plug-ins are put in Contents/PlugIns/quick, some QML files in Resources/qml (similarly to what's in Qt/5.$version/$platform/qml folder) and symlinks in Re

[Interest] What do QML import statements do?

2016-11-10 Thread Jason H
import QtQuick.Controls 1.4 In the format: import module version import: obvious enough module: obvious enough version: this is far from obvious I have several questions about what does the version specifier actually does: At runtime, If the version is lower than the max version (1.2 for example)

Re: [Interest] Qt 5.6.0: Strange "QProcess: CreateNamedPipe failed. (access denied)" messages

2016-11-10 Thread Joerg Bornemann
On 09/11/2016 14:24, Rainer Wiesenfarth wrote: Environment 1: Windows 10. - Dad starts first instance of Son => error message from Qt "QProcess: CreateNamedPipe failed. (access denied)" (3 times) This indicates that the pipes for stdin/stdout/stderr could not be created for whatever reason. W

Re: [Interest] Tumbler not working

2016-11-10 Thread Jason H
> > > > listTumbler has one TumblerColumn child where "model: list" > > > > > > console.log("listTumbler.setValue",value, list.indexOf(value), list); > > outputs: > > listTumbler.setValue B 1 [A,B,C] > > > > But the UI never updates, and internally, the value never updates either. > > > > Wha

Re: [Interest] QT plugins memory footprint and the debugger

2016-11-10 Thread Thiago Macieira
On sábado, 29 de outubro de 2016 20:46:28 CST Martin schouwenburg wrote: > I am (trying) to upgrade a qtquick application from qt 5.2 to qt 5.7. Now I > am running in a bit unexpected problem. The application is quite large and > contains 10+ modules that use the QTPluginLoader mechanism to load it

Re: [Interest] QT plugins memory footprint and the debugger

2016-11-10 Thread Ulf Hermann
Looking at the source of qt, the problem is identical(though it is protected against runaway exceptions). The MinGw debug plugins of qtquick are quite large and use the same mechanism to load plugins. If, as in my case, the initialization of the program allocates considerable memory ( but tbh

Re: [Interest] Input method support in Qt 5 — clarification

2016-11-10 Thread Dominik Wezel
Hi Sérgio and André After I wrote the last email, I became aware that I might be misunderstood and silently declassified as a moron. The key composition as such *does* work, however it seems to be implemented with an unmodifiable set of standard compose-keys, either hard-coded or based on a

Re: [Interest] Input method support in Qt 5

2016-11-10 Thread Dominik Wezel
Hi André I must apologize: you are right, and /home/user/.XCompose actually works. One thing I didn't notice until now was that together with the upgrade to KDE 5, all Compose files on my local machine were overwritten with their original versions — a very rude thing to do to a user who alre

[Interest] Qt 5.8 Wayland+qtquick2drenderer = qwt replacement for systems without hardware acceleration?

2016-11-10 Thread Alexey Mednyy
Hello, all! Can anybody prove that it's possible to replace qt 4.8 qwt based system with: Wayland+QWaylandCompositor+qtquick2drenderer. For quite long time qt 4.8 + qws was the only solution for simple windowing system. Qt 5(qtquick) was unavailable for such devices as it required opengl es. QWay

[Interest] Qt 5.8 Wayland+qtquick2drenderer = qwt replacement for systems without hardware acceleration?

2016-11-10 Thread Alexey Mednyy
Hello, all! Can anybody prove that it's possible to replace qt 4.8 qwt based system with: Wayland+QWaylandCompositor+qtquick2drenderer. For quite long time qt 4.8 + qws was the only solution for simple windowing system. Qt 5(qtquick) was unavailable for such devices as it required opengl es. QWay

[Interest] Qt3D. MultiViewPort with QuickControls 2.0 overlay

2016-11-10 Thread MASTER OF ORION
Hi! I need Multi ViewPort and QuickControls over the screen, how can i made it? I know, that i can use Qt3DQuickWindow with normal multi viewport support, but in this case, i can't use QuickControl over the window. I can use Scene3d, but in this case, i can't use multi view port... How to solve

[Interest] QT plugins memory footprint and the debugger

2016-11-10 Thread Martin schouwenburg
I am (trying) to upgrade a qtquick application from qt 5.2 to qt 5.7. Now I am running in a bit unexpected problem. The application is quite large and contains 10+ modules that use the QTPluginLoader mechanism to load its functionality. It worked fine under 5.2 but under 5.7 I get memory issue

Re: [Interest] Issue compiling qt 5.6.2

2016-11-10 Thread Etienne Sandré-Chardonnal
Do you use your own libpng? Qt has the option to use an external libpng with the -system-libpng configure option, which us mandatory if you need to link projects with libpng. If you use the libpng shipped with qt (by default) this sounds reasonable that you do not encounter the issue Le 28 oct. 20

[Interest] Qt installer framework Linux build environment

2016-11-10 Thread Alexander Voitenko
Hello. I want to build installer framework from sources exactly in the same way which is used to produce Linux binary release. Can you give me the environment description? - Static QT build flags - OS distribution and version - Compiler version - Any additional qmake parameters Of course I’ve r

Re: [Interest] Pixelated canvas on Qt 5.7 and iOS devices ... still?

2016-11-10 Thread Imaginando
Great! Looking forward to test it. Regards, Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 26 Oct 2016, at 12:23, Morten Sorvig wrote: > > >> On 15 Sep 2016, at 09:55, Nuno Santos wrote: >> >> Hi, >> >> I was wondering if there is already a way of not having pixe

Re: [Interest] Input method support in Qt 5

2016-11-10 Thread Dominik Wezel
Hi Sérgio and André Thanks for your replies, which both pointed out that the proposal has not died but rather got a new number. But why was it never implemented? Or does it need to be activated in a particular way? None of the suggested integrations of the Compose key file works out of the

Re: [Interest] OpenGL Issues in Qt5.7

2016-11-10 Thread Liu, Jeff (SRDC SW)
Spread to Qt mail-list to ask for help. From: Liu, Jeff (SRDC SW) Sent: Tuesday, October 25, 2016 2:26 PM To: 'gunnar.sle...@jollamobile.com'; 'gun...@sletta.org'; 'liang...@qt.io'; 'kai.koe...@qt.io' Subject: OpenGL Issues in Qt5.7 Hi Sletta, Qi and Koehne, This is Jeff from AMD, recently a cu

Re: [Interest] Tumbler not working

2016-11-10 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent: Wednesday, 9 November 2016 10:04 PM > To: Qt Interest > Subject: [Interest] Tumbler not working > > Simply, using a tumbler, and trying to set it to a value by: