[Interest] Using Widgets for new projects

2017-05-16 Thread Marco Piccolino
In what scenarios would it still make sense to use QtWidgets for new
projects?

Thanks
Marco Piccolino
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator & CMake

2017-05-16 Thread Constantin Makshin
Hi Igor.

VCTIP is "Microsoft® VC compiler and tools experience improvement data
uploader", telemetry collection tool built into Visual C++.

On 05/15/2017 11:26 AM, Igor Mironchik wrote:
> Hello,
> 
> When I open CMake project with QtCreator I can see build directory in my
> sources tree...
> 
> project\build\CMakeFiles\3.8.0\CompilerIdC\Debug\CompilerIdC.tlog\
> 
> with link-VCTIP.read.197.tlog, for example
> 
> with content
> 
> #Command:
> C:\USERS\...\APPDATA\LOCAL\MICROSOFT\WINDOWS\INETCACHE\IE\X07V0CLM\DYNTELCONFIG[1].CACHE
> 
> C:\USERS\..\APPDATA\LOCAL\MICROSOFT\WINDOWS\INETCACHE\IE\0GT1U247\DYNTELCONFIG.JSON[1].CACHE
> 
> C:\USERS\..\APPDATA\LOCAL\MICROSOFT\WINDOWS\INETCACHE\IE\X07V0CLM\DYNTELCONFIG[1].CACHE
> 
> 
> What is it?
> 
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com



signature.asc
Description: OpenPGP digital signature
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] black screen with iOS app over airplay?

2017-05-16 Thread Patrick Stinson
Mange takk, Tor Arne. I’ll follow the issue there.

> On May 16, 2017, at 11:10 AM, Tor Arne Vestbø  wrote:
> 
> https://bugreports.qt.io/browse/QTBUG-56768 
> 
> 
> On 13/05/2017 18:56, Patrick Stinson wrote:
>> Hmm. This did not work for me and I am starting to realize that there
>> are more problems in the Qt code than we may be aware.
>> 
>> One problem, and maybe the main problem, is that Qt seems to incorrectly
>> rely on the OS view that is created when the app is created, but this
>> view doesn’t persist when airplay is engaged or when it is disengaged. I
>> think any of us could see this problem when you disable airplay
>> mirroring while running a Qt app and the app crashes.
>> 
>> This problem also appears to prevent Reflector 2 from showing the
>> mirrored view of the iPad app when running the Qt app, which I can only
>> interpret to mean that the Qt view is not complying with the OS’s
>> standardized view API. Reflector works fine when another app or
>> launchpad (desktop) is shown.
>> 
>> So there is some work to do here…I wish I was better with UIKit to
>> troubleshoot.
>> 
>> 
>>> On May 12, 2017, at 2:11 PM, bralche...@ics.com
>>> > wrote:
>>> 
>>> Yes, I think that’s the one.
>>> 
>>> 
>>> Regards,
>>>Boris Ralchenko.
>>> 
>>> 
>>> 
>>> 
>>> 
 On May 12, 2017, at 5:08 PM, Patrick Stinson 
 >> wrote:
 
 Do you mean QMainWindow? That is the class that I am deriving from.
 
 On May 12, 2017, at 1:38 PM, bralche...@ics.com 
 > wrote:
 
> On main window, in our case it was derived from QQuickView.
> 
> Regards,
>Boris Ralchenko.
> 
> 
> 
> 
> 
>> On May 12, 2017, at 4:33 PM, Patrick Stinson > 
>> >> wrote:
>> 
>> Oh excellent. Which object do you call setGeometry on?
>> 
>> On May 12, 2017, at 1:13 PM, bralche...@ics.com 
>> 
>> > wrote:
>> 
>>> Patrick,
>>> 
>>> you have to setGeometry(QRect screenGeometry) explicitly.
>>> screenGeometry should be queried from iOS directly, like this:
>>> 
>>> constCGRectr=[[UIScreenmainScreen]bounds];
>>> returnQRect(0,0,r.size.width,r.size.height);
>>> 
>>> 
>>> We had similar problem, black screen with AirPlay or with HDMI
>>> dongle. This solved it for us.
>>> 
>>> Regards,
>>>Boris Ralchenko.
>>> 
>>> 
>>> 
>>> 
>>> 
 On May 11, 2017, at 9:16 PM, Patrick Stinson
  
 >> wrote:
 
 Hello! Has anyone else had a problem with Qt apps only showing as
 a black screen when mirroring an iOS device over airplay? Other
 apps display fine, but then the AirPlay display turns black when
 the Qt app is brought to the front.
 
 Granted, I am using Reflector 2 to show the iPad screen on my Mac
 with latest macOS Sierra, (in order to show the iPad on a
 projector), but it just uses the AirPlay protocol on the iOS end
 so I assume it is a problem with the Qt iOS view.
 
 Thanks!___
 Interest mailing list
 Interest@qt-project.org  
 >
 http://lists.qt-project.org/mailman/listinfo/interest 
 


smime.p7s
Description: S/MIME cryptographic signature
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Suggestion: Change default QML main.cpp

2017-05-16 Thread Mitch Curtis
> -Original Message-
> From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org]
> On Behalf Of Jason H
> Sent: Tuesday, 16 May 2017 12:07 AM
> To: interestqt-project.org 
> Subject: [Interest] Suggestion: Change default QML main.cpp
> 
> After the
>   engine.load(QUrl(QLatin1String("qrc:/main.qml")));
> 
> call, if there is a parsing error, the engine is empty. The eventloop will
> continue to run. Therefore, it should check before starting the event
> loop.
> 
>   if (engine.rootObjects().size() > 0)
>   return app.exec();
> 
>   return 255;
> 
> This will help both in Creator from having many processes running that are
> filling up the App output tab, as well as any scripts that expect a
> process to be usable, but have failed to load.

Related bug report: https://bugreports.qt.io/browse/QTBUG-47996

> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] [Development] Calls for Presentations open for Qt World Summit 2017 and Meeting C++

2017-05-16 Thread Tero Kojo
Thanks Milian,

Looks like by default the option for multiple responses is turned off.
Reading the manual helped, it should now be turned on.
If it still doesn't work ping me directly.

Best,
Tero

> -Original Message-
> From: milian On Behalf Of Milian Wolff
> Sent: 15 May 2017 15:59
> To: developm...@qt-project.org
> Cc: Tero Kojo ; interest@qt-project.org
> Subject: Re: [Development] Calls for Presentations open for Qt World Summit
> 2017 and Meeting C++
> 
> On Wednesday, May 10, 2017 12:47:17 PM CEST Tero Kojo wrote:
> > Hello,
> >
> > I'd like to remind everybody that we have the Call for Presentations for Qt
> > World Summit 2017 open.
> > https://www.qtworldsummit.com/call-for-presentations/
> > If you have anything that might be interesting to the Qt world, please take
> > the time to submit your proposal. Topics can range from very technical to
> > quite high level.
> 
> Tero,
> 
> your decision to use surveymonkey for this has lead to a big problem: When I
> handed in one talk, I cannot easily hand in a second talk. The software tells
> me "You have already taken this survey." with no apparent way around this.
> 
> Can you please tell me, and anyone else who may run into this situation, on
> how we can circumvent this obvious tool limitation?
> 
> Thanks
> 
> --
> Milian Wolff | milian.wo...@kdab.com | Software Engineer
> KDAB (Deutschland) GmbH KG, a KDAB Group company
> Tel: +49-30-521325470
> KDAB - The Qt Experts
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Eclipse plug-in status - QtCreator on KDE Neon

2017-05-16 Thread André Somers


Op 16/05/2017 om 02:19 schreef Roland Hughes:
> Hello,
>
> Not that I like Eclipse in the least, but, currently have KDE Neon
> 5.8.6 installed and creator from the YABU repos needs different
> (older) version of one or more libraries. Have read that forcing of
> older version of said library causes some serious issues elsewhere in
> the desktop. It will be a while before Neon has a pure Debian back
> end, sooo (yes, stick with it because it is waay faster
> than KUbuntu and more stable.)
>
Why don't you just build QtCreator for source then? You can then compile
it against the Qt version you have on your system. Sounds like way less
hassle than trying to fiddle with getting other IDEs to run.

André

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Eclipse plug-in status - QtCreator on KDE Neon

2017-05-16 Thread Shawn Rutledge

> On 16 May 2017, at 02:19, Roland Hughes  wrote:
> 
> Granted, it sounds like this person did things in the wrong order, installing 
> Qt last, but, creator is broken

Really, on a distro that’s trying to use Qt for everything?  Well, I installed 
it on a spare partition recently (mainly to check out the new global-menu 
feature), checking...

$ sudo apt-get install qtcreator
...
The following packages have unmet dependencies:
 qtcreator : Depends: qtbase-abi-5-5-1
 Depends: qtdeclarative-abi-5-5-0
 Recommends: qmlscene
 Recommends: qt5-qmake
 Recommends: qtbase5-dev-tools
 Recommends: qtcreator-doc but it is not going to be installed
 Recommends: qtdeclarative5-dev-tools
 Recommends: qtxmlpatterns5-dev-tools

Wow, how embarrassing.  Why are they stuck with 5.5-something?

https://forum.kde.org/viewtopic.php?f=309=136886

Well, at least you can download and install the Qt SDK.  I tried; it runs.  
Somebody suggested that there too.

> so Eclipse is next best option. No, KDevelop does things completely different 
> from Qt

What does that mean?

> so not an option...unless they've completely up-ended how they do things via 
> KDevelop now. If Eclipse plug-in officially dead

I wasn’t really aware of it before… don’t think I ever tried it.

>  I'm told the library issue is an actual problem

Why?

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest