Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-20 Thread Daniel França
My guess is that both "Slide over" and "Split View" are managed entirely by the OS and are app-independent, in that case Qt is ready... but I may be wrong Em seg, 21 de set de 2015 às 07:09, Robert Iakobashvili escreveu: > Hi, > > 1. Is Qt ready for "Slide Over" and "Split View", >and if yes

[Interest] Qt 5.5 WinRT x64 VS2013 applications fail WACK Direct3D tests

2015-09-20 Thread Alexander Tkachenko
Hello! I downloaded latest Qt 5.5 x64 WinRT VS2013 binaries, created basic QWidget application and converted my Qt project to VS project by executing "qmake -tp vc .pro "CONFIG+=windeployqt"". The VS2013 project could be compiled and launched easily but both Windows Application Certification Kit

[Interest] High DPI support in QT (Windows)

2015-09-20 Thread Pavlo Dyachenko
Hi QT team, I posted a question on the forum about high DPI support but then was recommended this mailing list instead: According to documentation here http://doc.qt.io/qt-5/highdpi.html QT 5.4+ introduces high DPI support. However, either I’m missing something fundamental or the current support is

[Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-20 Thread Robert Iakobashvili
Hi, 1. Is Qt ready for "Slide Over" and "Split View", and if yes which version? 2. How to adapt a Qt app for "Slide Over" and "Split View"? Should we make some interface adaptation when getting some Qt-notifications on changes in available display size? Thank you. Regards, Robert ___

Re: [Interest] QPointF in QMouseEvent

2015-09-20 Thread Thiago Macieira
On Monday 21 September 2015 01:50:44 Brad Pepers wrote: > I was wondering if anyone knows why QMouseEvent::pos() returns a QPoint but > QMouseEvent::localPos() returns a QPointF. When do you ever have > fractional pixels? When would pos() and localPos() be different? A simple look at the header

[Interest] QPointF in QMouseEvent

2015-09-20 Thread Brad Pepers
I was wondering if anyone knows why QMouseEvent::pos() returns a QPoint but QMouseEvent::localPos() returns a QPointF.  When do you ever have fractional pixels?  When would pos() and localPos() be different? -- Brad ___ Interest mailing list Interest

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Thiago Macieira
On Sunday 20 September 2015 21:46:47 Daniel França wrote: > After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded > Anyone having similar issue? SDK issue. XCode 7 only comes with the macosx10.11 SDK and you're probably asking the compiler for an older SDK. Check if your .

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Daniel França
After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded Anyone having similar issue? Running Qt Creator 3.5/Qt5.5 Em dom, 20 de set de 2015 às 19:58, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 11:55:22 Philippe wrote: > > Building no

Re: [Interest] Using Qt as backend for plugin to be loaded on a host software

2015-09-20 Thread Nuno Santos
Hi, I have made successfully managed to embed a QML window into a Carbon window. I would like to share my solution and discuss it further with any interested in the subject. First I get the Carbon window ref and get the content HIView. The content view tells me the size of the Carbon window gi

[Interest] QML resources for Qt plugins are not being correctly registered on static build of Qt

2015-09-20 Thread Nuno Santos
Hi, When opening a QML window on a app compiled with a static build of Qt it complains about missing modules: qrc:/qml/main.qml:1:1: module "QtQuick" is not installed qrc:/qml/main.qml:2:1: module "QtQuick.Window" is not installed qrc:/qml/main.qml:1:1: module "QtQuick" is not installed qrc:/qml

Re: [Interest] Difference between QProcess::execute() and QProcess::start()

2015-09-20 Thread Thiago Macieira
On Sunday 20 September 2015 18:16:50 Joachim Langenbach wrote: > thanks for your hint. Actually i figured out, that the > QProcess::waitForStarted() function isn't working with the php built in > webserver. The PHP process is marked as started, but isn't up at that time. > I use a different meth

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Thiago Macieira
On Sunday 20 September 2015 11:55:22 Philippe wrote: > Building now works... but if you specify an older osx SDK. > > cf. https://bugreports.qt.io/browse/QTBUG-48357 Moved to "not enough information" state. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Sou

Re: [Interest] Difference between QProcess::execute() and QProcess::start()

2015-09-20 Thread Joachim Langenbach
Hallo Thiago, thanks for your hint. Actually i figured out, that the QProcess::waitForStarted() function isn't working with the php built in webserver. The PHP process is marked as started, but isn't up at that time. I use a different method now to check whether it is running or not and everyth

Re: [Interest] Qt3D-assimp-Scene remains black with intel-onboard graphic card on win7

2015-09-20 Thread Sean Harmer
On 16/09/2015 15:20, privet56 hotmail.com wrote: Hi, after reading the discussion on https://forum.qt.io/topic/57239/qt3d-basic-shapes-c-example-doesn-t-run/4 I fixed the code in "window.h" of the Qt3D-demos, and now, most of the demo-apps are working (this was a fix for weak onboard intel

[Interest] Xcode 7 with Qt Projects - Huge Amount of Memory Used by Xcode

2015-09-20 Thread Robert Iakobashvili
Hi, Am I the only person on the list who sees such a great amount of memory (4 -6 GB) taken by Xcode-7 with Qt projects? I've tried Qt-5.5.0 and 5.4.2 with QtCreator 3.4.2 and 5.5.0 and all are taking huge amount of memory. Thanks. Regards, Robert ___

Re: [Interest] remote backgound-image in stylesheet

2015-09-20 Thread Elvis Stansvik
Hi Amadeo, 2015-09-20 11:44 GMT+02:00 Amedeo Sorpreso : > Ciao! > > I have a QWidget... > ..can I set a remote image as his background image in the QWidget's > stylesheet ? > I tried: > > background-image:url('http://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png'); > >

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Philippe
Building now works... but if you specify an older osx SDK. cf. https://bugreports.qt.io/browse/QTBUG-48357 Philippe On Sat, 19 Sep 2015 18:58:18 -0700 Thiago Macieira wrote: > On Sunday 20 September 2015 00:40:22 Philippe wrote: > > lalr.cpp:241:56: error: expected unqualified-id > > struct _N

[Interest] remote backgound-image in stylesheet

2015-09-20 Thread Amedeo Sorpreso
Ciao! I have a QWidget... ..can I set a remote image as his background image in the QWidget's stylesheet ? I tried: background-image:url(' http://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png' ); but it don't works... -- Amedeo _

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Robert Iakobashvili
Gentlemen, This is to confirm that QtCreator-3.5.0 works correctly and do detects the compiler. Rename .pro.user to force QtCreator make discovery and re-build kits. Kind regards, Robert On Sun, Sep 20, 2015 at 5:01 AM, Liang Jian wrote: > To Michael R Nelson: I use qt creator 3.5 download

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Robert Iakobashvili
Hi Ed, Since it works for me at Qt-5.4.2, please find more details: 1. Go Preferences->Build&Run -> Compilers 2. Select Add; 3. In the form fill the following: Name: iphoneos-clang Compiler path: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang Platfor

[Interest] Qt on iOS-9 - How to Disable Shortcuts Bar on Apple's Keyboard

2015-09-20 Thread Robert Iakobashvili
Gentlemen, iOS-9 adds to Apple's keyboard Shotcuts Bar taking space. Settings -> General -> Keyboard has a way to disable Shotcuts, and if predictive input is also disabled by either Settings or programmatically, user gets this extra space. We can disable predictive input by setting a hint to a t