[Interest] QML Record video without audio

2018-06-07 Thread Jason H
I'm trying to produce a file containing only video frames, but muted and audioChannels seems to be ignored? This is on OSX, but it's an app for android. I'm not sure if I'm doing it wrong, or if it's nto supported by the platform? Camera { videoRecorder { audioChannels: 0

Re: [Interest] Qt internalisation support for C++11 raw literals

2018-06-07 Thread Thiago Macieira
On Thursday, 7 June 2018 07:29:52 PDT Vadim Peretokin wrote: > Anyone else dealing with this or have workarounds? I'd like to be able to > use a 7 year old C++ feature in my code :( So would we. http://code.qt.io/cgit/qt/qtbase.git/commit/?h=97c8b970cdeae405018fdaaee12bf4c

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Jérôme Godbout
I for one, use the .qm into my qrc file and then load it with QTranslator() from my resource. The I add/remove it to the QCoreApplication::instance()->installTranslator() or removeTranslator(). This might not be the best way to do it, but I can change my language at runtime with it. I list

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
On Thu, Jun 7, 2018 at 3:09 PM Rainer Wiesenfarth < rainer_wiesenfa...@trimble.com> wrote: > > On Thu, Jun 7, 2018 at 2:22 PM, Mark Gaiser wrote: > >> I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and >> English translations files (in .ts format) created with Qt Linguist.

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
On Thu, Jun 7, 2018 at 2:40 PM alexander golks wrote: > Am Thu, 7 Jun 2018 14:22:08 +0200 > schrieb Mark Gaiser : > > > Hi, > > > > I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and > > English translations files (in .ts format) created with Qt Linguist. Any > > strings

Re: [Interest] Qt internalisation support for C++11 raw literals

2018-06-07 Thread Vadim Peretokin
On Sun, Oct 8, 2017 at 1:05 PM Vadim Peretokin wrote: > Is anyone running a C++ project that does their translation with Qt? I'm > having trouble with lupdate barfing on raw literals and found a > corresponding bug report on > it. > > I find it hard

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Rainer Wiesenfarth
On Thu, Jun 7, 2018 at 2:22 PM, Mark Gaiser wrote: > I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and > English translations files (in .ts format) created with Qt Linguist. Any > strings in that file show up in the Qt UI just fine in the chosen language. > > But if i set

Re: [Interest] How to properly translate an application?

2018-06-07 Thread alexander golks
Am Thu, 7 Jun 2018 14:22:08 +0200 schrieb Mark Gaiser : > Hi, > > I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and > English translations files (in .ts format) created with Qt Linguist. Any > strings in that file show up in the Qt UI just fine in the chosen language. >

[Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
Hi, I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and English translations files (in .ts format) created with Qt Linguist. Any strings in that file show up in the Qt UI just fine in the chosen language. But if i set the language to Dutch (operating system language is