Re: [Interest] how to install qt enterprise using command line only?

2016-07-05 Thread Лагнер , Сергей
Hi. Sorry for the delayed response. I have checked and your script works well. Many thanks. But it not exactly what I want. I surprised that nobody cares about it. Is the server without GUI rare case, or all others build Qt from scratch? 2016-07-03 20:34 GMT+06:00 Ben Lau :

Re: [Interest] Utilizing the GPU, how to start?

2016-07-05 Thread Scott Aron Bloom
-Original Message- From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On Behalf Of Thiago Macieira Sent: Tuesday, July 5, 2016 5:42 PM To: interest@qt-project.org Subject: Re: [Interest] Utilizing the GPU, how to start? On terça-feira, 5 de julho de 2016 11:45:41

Re: [Interest] Utilizing the GPU, how to start?

2016-07-05 Thread Thiago Macieira
On terça-feira, 5 de julho de 2016 11:45:41 PDT Jason Kretzer wrote: > How does one get Qt widgets to take advantage of a GPU? If this question > seem naïve, it is because it is. > > With my application, I am displaying different types of media — > mp4 (using QMedia Player) > Html (folders

[Interest] Utilizing the GPU, how to start?

2016-07-05 Thread Jason Kretzer
How does one get Qt widgets to take advantage of a GPU? If this question seem naïve, it is because it is. With my application, I am displaying different types of media — mp4 (using QMedia Player) Html (folders containing a "mini-site” using QWebView) Images (using a Qlabel) This Qt 5.5,

Re: [Interest] QtCharts restricted zoom behaviour

2016-07-05 Thread Scott Aron Bloom
During the 5.6 phase, I asked about this and the answer I got was no. I was looking more for "zoom X only, and not Y" to allow customers to focus in on data. Scott -Original Message- From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On Behalf Of

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Michael Sué
Hi, It maybe something simple: If the library is there I would check the usual suspects like look if something is missing or cannot be found on your machine so that it cannot run (“ldd libqtvirtualkeyboardstylesplugin.so”). There may be an (r)path, etc. problem or a required library is

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Mitch Curtis
Ah, sorry, I didn't see that you were running the basic example, which hard-codes it into main.cpp anyway. I'm not sure what the problem is. :/ From: Julien Bordes [mailto:julienbor...@hotmail.fr] Sent: Tuesday, 5 July 2016 2:41 PM To: Mitch Curtis ; interest@qt-project.org

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Julien Bordes
Yes, I launched the application like this QT_IM_MODULE=qtvirtualkeyboard ./basic De : Mitch Curtis Envoyé : mardi 5 juillet 2016 14:32 À : Julien Bordes; interest@qt-project.org Objet : RE: QML 5.7 QNX, module (or version) is not installed

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Mitch Curtis
What about QT_IM_MODULE, did you set that? From: Julien Bordes [mailto:julienbor...@hotmail.fr] Sent: Tuesday, 5 July 2016 1:56 PM To: Mitch Curtis ; interest@qt-project.org Subject: RE: QML 5.7 QNX, module (or version) is not installed >> -Original Message- >> From:

[Interest] Model/View delegate component common parts

2016-07-05 Thread Sina Dogru
Hello everyone, I have a custom c++ model class which inherits from QAbstractListModel. And as a view I use GridView. So GridView constructs as many components as QAbstractListModel::rowCount(). But as a delegate I use a complex component. With "complex" I mean that it has animations. property

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Julien Bordes
>> -Original Message- >> From: Interest [mailto:interest-bounces+mitch.curtis=qt.io at qt-project.org] >> On Behalf Of Julien Bordes >> Sent: Thursday, 30 June 2016 5:33 PM >> To: interest at qt-project.org >> Subject: [Interest] QML 5.7 QNX, module (or version) is not installed >> >> >>

Re: [Interest] Qt display bug in 5.6.1

2016-07-05 Thread Michael Sué
Hi, I also dynamically create menus with icons on Win7 64-bit. They look fine. I use 16x16 pixel size. I get them from the resource (main.qrc), though. Maybe, in your case, they get resized during load because you have a high resolution display. - Michael.

[Interest] Qt display bug in 5.6.1

2016-07-05 Thread Etienne Sandré-Chardonnal
Hi, I have noticed a bug (regression from 5.4.2 to 5.6.1) related to the wrong display of QMenu icons when the menu is populated dynamically. The bug is filed : https://bugreports.qt.io/browse/QTBUG-54561 Before it is fixed, I would like to know if you have an idea on how to circumvent it. It