Re: [Interest] A question about QtQuick.Control 2.0 ComboBox customisation

2016-09-27 Thread J-P Nurmi
The documentation for ComboBox::popup seems rather scarce, so I've added a related note to https://bugreports.qt.io/browse/QTBUG-55904. - http://doc.qt.io/qt-5/qml-qtquick-controls2-combobox.html#popup-prop - http://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html -- J-P Nurmi __

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Jean-Michaël Celerier
On Tue, Sep 27, 2016 at 11:43 PM, Konstantin Tokarev wrote: > > Qt metaobject system has same properties, e.g. you can assign or read > non-existing properties, connect to missing slots, etc. And thanks god using it like this isn't necessary to make Qt apps.

Re: [Interest] A question about QtQuick.Control 2.0 ComboBox customisation

2016-09-27 Thread Nuno Santos
Thanks so much for this tip!! I would never get there. I couldn’t find documentation for popup. Where is it defined? Best regards, Nuno > On 27 Sep 2016, at 17:22, J-P Nurmi wrote: > >> On 27 Sep 2016, at 17:40, Nuno Santos > > wrote: >> >> Hi, >> >> I’m cu

[Interest] TextField_QMLTYPE_16 QVariant(Invalid) QRect(0,0 0x0)

2016-09-27 Thread Jason H
When I close my app, I get a lot of these dumped to the console. Why? Sometimes the _16 is _19, etc. TextField_QMLTYPE_16 QVariant(Invalid) QRect(0,0 0x0) TextField_QMLTYPE_16 QVariant(Invalid) QRect(0,0 0x0) TextField_QMLTYPE_16 QVariant(Invalid) QRect(0,0 0x0) TextField_QMLTYPE_16 QVariant(Inva

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Rob Allan
> Enter OOP. In classic OOP there are no function calls, you just send messages to object, and object dispatches > them "somehow" I don't think that sort of anonymous, decoupled messaging is the definition of OOP. It is perhaps a description of the Observer Pattern, where the "publisher" has no id

Re: [Interest] QTimer::singleShot bug?

2016-09-27 Thread Alexander Dyagilev
Bug in my code. Sorry :) On 9/28/2016 12:24 AM, Alexander Dyagilev wrote: Hello, Windows 10. EXE COM server application. I create a separate thread at app start and create all the Qt stuff (including application object) there. One of my objects uses QTimer::singleShot. An external app c

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Konstantin Tokarev
28.09.2016, 00:38, "Rob Allan" : > I tend to agree with André (not surprising as he largely agreed with me!). > I'm not so sure about Bo's opinion that there would be lots of pain and > complaint if the C++ classes provided a rich API to the Qt Quick object > model. It seems like the object mo

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Rob Allan
I tend to agree with André (not surprising as he largely agreed with me!). I'm not so sure about Bo's opinion that there would be lots of pain and complaint if the C++ classes provided a rich API to the Qt Quick object model. It seems like the object model is becoming more stable, and given that PI

[Interest] QTimer::singleShot bug?

2016-09-27 Thread Alexander Dyagilev
Hello, Windows 10. EXE COM server application. I create a separate thread at app start and create all the Qt stuff (including application object) there. One of my objects uses QTimer::singleShot. An external app creates COM object of my EXE app and calls its method. I have 2 scenarios: 1.

[Interest] QtCreator color scheme for Komodo

2016-09-27 Thread Jason H
I wonder if anyone has done a Komodo (9) color scheme? Komodo has some pretty terrible stock color schemes. They seem to favor the dark, I favor the light,a nd everything is too light. Something like Qt Creator's syntax highlighting would be just right ;-) If one does not exist, might QtCreator

Re: [Interest] A question about QtQuick.Control 2.0 ComboBox customisation

2016-09-27 Thread J-P Nurmi
On 27 Sep 2016, at 17:40, Nuno Santos mailto:nunosan...@imaginando.pt>> wrote: Hi, I’m customising a QtQuick.Control 2.0 ComboBox and I’m facing myself with the following problem: I don’t know how to close the ComboBox when using a another element than ItemDelegate. The customisation page say

Re: [Interest] [qt3d] Batching optimization

2016-09-27 Thread Xavier Bigand
I came back on my qt3d migration and it seems that I have really poor performances with Qt 5.8 branch from git. Here is what I am able to display with qt3d : It runs at 30 FPS on average (here Nsight and VS are reducing the performances). After taking a look on how the frame is processed, I saw

[Interest] A question about QtQuick.Control 2.0 ComboBox customisation

2016-09-27 Thread Nuno Santos
Hi, I’m customising a QtQuick.Control 2.0 ComboBox and I’m facing myself with the following problem: I don’t know how to close the ComboBox when using a another element than ItemDelegate. The customisation page says the following: http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizi

Re: [Interest] Qt3D Render in customized QtOpenGLContext

2016-09-27 Thread Sean Harmer
On Tuesday 27 September 2016 12:20:45 Klos, Andreas wrote: > Dear great Qt-Community, > > Can i render a Qt3D mesh into a customized QtOpenGLContext? If so, how can i > determine which context should be used, to avoid the creation of a new > rendering context. Do you mean, providign your own cont

[Interest] Qt3D Render in customized QtOpenGLContext

2016-09-27 Thread Klos, Andreas
Dear great Qt-Community, Can i render a Qt3D mesh into a customized QtOpenGLContext? If so, how can i determine which context should be used, to avoid the creation of a new rendering context. Best Regards, Andreas ___ Interest mailing list Interest@qt

Re: [Interest] Swift and Qt? (formally?)

2016-09-27 Thread Diego Iastrubni
Sorry for asking the obvious... but... You should be able to use the ObjC bridges in Swift. As a developer - you should not really care, Swift is "mostly compatible" with ObjC. What is the exact problem with this approach? On Tue, Sep 20, 2016 at 2:51 PM, Jason H wrote: > > Sent: Tuesday, Septe

[Interest] Fwd: [qt3d] Batching optimization

2016-09-27 Thread Xavier Bigand
The previous mail was filtered due to the weight, I forward it with an external link for the picture. -- Forwarded message -- From: Xavier Bigand Date: 2016-09-26 17:46 GMT+02:00 Subject: Re: [Interest] [qt3d] Batching optimization To: Sean Harmer Cc: interest@qt-project.org