Re: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread Thiago Macieira
On Thursday 20 August 2015 20:34:03 m...@rpzdesign.com wrote: > That is a good question as to the boundary for me is not clear. > > Between what Qt Creator is generating, Qmake/make processing, and then > Qt Creator taking back over to trigger command line tools in xcode to > deploy the project.

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] > On Behalf Of Thiago Macieira > Sent: Thursday, August 20, 2015 6:17 PM > To: interest@qt-project.org > Subject: Re: [Interest]

[Interest] [SOLVED] Re: Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
Ok, it took a couple of hours, but I solved the problem and can give better direction for the Qt IOS/OSX Maintainers Look at: https://bugreports.qt.io/browse/QTBUG-47450 for updated info. Have a great day, md On 8/20/2015 7:22 PM, m...@rpzdesign.com wrote: > Hello List: > > After spending a go

Re: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
That is a good question as to the boundary for me is not clear. Between what Qt Creator is generating, Qmake/make processing, and then Qt Creator taking back over to trigger command line tools in xcode to deploy the project. Ouch. md On 8/20/2015 8:19 PM, Thiago Macieira wrote: > On Thursday

Re: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread Thiago Macieira
On Thursday 20 August 2015 19:22:12 m...@rpzdesign.com wrote: > Hello List: > > After spending a good part of the day preparing to use Qt Creator 3.5.0 > with Qt 5.5.0, I ran into a persistent showstopper for IOS Devices/ IOS > Simulator. > > Anybody else run into a BRICK WALL with IOS developmen

[Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
Hello List: After spending a good part of the day preparing to use Qt Creator 3.5.0 with Qt 5.5.0, I ran into a persistent showstopper for IOS Devices/ IOS Simulator. Anybody else run into a BRICK WALL with IOS development on Qt 5.5.0? Fully documented at: https://bugreports.qt.io/browse/QTCR

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Thiago Macieira
On Thursday 20 August 2015 11:20:26 Mathieu Slabbinck wrote: > -lGdi32" OPENSSL_LIBS_DEBUG="-lssleay32MTd -llibeay32MTd" > OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT" > cl -c -FIQtXmlPatternsDepends -YuQtXmlPatternsDepends > -Fp.pch\release\Qt5XmlPatterns_pch.pch -nologo -Zc:wchar_t -arch:SSE

Re: [Interest] [External] How to prevent scroll changing QML ComboBox index when mouse hovers?

2015-08-20 Thread Edward Sutton
On Aug 20, 2015, at 8:57 AM, Michael R Nelson mailto:mnel...@sutron.com>> wrote: *External Message - use caution* I have the same question as Edward Sutton, but as applied to a QML ComboBox. Is there an easy way to prevent a mouse wheel scroll over a QML ComboBox from changing the index of t

[Interest] How to prevent scroll changing QML ComboBox index when mouse hovers?

2015-08-20 Thread Michael R Nelson
I have the same question as Edward Sutton, but as applied to a QML ComboBox. Is there an easy way to prevent a mouse wheel scroll over a QML ComboBox from changing the index of the ComboBox? My users complain it causes them to frequently make unintended changes. Thanks, Mike From: interest-bou

Re: [Interest] [External] Re: How to prevent scroll changing QComboBox index when mouse hovers?

2015-08-20 Thread Edward Sutton
Thanks Reinhardt. Installing an eventFilter seems to be the required solution to fix the incorrect QComboBox behavior. On Aug 20, 2015, at 8:03 AM, Reinhardt Behm mailto:rb...@hushmail.com>> wrote: *External Message - use caution* On Thursday 20 August 2015 12:55:12 Edward Sutton wrote: If u

Re: [Interest] How to prevent scroll changing QComboBox index when mouse hovers?

2015-08-20 Thread Reinhardt Behm
On Thursday 20 August 2015 12:55:12 Edward Sutton wrote: > If user hovers mouse cursor (with out clicking) over a QComboBox and scrolls > the mouse wheel the combo index scrolls. This is unexpected behavior for > both OS X and Windows users. The result is to cause users to make > unintentional ch

[Interest] How to prevent scroll changing QComboBox index when mouse hovers?

2015-08-20 Thread Edward Sutton
If user hovers mouse cursor (with out clicking) over a QComboBox and scrolls the mouse wheel the combo index scrolls. This is unexpected behavior for both OS X and Windows users. The result is to cause users to make unintentional changes in my app. Is there an easy way to prevent this unexpec

Re: [Interest] Bluetooth Low Energy connection parameters

2015-08-20 Thread Andreas Ortmann
Hi Alexander, thank you for the further instructions. Based on this article http://stackoverflow.com/questions/22514333/bluetooth-low-energy-connection-parameters-for-android-ios-and-win8/31607968#31607968 I want to modify the connection interval (called CONN_INTERVAL in this code snipped).

[Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Mathieu Slabbinck
Hi, I'm trying to get a static compilation of Qt with msvc2010 and Openssl (static) but I cannot seem to get it to work. I'm running this configure line: configure -static -debug-and-release -opengl desktop -no-compile-examples -nomake tools -nomake examples -nomake tests -openssl-linked -I C:\O

Re: [Interest] Bluetooth Low Energy connection parameters

2015-08-20 Thread Blasche Alexander
Hi Andreas, Could you please be more specific. I don't understand what interval you are referring to. Maybe you could point me to the equivalent Android API element? Maybe you could mention some of the parameters you are after? Then I could answer your question. -- Alex _