Re: [Interest] [Qt-creator] Regarding Thumbnail Image of a video file

2012-12-05 Thread Satya Praveen Ganapathi
Sorry for the wrong post. Redirecting to correct mailing list. Br, Satya From: qt-creator-bounces+praveen.s=hmie.co...@qt-project.org [mailto:qt-creator-bounces+praveen.s=hmie.co...@qt-project.org] On Behalf Of Satya Praveen Ganapathi Sent: Tuesday, December 04, 2012 4:33 PM To:

[Interest] Re: Reporting errors from QML objects' property setters

2012-12-05 Thread Jan Kundrát
On Monday, 3 December 2012 11:10:08 CEST, Jan Kundrát wrote: QML performs some sanity checks for me; for example, when assigning incompatible types to a property (say, a QString into a property with type of int), I get a nice error message including the location in my QML file. Can I do

[Interest] Displaying the same QWebView twice in my app

2012-12-05 Thread Jirka Daněk
Dear fellow subscribers! I want to display the same QWebView in two different windows. I tried/considered these three different solutions but could not make any to work. 1\ Subclass QWebView, override paintEvent() and redirected() methods. The overriden redirected() will redirect drawing of the

Re: [Interest] how to read data from a spreadsheet

2012-12-05 Thread Nehemiah Dacres
I would ask the kspread or the calligra sheets mailing list if they have a library for doing that. Preguntaria las listas de correo electronico de Kspread o Calligra si tengan algoritmos parra hacer eso in Qt. On Wed, Dec 5, 2012 at 5:00 AM, interest-requ...@qt-project.org wrote: how to read

[Interest] Can't compile Qt 5.0 RC with Mingw,

2012-12-05 Thread Bruno Cabral
Hi I followed the instructions on http://qt-project.org/wiki/MinGW-64-bit But but no matter what, I can't get Qt to compile. I already tried the mingw-32 and 64. Looks like an unicode error, I get the error : io\qprocess_win.cpp: In function 'void qt_create_pipe(void**, bool)':

[Interest] Re: QGraphicsScene crash after removeItem() and delete item

2012-12-05 Thread Jan Kundrát
On Thursday, 29 November 2012 12:33:58 CEST, Volker Poplawski wrote: while (not m_items.isEmpty()) { QGraphicsItem *item = m_items.takeFirst(); m_scene-removeItem(item); // qtdoc says it's faster to remove item first then delete delete item; } When you call removeItem,

Re: [Interest] Can't compile Qt 5.0 RC with Mingw,

2012-12-05 Thread Bruno Cabral
Looks like qtbase\src\corelib\io\qprocess.cpp is using a deprecated version of swprintf. On line 85 it should read swprintf(pipeName,256, L.\\pipe\\qt-%X, qrand()); This is the standard and is followed by GCC and Visual Studio. The older without the size was a hack on VS. Can someone submit

[Interest] Regarding ffmpeg binding with Qt 5.0 beta 2 version and latest QTFFMPEGWRAPPER

2012-12-05 Thread Satya Praveen Ganapathi
Hi, I am trying to work on ffmpeg library in Qt 5.0 beta 2. For that I installed the ffmpeg library and ffmpeg qt wrapper classs. But its not woking, showing the error - Gluint64 is not declared in glext.h.Please let me know how to get first frame of o video using ffmpeg in Qt 5.0 beta 2.

Re: [Interest] Can't compile Qt 5.0 RC with Mingw,

2012-12-05 Thread Thiago Macieira
On quarta-feira, 5 de dezembro de 2012 19.23.33, Bruno Cabral wrote: On line 85 it should read swprintf(pipeName,256, L.\\pipe\\qt-%X, qrand()); That looks like snwprintf, not swprintf. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology

[Interest] Project using QuaZip needs zlib headers

2012-12-05 Thread Tony Rietwyk
Hi Everybody, I just incorporated the QuaZip project into my Qt 4.8.3 application which is built on Windows, Mac OS and Debian platforms. quazip/zip.h refers to zlib.h. In order to compile I have added this line to my .pro file: INCLUDEPATH += $$QMAKE_LIBDIR_QT/../src/3rdparty/zlib This

Re: [Interest] Project using QuaZip needs zlib headers

2012-12-05 Thread Andreas Pakulat
Hi, On Thu, Dec 6, 2012 at 8:04 AM, Tony Rietwyk t...@rightsoft.com.au wrote: I just incorporated the QuaZip project into my Qt 4.8.3 application which is built on Windows, Mac OS and Debian platforms. quazip/zip.h refers to zlib.h. In order to compile I have added this line to my .pro