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

2017-05-13 Thread Patrick Stinson
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 a

Re: [Interest] Qt drag 'n drop indicator

2017-05-13 Thread Murphy, Sean
I don't think that's 100% true, when I drag the same file over other applications (non-Qt if that matters) that support drag and drop, the icon changes to the attached mouse pointer with a little selection rectangle and '+' sign. I'm not sure what mechanism is controlling that though, but it app

Re: [Interest] Qt drag 'n drop indicator

2017-05-13 Thread Michael Sué
Hi, >but I'm missing how to do it when the drag starts from Windows itself I would assume that the program that initiates the drag also sets the drag icon. So no chance to change anything on the receiving (drop) end. Best, Michael. ___ Interest maili

Re: [Interest] Qt 5.8 font detection vs Qt 5.3.2 font detection

2017-05-13 Thread Michael Sué
Hi, > QFontDatabase: Cannot find font directory” For our software it proofed to be enough to create the directory “lib/fonts” as subdirectory of the “bin” directory where our executables are. So in our case the program just complained that the directory wasn’t there, but did not need any

[Interest] Windows 10 & QCamera

2017-05-13 Thread Igor Mironchik
Hello, I wrote earlier that QCamera doesn't work on Windows 10 with Qt 5.9 and MSVC 2017. I did a little research and found that if switch Windows 10 to developer mode then QCamera begins to work. So my question is - how to ship applications to Windows 10 which uses QCamera? Do I need some