Re: [Interest] QMesh load obj

2016-07-12 Thread Oleg Evseev
Hi, SceneLoader is what you are looking for. Also take a look to "qgltf" example, and this link http://blog.qt.io/blog/2016/01/08/qt3d-asset-conditioning/ --- Regards, Oleg 2016-07-05 11:15 GMT+03:00 北风刮到脸上 <1158292...@qq.com>: > hello Sean Harmer: > i am now using qt5.7 with qt3d module,now i

Re: [Interest] Fw: Translations in QML

2016-07-12 Thread Gianluca
Hello, QLinguist has an option to guess the translation of other string on the basis of current translated ones. That means, if you have 100 places where you wrote tr(“Hello”) and in QLinguist you translate only one of those, you can ask to QLinguist to translate all the others automatically. B

Re: [Interest] Bluetooth BLE as peripheral device

2016-07-12 Thread Alexander Blasche
> -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Kali > I didn't find out how to create (or simulate) a BLE peripheral device > using bluetooth classes: > the purpose of this device is mainly testing. Creating a simple

Re: [Interest] Nothing new in QtSerialBus in Qt 5.7 despite changelog?

2016-07-12 Thread Alexander Blasche
> -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Gdtheubi uidht ... > But that was already included in v5.6. QtSerialBus module was already > introduced, > and there already were CAN implementations like SocketCAN and

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

2016-07-12 Thread Thiago Macieira
Em quarta-feira, 6 de julho de 2016, às 07:54:44 PDT, BAILLY Yves escreveu: > Need to get rid of QPainter to gain performance? fine! perfect! :-) But no > need to invent a new language, a new framework, a new API... Aside from the language, everything else was required. > Besides, after so many y

Re: [Interest] Delegate is not visible in the QTableView

2016-07-12 Thread André Somers
Op 12/07/2016 om 10:08 schreef Jha Sonakumar: I have created a class |customDelegate| (inherits |QItemDelegate|) in my Qt application and I created |setEditor()| function.But the delegate is not visible in the |QTableView|, until I click on the row. The |customDelegate| class has a |QPushB

[Interest] QMesh load obj

2016-07-12 Thread ????????????
hello Sean Harmer: i am now using qt5.7 with qt3d module,now i want to load a obj mesh like this: Qt3DCore::QEntity *meshEntity = new Qt3DCore::QEntity(rootEntity); Qt3DRender::QMesh *mesh = new Qt3DRender::QMesh(); mesh->setSource(QUrl::fromLocalFile(fileName)); and new a QPhongAlphaMaterial t

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

2016-07-12 Thread BAILLY Yves
> -Original Message- > From: Interest [mailto:interest-bounces+yves.bailly=verosoftware.com@qt- > project.org] On Behalf Of Thiago Macieira > Sent: Wednesday, July 06, 2016 8:59 AM > To: interest@qt-project.org > Subject: Re: [Interest] Utilizing the GPU, how to start? > > [...] > > Lon

[Interest] Fw: Translations in QML

2016-07-12 Thread Beemaneni, Bala
From: Beemaneni, Bala Sent: Tuesday, July 5, 2016 11:03 AM To: developm...@qt-project.org Subject: Translations in QML Hi Guyz, I am using Translations in Qml with linguist ,lupdate and lrelease.It works fine. But my requirement is , when

[Interest] [QtCharts] Logarithmic QDateTimeAxis

2016-07-12 Thread Thompson, Adam B.
The software package I co-develop at work is dependent on Qt 4.8, but we plan to move to Qt 5 when we have time/funding. We currently depend on a third-party plotting package for our 2D data visualization, but we'd like to be able to use QtCharts when we upgrade. Some of our data sets are time-

Re: [Interest] QGraphicsScene & removing item

2016-07-12 Thread Chris Gagneraud via Interest
On 26 June 2016 at 04:40, Igor Mironchik wrote: ... > My delete method is: > > void > Form::deleteItems( const QList< QGraphicsItem* > & items ) > { Snip lot of logic > } What about: Form::deleteItems( const QList< QGraphicsItem* > & items ) { auto command *cmd = new DeleteItemsCommand(); cm

[Interest] Nothing new in QtSerialBus in Qt 5.7 despite changelog?

2016-07-12 Thread Gdtheubi uidht
I saw the announcement[1] today for Qt v5.7 and it mentioned the following: "Finally, Qt 5.7 also includes a technology preview of the new Qt SerialBus module that allows you to use Qt APIs for device bus communications and protocols. It’s a generic API, but with this version it includes implement

Re: [Interest] [Qt-creator] Persistent App store get-task-allow issue

2016-07-12 Thread Eike Ziller
> On Jun 15, 2016, at 7:08 PM, Jason H wrote: > > > >> Sent: Friday, June 10, 2016 at 2:45 AM >> From: "Eike Ziller" >> To: "Jason H" >> Cc: "interestqt-project.org Interest" , qt-creator >> >> Subject: Re: [Qt-creator] Persistent App store get-task-allow issue >> >> >>> On Jun 9, 2016,

Re: [Interest] [Qt-creator] Persistent App store get-task-allow issue

2016-07-12 Thread Eike Ziller
> On Jun 9, 2016, at 6:21 PM, Jason H wrote: > > Cross-posted interest/creator > > It seems that when I am using Qt to make iOS builds that I sometimes get an > error. > 1. build an OSX debug version Why OS X? > 2. archive/compile my project in Xcode using the Xcode project.xcodeproject > f

[Interest] [ Qt on i.MX6 with eglfs ] informations about libqeglfs-viv-integration.so device library

2016-07-12 Thread Ismail ZEMNI via Interest
Hi, I intend to use Qt for Embedded Linux solution on i.MX6 platform. I have a question about the < libqeglfs-viv-integration.so > library : It consists of what exactly ? is it the DRI implementation of vivante GPU ? is it the interface used by eglfs to access hardware acceleration ? In this c

[Interest] Bluetooth BLE as peripheral device

2016-07-12 Thread Kali
Hey, I didn't find out how to create (or simulate) a BLE peripheral device using bluetooth classes: the purpose of this device is mainly testing. Creating a simple device which runs using Qt's BLE classes could be very efficient for interface tests. Is there a way to use Qt's BLE in such a way ?

Re: [Interest] QDockWidgets and ambiguous QShortcuts

2016-07-12 Thread Sergio Martins
On Sunday, 29 May 2016 10:21:36 WEST Felix morack wrote: > Hi, > > I'm facing the following problem with Shotcuts (QShortcut) and docking > widgets (QDockWidget). Hi, Which shortcut context are you using and which widget is the QShortcut parent ? Regards, Sérgio Martins __

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-07-12 Thread Simone CJB
Confirm that it works like a charm now! Thank you Simone > Il giorno 24/mag/2016, alle ore 20:40, Cjb_SW Freescale > ha scritto: > > Thanks Tres! > You gave me a good input! > Now I'm installing all the c++ stuff, hope that it will work later. > > Thanks again > Regards > Simone > > Invia

Re: [Interest] Qt5 C++ Widgets and Animated ListView

2016-07-12 Thread Simone CJB
It is finally the solution to my problems! Thanks a lot Simone > Il giorno 24/mag/2016, alle ore 18:57, Cjb_SW Freescale > ha scritto: > > Dear Martin, > Thank you a lot for your answer. > In fact, I missed this class in Qt, I will give it a try as soon as I > configure my QtCreator... >

Re: [Interest] QMediaPlayer on iOS output audio to loudspeaker

2016-07-12 Thread root
I am sorry that I am not an iPhone user. Today I found that iPhone has a silent switch, and some machines I tested were slided to silent mode, so that I can't hear audio from the loud speakers. This question is closed. On Mon, May 16, 2016 at 05:31:58AM -0700, xuxi...@cchar.com wrote: > I used Q

[Interest] How does QVideoFilterRunnable manage the OpenGL Context ?

2016-07-12 Thread Nicolas FANJAT
Hi all, I am currently working on a mobile application that would display the camera stream. Since I need to process every frame before rendering I chose to use QAbstractVideoFilter and QVideoFilterRunnable classes. And since I am developing for Android devices (the video frames come as GL textu

[Interest] Fix QML Camera's frame rate and change it resolution

2016-07-12 Thread Ilshat Nasyrov
Hi! Can it possible to fix frame rate and change resolution of Camera? Tried to use viewfinder.maximumFrameRate: 10 viewfinder.minimumFrameRate: 10 and viewfinder.resolution: Qt.size(640, 480) - no effect. How can I access the QML Camera from Android's Java side (I mean in QtActivity class)? W

[Interest] QHttp post with headers

2016-07-12 Thread Eric Laffoon
Hi all, It's a little emberassing but I'm still using some Qt3 software. Kommander is partially ported to Qt4 and I've been running my business with it since 2007. I'm rebuilding my biz and hope to have more time in the future. I was writing parser code a few years back but I'm really rusty now

Re: [Interest] Qt Windows console app

2016-07-12 Thread Igor Mironchik
Thank you guys, I really forgot to add CONFIG += console... Fixed. On 13.07.2016 09:11, Thiago Macieira wrote: Em quarta-feira, 13 de julho de 2016, às 08:34:32 PDT, Igor Mironchik escreveu: Hello. I've written console app that prints to stdout with QTextStream and qDebug(). On Linux all mes

Re: [Interest] Qt5Core uses plugins?

2016-07-12 Thread Thiago Macieira
Em quarta-feira, 13 de julho de 2016, às 08:46:15 PDT, Igor Mironchik escreveu: > Hi, > > Does Qt5Core use any plugins? No. > Does Qt's console app that uses only Qt5Core need platforms plugin or > something else? No. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect -

Re: [Interest] Qt Windows console app

2016-07-12 Thread Thiago Macieira
Em quarta-feira, 13 de julho de 2016, às 08:34:32 PDT, Igor Mironchik escreveu: > Hello. > > I've written console app that prints to stdout with QTextStream and > qDebug(). > > On Linux all messages print to console, while on Windows I see nothing. > > But when I launch app from QtCreator I see

Re: [Interest] Qt Windows console app

2016-07-12 Thread Konstantin Podsvirov
8:44, 13 jul 2016 г., Igor Mironchik : Hi, On 13.07.2016 08:38, Konstantin Podsvirov wrote: Hello Igor, In project tab see "run in terminal" checkbox and try enable It. If I run in terminal through the QtCreator I don't see console output too...Hm... and you add 'console' to CONFIG?What you us

[Interest] Qt5Core uses plugins?

2016-07-12 Thread Igor Mironchik
Hi, Does Qt5Core use any plugins? Does Qt's console app that uses only Qt5Core need platforms plugin or something else? Thank you. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Windows console app

2016-07-12 Thread Igor Mironchik
Hi, On 13.07.2016 08:38, Konstantin Podsvirov wrote: Hello Igor, In project tab see "run in terminal" checkbox and try enable It. If I run in terminal through the QtCreator I don't see console output too... Forgot to say that I'm on Windows 10. Can anybody check if Qt 5.7.0 console app corr

Re: [Interest] Qt Windows console app

2016-07-12 Thread Konstantin Podsvirov
Hello Igor,In project tab see "run in terminal" checkbox and try enable It.8:34, 13 jule 2016 г., Igor Mironchik :Hello.I've written console app that prints to stdout with QTextStream and qDebug().On Linux all messages print to console, while on Windows I see nothing.But when I launch app from QtCr

[Interest] Qt Windows console app

2016-07-12 Thread Igor Mironchik
Hello. I've written console app that prints to stdout with QTextStream and qDebug(). On Linux all messages print to console, while on Windows I see nothing. But when I launch app from QtCreator I see output of the application in QtCreator. What it can be? Hot to fix it? Thank you. P.S. Q

Re: [Interest] Creating Qt Quick controls from C++

2016-07-12 Thread Rob Allan
Hi Xavier, Thanks for your thoughts on this. Yes, I think I understand the way that Qt Quick and QML can be used to make layouts that are dynamic and updatable depending on property bindings. However, I think I'm talking about another level of customization - namely, forms that are constructed ent

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

2016-07-12 Thread Thiago Macieira
Em terça-feira, 12 de julho de 2016, às 20:04:35 PDT, Till Oliver Knoll escreveu: > > Am 12.07.2016 um 11:41 schrieb Sze Howe Koh : > > > > > > Note that it is currently summer holidays in Norway, so > > most of the staff are on leave till the end of July. > > They have summer in Norway? >

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

2016-07-12 Thread Till Oliver Knoll
> Am 12.07.2016 um 11:41 schrieb Sze Howe Koh : > > Note that it is currently summer holidays in Norway, so > most of the staff are on leave till the end of July. They have summer in Norway? *duck and cover* ;) Cheers, Oliver P.S. At least "our" summer in Switzerland is terribly le

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-12 Thread Fabio Giovagnini
Thanks Scott. I'll try. I'll let you know Il 12/lug/2016 02:22 "Scott Aron Bloom" ha scritto: > My company uses Cygwin’s Flex and Bison. > > > > We use CMake, and had to create our own module for Flex and Bison, not too > hard, but if you are using qmake, I cant help. > > > > He have no problem w

[Interest] QtIFW "Offline" Update

2016-07-12 Thread Marc Smith
Hi, I'm using Qt Installer Framework (2.0.1 currently) to produce an installation program for my project. The software works great, and I'm very happy with it. There is one feature I'd like to see implemented, or maybe someone knows of a way to get this result: I'd like it so when running my appli

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Oleg Evseev
Harald, Got it, thank you. 2016-07-12 18:35 GMT+03:00 Harald Vistnes : > Oleg, > > Add an instance of QNoDepthMask. It inherits QRenderState. > > Look in the qt3d/src/render/renderstates folder for all available > renderstates. I don't think they are all documented yet. > > Harald > Thank you, S

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Harald Vistnes
Oleg, Add an instance of QNoDepthMask. It inherits QRenderState. Look in the qt3d/src/render/renderstates folder for all available renderstates. I don't think they are all documented yet. Harald Thank you, Sean and Harald. I tried that order you suggested in "enable-qml" as I mentioned in the p

Re: [Interest] Qml plugin which registers at the same time C++ items and Qml files from resources.

2016-07-12 Thread Jérôme Godbout
Sorry I don't know the way to solve this but I can explain why it does not work: *qmlRegisterType()* require a *QObject** derivated type to work, since the register type you provide is not that kind of object, it cannot work with a .js file. One thing I know that work is to add the whole resource

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Oleg Evseev
Thank you, Sean and Harald. I tried that order you suggested in "enable-qml" as I mentioned in the previous letter (2016.07.10) Only if I put ClearBuffers into LayerFilter: > * Viewport > ** RenderSurfaceSelector > *** CameraSelector > LayerFilter [layer = sceneLayer] > * ClearBuffers >

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

2016-07-12 Thread John C. Turnbull
Thanks very much Sze - they all look very helpful. Qt is awesome. But it can be "awesomer" ;-) > On 12 Jul 2016, at 19:41, Sze Howe Koh wrote: > >> On 12 July 2016 at 14:53, John C. Turnbull wrote: >> Thanks. I never thought of using Google ;-) >> >> Sadly Google shows me what *they* want me

Re: [Interest] QtQuick high CPU load

2016-07-12 Thread Michael Sué
Hi, > 16 ms. The default timer resolution on WINDOWS is 15.625 ms, 64 events per second. Microsoft explicitly discourages any software to use any timers that fire this fast or more often. You will get the effects that you described. - Michael. _

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

2016-07-12 Thread Sze Howe Koh
On 12 July 2016 at 14:53, John C. Turnbull wrote: > Thanks. I never thought of using Google ;-) > > Sadly Google shows me what *they* want me to see, not necessarily what I am > actually looking for. > > Hence asking the question here: amongst a group of Qt experts who are not > controlled by re

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Sean Harmer
Hi, On 12/07/2016 09:18, Harald Vistnes wrote: Oleg, Did you try putting the ClearBuffers as a child of the first LayerFilter? Then the second LayerFilter can be a leaf node. * Viewport ** RenderSurfaceSelector *** CameraSelector LayerFilter [layer = opaque] * ClearBuffers Lay

[Interest] Qml plugin which registers at the same time C++ items and Qml files from resources.

2016-07-12 Thread Tomasz Olszak
Hi, Let's consider following use case: 1. Qml C++ plugin which registers C++ classes to Qml engine 2. It also has Qml files compiled in qmldir: module MyCompany.MyModule plugin MyModule classname MyModulePlugin qrc: :/MyCompany/MyModule/Item1.qml :/MyCompany/MyModule/Item2.qml In MyModu

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Harald Vistnes
Oleg, Did you try putting the ClearBuffers as a child of the first LayerFilter? Then the second LayerFilter can be a leaf node. * Viewport ** RenderSurfaceSelector *** CameraSelector LayerFilter [layer = opaque] * ClearBuffers LayerFilter [layer = transparent] Harald On Jul 12, 201

Re: [Interest] readyRead() signal issues with QTcpSopcket and Qt 5.6 under minGW

2016-07-12 Thread Etienne Sandré-Chardonnal
To be honest, I am quite skeptical too :) but I'll figure this out... 2016-07-11 21:14 GMT+02:00 Thiago Macieira : > On segunda-feira, 11 de julho de 2016 20:37:08 PDT Etienne > Sandré-Chardonnal > wrote: > > I have tried to reconstruct a minimal application doing the same, and I > > could not re

[Interest] Delegate is not visible in the QTableView

2016-07-12 Thread Jha Sonakumar
I have created a class customDelegate (inherits QItemDelegate) in my Qt application and I created setEditor() function.But the delegate is not visible in the QTableView, until I click on the row. The customDelegate class has a QPushButton and a QLable. How to fix the issue??

Re: [Interest] Split entities into groups and render them in custom order

2016-07-12 Thread Oleg Evseev
2016-07-10 19:09 GMT+03:00 Oleg Evseev : > I tried to make following sequence in "enable-qml" manual test example by > cleaning it (attached it): > > * Viewport > ** RenderSurfaceSelector > *** CameraSelector > ClearBuffers > LayerFilter [layer = sceneLayer] > > And it renders whole scen

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

2016-07-12 Thread John C. Turnbull
It's OK - they "do no evil" ;-) > On 12 Jul 2016, at 17:01, alexander golks wrote: > > Am Tue, 12 Jul 2016 16:53:25 +1000 > schrieb "John C. Turnbull" : > >> Thanks. I never thought of using Google ;-) >> >> Sadly Google shows me what *they* want me to see, not necessarily what I am >> actual

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

2016-07-12 Thread alexander golks
Am Tue, 12 Jul 2016 16:53:25 +1000 schrieb "John C. Turnbull" : > Thanks. I never thought of using Google ;-) > > Sadly Google shows me what *they* want me to see, not necessarily what I am > actually looking for. > > Hence asking the question here: amongst a group of Qt experts who are not >