Re: [Interest] Use Qt to zip / unzip files on iOS, Android, OS X, & Windows ?

2016-08-19 Thread Elvis Stansvik
2016-08-18 22:52 GMT+02:00 Edward Sutton : > Is there a solution in Qt 5.6 LTS ? > > Else maybe a 3rd party lib such as QuaZip is good? > > http://quazip.sourceforge.net/ I know you realized you didn't actually need Zip _file_ functionality, but since you brought up QuaZip, for completeness I feel

Re: [Interest] Only buzzing sound while playing wav file through QAudioOutput

2016-08-19 Thread Anisha Kaul
I realised that the wav file which I was trying to play was not actually a wav file. That was just a compressed mpeg with an extension wav. With this program a real wav is easily played. My bad. Sorry. On 12 August 2016 at 16:38, Maurice Kalinowski wrote: > Hi, > > > > Please note that a wav f

[Interest] QAudioRecorder example produces only a buzzing sound

2016-08-19 Thread Anisha Kaul
I have a usb frame grabber with a microphone attachedto it. I have tried to capture that device by VLC player to check whether it is working or not. It works fine, I can hear the sound. Following are the settings in the GUI of QAudioRecorder which I selected: http://doc.qt.io/qt-5/qtmultimedia-mul

[Interest] Myanmar-QWERTY crashes OS X application

2016-08-19 Thread Timothy W. Grove
Changing the keyboard input source on OS X back and forth between 'British' and 'Myanmar-QWERTY' crashes my PyQt v5.7 application after about three changes, usually corrupting an attached sqlite database as well. 'Myanmar-QWERTY' is the only input source that I'm having trouble with; all others

[Interest] Qt3d 5.7 embedded success anyone

2016-08-19 Thread Pierre Chicoine
Has anyone been successful in getting Qt3d working on any embedded platform such as Android, Raspberry PI or Beaglebone? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt3d 5.7 embedded success anyone

2016-08-19 Thread Oleg Evseev
I have, and still do on Android. I follow last 5.7 2016-08-19 17:15 GMT+03:00 Pierre Chicoine : > Has anyone been successful in getting Qt3d working on any embedded > platform such as Android, Raspberry PI or Beaglebone? > > ___ > Interest mailing list

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-19 Thread timur . kristof
Can you create a simple example app without Python, to see if it really is Qt's fault? (Just create an app with Qt Creator and run it. As far as I understand, you use QWidgets, right? If so, create an empty QWitgets project, run and see how it goes.) On Fri Aug 19 13:33:58 2016 GMT+0200, Timo

[Interest] Copy QSqlRecord to different database

2016-08-19 Thread Mark Gaiser
Hi, Imagine this case: You fetch data from one database (say MariaDB), you get a QSqlQuery filled with QSqlRecords. Now i want to copy all those records to another QSqlDatabase instance this is an SQLite database. The SQLite database has some fields with different names compared to the MariaDB o

Re: [Interest] Qt3d 5.7 embedded success anyone

2016-08-19 Thread Thiago Macieira
On sexta-feira, 19 de agosto de 2016 07:15:43 PDT Pierre Chicoine wrote: > Has anyone been successful in getting Qt3d working on any embedded platform > such as Android, Raspberry PI or Beaglebone? Works fine on a Minnowboard Max. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Ar

Re: [Interest] Qt3d 5.7 embedded success anyone

2016-08-19 Thread Catalin Moldovan
Yes, I have on Raspberry Pi 3. Though I had some problems with the library picking OpenGL shaders instead of the OGLES ones. I got some help from the community though, specifically Oleg Evseev , who pointed me in the right direction. If you dig up the archive you'll find more info. On Fri, Aug 19,

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-19 Thread Timothy W. Grove
Well, my first experiences working with QtCreator directly and I'm seeing the same issues. I guess that points to bugs in Qt itself and lets Phil Thompson at riverbankcomputing off of the hook! If not here, where should I report the problem? Sample program below followed by some error reports.

[Interest] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
Hello everyone, We are pleased to announce QtWebKit Technology Preview 3! Highlights of this release are: * NPAPI and Qt plugins are finally supported on X11 and Windows (not on macOS yet, sorry) * Bulk of the patches which have never been in the trunk of webkit.org was merged from Qt repositor

Re: [Interest] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Jason H
> Hello everyone, > > We are pleased to announce QtWebKit Technology Preview 3! > > Highlights of this release are: > > * NPAPI and Qt plugins are finally supported on X11 and Windows (not on macOS > yet, sorry) > > * Bulk of the patches which have never been in the trunk of webkit.org was > m

Re: [Interest] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 22:08, "Jason H" : >>  Hello everyone, >> >>  We are pleased to announce QtWebKit Technology Preview 3! >> >>  Highlights of this release are: >> >>  * NPAPI and Qt plugins are finally supported on X11 and Windows (not on >> macOS >>  yet, sorry) >> >>  * Bulk of the patches which ha

[Interest] [Qt5.x] QComboBox-related crash

2016-08-19 Thread Andy
This has me stumped. Problem: I have an app with plugins. Each plugin has a form widget which is displayed in a dialog. If I bring up the dialog and click a QComboBox within the form, when I quit my app I get the following in the console: Warning: QBasicTimer::start: QBasicTimer can only be