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
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
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
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
___
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
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
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 .
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
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
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
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
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
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
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
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
___
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');
>
>
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
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
_
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
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
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
21 matches
Mail list logo