[Interest] Qt "Desktop App" for Microsoft Store

2017-04-29 Thread Robert Iakobashvili
Hi, Has anybody tried to make and publish a Qt-based Windows "Desktop App" at the Microsoft App Store? Any experience you have to share? Thanks in advance! Kind regards, Robert ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
Bad news guys. Qt 5.9 Beta 3 MSVC 2015 x64 binaries doesn't work with MSVC 2017 compiler. "Usual" widgets works, but look at the multimediawidgets/camera example - it doesn't work. No frames from camera... Do they work with MSVC 2015? As I said I can't check it. But I checked with mingw 5.3.0

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
2017-04-30 08:39, Igor Mironchik пишет: 2017-04-30 02:27, Thiago Macieira пишет: On Saturday, 29 April 2017 17:53:53 -03 Igor Mironchik wrote: Bad news guys. Qt 5.9 Beta 3 MSVC 2015 x64 binaries doesn't work with MSVC 2017 compiler. "Usual" widgets works, but look at the multimediawidgets/

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
2017-04-30 02:27, Thiago Macieira пишет: On Saturday, 29 April 2017 17:53:53 -03 Igor Mironchik wrote: Bad news guys. Qt 5.9 Beta 3 MSVC 2015 x64 binaries doesn't work with MSVC 2017 compiler. "Usual" widgets works, but look at the multimediawidgets/camera example - it doesn't work. No frames

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
Hi, 2017-04-30 02:27, Thiago Macieira пишет: On Saturday, 29 April 2017 17:53:53 -03 Igor Mironchik wrote: Bad news guys. Qt 5.9 Beta 3 MSVC 2015 x64 binaries doesn't work with MSVC 2017 compiler. "Usual" widgets works, but look at the multimediawidgets/camera example - it doesn't work. No fra

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Thiago Macieira
On Saturday, 29 April 2017 17:53:53 -03 Igor Mironchik wrote: > Bad news guys. Qt 5.9 Beta 3 MSVC 2015 x64 binaries doesn't work with > MSVC 2017 compiler. "Usual" widgets works, but look at the > multimediawidgets/camera example - it doesn't work. No frames from camera... Do they work with MSVC 2

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
Hi, 2017-04-29 18:19, Krzysztof Kawa пишет: 2017-04-29 16:02 GMT+02:00 Mike Jackson : In theory the 2015 will work as MS did not change the C/C++ runtime with VS2017. This is a theory of course. I do use it like that for some time now so it's not just a theory. QtCreator complains about abi m

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Thiago Macieira
On Saturday, 29 April 2017 13:01:04 -03 Mike Chinander wrote: > On Sat, Apr 29, 2017 at 10:33 AM, Thiago Macieira > wrote: > > > > Qt 5.8 works with MSVC 2017 flawlessly. > > > > Note: 5.8, not 5.8.0. > > What's the distinction between 5.8 and 5.8.0? MaintenanceTool is telling me > that 5.8.0-1

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Thiago Macieira
On Saturday, 29 April 2017 12:45:37 -03 Krzysztof Kawa wrote: > 2017-04-29 17:30 GMT+02:00 Thiago Macieira : > > In practice, we're finding out that due to a perverse effect of the ABI > > for > > DLLs, we may need to release binaries for 2017 and the 2015 ones will not > > work for debug-mode buil

[Interest] ctrl+c in a read-only QTextEdit

2017-04-29 Thread Alexander Semke
In a read-only QTextEdit a CTRL+C event seems to be "converted" to a close event. CTRL+C in a read-only QTextEdit placed in QDockWidget closes the current MDI subwindow (https://bugs.kde.org/show_bug.cgi?id=379102): #0 PartMdiView::closeEvent (this=0xef0fa0, event=0x7fffd0f0) at /home/ale

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Konstantin Tokarev
29.04.2017, 19:01, "Mike Chinander" : > On Sat, Apr 29, 2017 at 10:33 AM, Thiago Macieira > wrote: >> Qt 5.8 works with MSVC 2017 flawlessly. >> >> Note: 5.8, not 5.8.0. > > What's the distinction between 5.8 and 5.8.0? MaintenanceTool is telling me > that 5.8.0-1 is the latest version of 'Qt

[Interest] DropArea doesn't work if I change Item width

2017-04-29 Thread Shantanu Tushar
Hi folks, Some of our users reported[1] that they're not able to use a particular GUI element (which uses a DropArea). After days of frantically searching, I was able to reproduce it with delicate geometry settings. I have created a working example and uploaded to https://github.com/shaan7/dropare

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Mike Chinander
On Sat, Apr 29, 2017 at 10:33 AM, Thiago Macieira wrote: > Qt 5.8 works with MSVC 2017 flawlessly. > > Note: 5.8, not 5.8.0. > What's the distinction between 5.8 and 5.8.0? MaintenanceTool is telling me that 5.8.0-1 is the latest version of 'Qt 5.8'. _

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Krzysztof Kawa
2017-04-29 17:30 GMT+02:00 Thiago Macieira : > In practice, we're finding out that due to a perverse effect of the ABI for > DLLs, we may need to release binaries for 2017 and the 2015 ones will not work > for debug-mode builds with 2017. Can you elaborate on what problems occurred? I've been usin

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Thiago Macieira
On Saturday, 29 April 2017 11:02:23 -03 Mike Jackson wrote: > In theory the 2015 will work as MS did not change the C/C++ runtime with > VS2017. This is a theory of course. In theory, theory and practice are the same. In practice, they are not. In practice, we're finding out that due to a pervers

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Thiago Macieira
On Saturday, 29 April 2017 10:26:18 -03 Igor Mironchik wrote: > Hi, > > And one more question - does anybody has successful story of building Qt > 5.8 or 5.9 with MSVC 2017? Qt 5.8 works with MSVC 2017 flawlessly. Note: 5.8, not 5.8.0. > 29.04.2017 16:06, Igor Mironchik пишет: > > Hello, > > >

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Krzysztof Kawa
2017-04-29 15:26 GMT+02:00 Igor Mironchik : > Hi, > > And one more question - does anybody has successful story of building Qt 5.8 > or 5.9 with MSVC 2017? I did both and they work ok, though I skipped some of the modules I don't use (notably Quick and WebEngine). 5.8 did require one patch from a

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Krzysztof Kawa
2017-04-29 16:02 GMT+02:00 Mike Jackson : > In theory the 2015 will work as MS did not change the C/C++ runtime with > VS2017. This is a theory of course. I do use it like that for some time now so it's not just a theory. QtCreator complains about abi mismatch in the kit config but it does work. _

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
I will check it soon :) Thank you 29.04.2017 17:02 пользователь "Mike Jackson" написал: > In theory the 2015 will work as MS did not change the C/C++ runtime with > VS2017. This is a theory of course. > > -- > Mike Jackson > > Igor Mironchik > April 29, 2017 at 9:06 AM > Hello, > > In what vers

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Mike Jackson
In theory the 2015 will work as MS did not change the C/C++ runtime with VS2017. This is a theory of course. -- Mike Jackson Igor Mironchik April 29, 2017 at 9:06 AM Hello, In what version of Qt will be added official binaries for MSVC 2017? Thank you.

Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
Hi, And one more question - does anybody has successful story of building Qt 5.8 or 5.9 with MSVC 2017? 29.04.2017 16:06, Igor Mironchik пишет: Hello, In what version of Qt will be added official binaries for MSVC 2017? Thank you. ___ Interest

[Interest] Qt and MSVC 2017

2017-04-29 Thread Igor Mironchik
Hello, In what version of Qt will be added official binaries for MSVC 2017? Thank you. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest