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

2016-09-20 Thread Shawn Rutledge
On Sep 20, 2016, at 22:52, Rob Allan wrote: > My biggest gripe is that the Qt Quick object model seems to be much more > poorly supported in C++ than it is in QML. For example, in C++ you really > only have access to QQuickItem - none of its derived classes are documented, > and their interfac

[Interest] Clang Static Analyzer report

2016-09-20 Thread Freddy Martinez Garcia
Hi guys Can anyone tell me how can I export to some file the Clang Static Analyser report from Qt Creator? Regards = *"El tamaño de tus logros depende del tamaño de tus metas." C++ and Qt Senior DeveloperB.S. Computer ScienceBuenos Aires, Argentina

Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-20 Thread Thiago Macieira
On terça-feira, 20 de setembro de 2016 23:54:31 PDT Xavier Bigand wrote: > I have the following error : [cut] > fatal error: QtCore/private/qconfig_p.h: No such file or directory qconfig_p.h is a generated file. We need to see the output of configure. > Is it an issue of the alpha or I coud be do

[Interest] First timer WebSocket fail (OSX)

2016-09-20 Thread Jason H
It's my first time using web sockets, and thereby the first time with Qt WebSockets. I imported QtWebSockets 1.0 (though there was mention of Qt.WebSockets 1.1) I added QT+=websockets to the .pro When the socket is activated, it's status goes from 0 to 4 to 3. I see nothing on the server. I us

Re: [Interest] Composite (Image+circle) MapItem

2016-09-20 Thread Kishore J
On 19-Sep-2016 3:11 pm, "Paolo Angelelli" wrote: > > Inside Plane.qml is currently not possible. Is there anyway to get a reference to map from within Plane? And be notified when Plane was added to this map and when it was removed. > There is one patch under review that adds the MapItemGroup ite

[Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-20 Thread Xavier Bigand
I have the following error : g++ -c -include .pch\release\qt_pch.h -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O2 -std=c++1z -fexceptions -mthreads -frtti -Wall -Wextra -Wvla -Wdate-time -DUNICODE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DPCRE_STATIC -DWINVER=0x600 -D_WIN32

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

2016-09-20 Thread Rob Allan
I'm fairly new to Qt (a few months), but am already very impressed by its power and overall quality. I'm also super impressed that the user-base is being asked about what they don't like - so many providers of tools or services just don't want to hear this stuff! So much kudos to the developers for

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

2016-09-20 Thread Jérôme Godbout
I could also add the enum exposition to Qml, would be nice to have them inside their own name and a way to auto map int to string value. we always have to it manually to convert back and forth for available string/int value. an object that would wrap the enum and have the following properties: C++

Re: [Interest] QML Values to enum name

2016-09-20 Thread Jérôme Godbout
We personnaly expose another property into those case (in your WebSockets C++ class): Q_PROPERTY(QVarianMap enumToStringMap READ enum_to_string CONST); QVarianMap WebSockets::enum_to_string() { return QVariantMap { std::make_pair(WebSockets::Connecting, QString("Connecting")) , std::mak

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

2016-09-20 Thread Alejandro Exojo
On Monday 19 September 2016 18:35:43 Etienne Sandré-Chardonnal wrote: > Yes, but for instance you can't move-pass an object between signals and > slots across a queued connection, unless I'm wrong. You have to make your > object implicitely shared. This causes lots of copies when passing a > std::v

[Interest] Anyone at CppCon?

2016-09-20 Thread Giuseppe D'Angelo
Howdy, I'm at CppCon 2016 right now. Was wondering if some other fellow Qt user/developer was around. Let's raise our hands :-) Cheers, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company | Tel: UK +44-1625-809908 KDAB - The Qt Experts

[Interest] QML Values to enum name

2016-09-20 Thread Jason H
Without having to create my own mapping object, I'd like to get the name from values: WebSocket { id: webSocket onStatusChanged: console.log("webSocket status:", status) // prints 3 or 4 } I'd like to be able to do: onStatusChanged: console.log("secWebSocket status:", WebSock

Re: [Interest] Using xcode 8 Qt 5.6.1 and iOS ?

2016-09-20 Thread Thiago Macieira
On terça-feira, 20 de setembro de 2016 18:08:13 PDT Edward Sutton wrote: > This fixed my issues with OS X building on OS X 10.11.6 > XCode 8 error “Project ERROR: Xcode not set up properly”, even though the > license has been > accepted

Re: [Interest] QML ListView "gravity"

2016-09-20 Thread Jason H
> > Is there an easy way to do this? I have a hack, but I am still looking for a better solution. The hack is to place it in an Item, anchor the list view to it's bottom, and set the height accordingly: height: contentHeight < listViewContainer.height ? contentHeight : listViewContainer.height

Re: [Interest] Using xcode 8 Qt 5.6.1 and iOS ?

2016-09-20 Thread Edward Sutton
This post solves getting past the “too old” error and allows the IOS xcodeproject to be created. https://forum.qt.io/topic/71119/project-error-xcode-not-set-up-properly/8 I can close Qt Creator and continue my work using Xcode. Not ideal but I am happy to continue working with Qt 5.6.1 on Xcode

[Interest] Using xcode 8 Qt 5.6.1 and iOS ?

2016-09-20 Thread Edward Sutton
This fixed my issues with OS X building on OS X 10.11.6 XCode 8 error “Project ERROR: Xcode not set up properly”, even though the license has been accepted http://stackoverflo

[Interest] QML ListView "gravity"

2016-09-20 Thread Jason H
While still wanting a Top-To-Bottom order, I want a "gravity" for the first several elements. [HEADER A B FOOTER] - vs. - [HEADER A B FOOTER] Is there an easy way to do this? ___ Interest mailing list Interest@qt-project.org http://lists.qt-pr

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

2016-09-20 Thread Jason H
> Sent: Tuesday, September 20, 2016 at 1:35 PM > From: "Jason H" > To: "Till Oliver Knoll" > Cc: "Qt Project" > Subject: Re: [Interest] Swift and Qt? (formally?) > > > Sent: Tuesday, September 20, 2016 at 7:39 AM > > From: "Till Oliver Knoll" > > To: "Qt Project" > > Subject: Re: [Interest] Sw

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

2016-09-20 Thread Konstantin Tokarev
20.09.2016, 14:36, "Jason H" : >>  Sent: Tuesday, September 20, 2016 at 7:39 AM >>  From: "Till Oliver Knoll" >>  To: "Qt Project" >>  Subject: Re: [Interest] Swift and Qt? (formally?) >> >>  Am 19.09.16 um 18:52 schrieb Robert Iakobashvili: >>  > On Mon, Sep 19, 2016 at 5:25 PM, Jason H wrote

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

2016-09-20 Thread Jason H
> Sent: Tuesday, September 20, 2016 at 7:39 AM > From: "Till Oliver Knoll" > To: "Qt Project" > Subject: Re: [Interest] Swift and Qt? (formally?) > > Am 19.09.16 um 18:52 schrieb Robert Iakobashvili: > > On Mon, Sep 19, 2016 at 5:25 PM, Jason H wrote: > >> There is a 9-month old github; https://

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

2016-09-20 Thread André Somers
Op 19/09/2016 om 22:49 schreef Thiago Macieira: On segunda-feira, 19 de setembro de 2016 18:35:43 PDT Etienne Sandré- Chardonnal wrote: Yes, but for instance you can't move-pass an object between signals and slots across a queued connection, unless I'm wrong. You have to make your object impli