Re: [Interest] Deploying QMultimedia

2015-03-27 Thread Sze Howe Koh
On 28 March 2015 at 03:22, Nikos Chantziaras wrote: > On 27/03/15 15:02, Bernhard wrote: >> Hi! >> >> Is there some document that explains which files (plugins, DLLs) needed to >> deployed when using Qt Multimedia (more precisely playing sound files using >> QMediaPlayer)? > > I'm not aware of a d

Re: [Interest] qmake and CONFIG += c++14

2015-03-27 Thread Thiago Macieira
On Friday 27 March 2015 15:18:27 Tim O'Neil wrote: > That is the very deffinition of 'difficult', no? The solution i found may > be a work around for the c++ version issues. Clang with Linux isn't difficult. I use it every week and it's no different from ICC on Linux or GCC on Linux. Both are ju

[Interest] Belligerent QML ListView

2015-03-27 Thread Jason H
I want to do a simple pop-up, centered on screen. Rectangle { Row (centered){ [Title] [ListView ... ... ... ...] [Ok] } //row } //Rect However I can't get this to layout right. The ListView width does not evaluate to anything but 0. This results in the ListView delegates starting at the center

Re: [Interest] qmake and CONFIG += c++14

2015-03-27 Thread Tim O'Neil
That is the very deffinition of 'difficult', no? The solution i found may be a work around for the c++ version issues. On Mar 25, 2015 7:45 PM, "Thiago Macieira" wrote: > On Wednesday 25 March 2015 18:08:12 Tim O'Neil wrote: > > Qmake with clang is possble, but its not easy; ths is a possble solu

[Interest] Smallest possible Android wrapper for QML project

2015-03-27 Thread Stanislav Baiduzhyi
I've been looking intto the code of QtActivity, it is crazy complicated and handling all possible issues, and if I understand correctly, is resolving event-loop related issues. But for the minimal QML project, is that needed as well? Or maybe there is possibility to use simple NativeActivity if

Re: [Interest] Deploying QMultimedia

2015-03-27 Thread Nikos Chantziaras
On 27/03/15 15:02, Bernhard wrote: > Hi! > > Is there some document that explains which files (plugins, DLLs) needed to > deployed when using Qt Multimedia (more precisely playing sound files using > QMediaPlayer)? I'm not aware of a documented list, but I've found out here is that the Qt plugin

Re: [Interest] QML Camera has flash?

2015-03-27 Thread Jason H
And, as a fall-back, if I can't detect it, I at least need to get the platform (iOS-iPad-model, Android-Nexus-9, etc) so that I can maintain a capabilities table. How can QML do that? Thanks > Sent: Friday, March 27, 2015 at 10:27 AM > From: "Jason H" > To: "interest@qt-project.org" > Subject

[Interest] QML Camera has flash?

2015-03-27 Thread Jason H
I am deploying to more hardware these days, and not all (iPads and webcams) have flash. How can I detect if the flash is even present? I have a logic path way that wants to collect non-flash and if present a flash image: collectNonFlash() if (camera.hasFlash) // - I wish this property existed.

Re: [Interest] Qt and Clang on Windows

2015-03-27 Thread Alejandro Exojo
El Friday 27 March 2015, Jean-Michaël Celerier escribió: > Hello, > > Did someone try to use Qt with Clang instead of MSVC on Windows ? Would a > rebuild of Qt be necessary, or could one use MSVC-built Qt dlls in a > CLang-built Qt application ? Maybe this is useful: https://gist.github.com/suy/

Re: [Interest] Qt5.4 and Cygwin with Mingw

2015-03-27 Thread Tamás Nagy
Hi, Toolchain Cygwin is set as written here: http://doc.qt.digia.com/qtcreator-2.3/creator-tool-chains.html include finds the path: #include If I hover the mouse over it in Qt Creator, I see a path that is valid, and I have found the proper file there. In the .pro file I have: win32:CONFIG(r

[Interest] Deploying QMultimedia

2015-03-27 Thread Bernhard
Hi! Is there some document that explains which files (plugins, DLLs) needed to deployed when using Qt Multimedia (more precisely playing sound files using QMediaPlayer)? -- Kind Regards Bernhard Lindner ___ Interest mailing list Interest@qt-project.

[Interest] Qt and Clang on Windows

2015-03-27 Thread Jean-Michaël Celerier
Hello, Did someone try to use Qt with Clang instead of MSVC on Windows ? Would a rebuild of Qt be necessary, or could one use MSVC-built Qt dlls in a CLang-built Qt application ? Best regards, Jean-Michaël --- Jean-Michaël Celerier http://www.jcelerier.name

Re: [Interest] QML TableView creating extra row delegates

2015-03-27 Thread Shantanu Tushar
Hi, Thanks for the tip, it worked :) Maybe this should be a note in the documentation for alternatingRowColors? On Thu, Mar 26, 2015 at 4:39 PM, deDietrich Gabriel < gabriel.dedietr...@theqtcompany.com> wrote: > Hi, > > > Yes, it's normal when alternatingRowColors is true, which it is by > def

[Interest] Qt5.4 and Cygwin with Mingw

2015-03-27 Thread Tamás Nagy
Hi, I tried this: http://doc.qt.digia.com/qtcreator-2.3/creator-tool-chains.html In spite of this, I have a lot of errors like: using ::wcstold has not been declared 'pthread_attr_t' does not name a type 'pthread_spinlock' ... There are about 300 errors like this. Tamas _

Re: [Interest] Very slow write to a samba file

2015-03-27 Thread Etienne Sandré-Chardonnal
Hi Thiago, But when it's buffered, the API waits until it has a sufficiently large block, and then send it to the OS layer. Then it's fast. What is the block size? Would this mean that a large block is slower (in MB/sec) than a medium one for the OS? Regards 2015-03-27 0:38 GMT+01:00 Thiago Mac