Re: [Interest] Problem displaying some google charts with QWebView

2012-11-05 Thread bar tomas
Thank you very much for your reply and for trying this out. I am completely baffled because I still cannot make it display. I've connected the loadFinished signal to check and it returns True. I have also tried to load the url https://developers.google.com/chart/interactive/docs/gallery/table that

Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-05 Thread Colin Dean
On 11/03/2012 04:10 AM, Andreas Pakulat wrote: > Hi, > > On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean wrote: >> When I compile against Qt 5.0.0-beta2, it errors at the line marked above. >> Looking through the Qt5 documentation, it appears that >> QPixmap::toMacCGImageRef() no longer exists. I look

Re: [Interest] Problem displaying some google charts with QWebView

2012-11-05 Thread Andre Haupt
On Mon, Nov 05, 2012 at 03:11:19PM +, bar tomas wrote: > Hi, > > I'm displaying html pages containing interactive Google charts in a > QWebView. All google charts work fine except for Table. A Table does > simply not display. > For instance do you know why the following HTML page (it is the de

[Interest] Modeless dialog on Mac are not kept on top

2012-11-05 Thread Calogero Mauceri
Hi, I noticed on the Mac version of my application, that modeless dialogs are not kept on top when the user clicks on the main window application. The dialogs "disappear" behind the application main window. This problem is happening only on Mac, not on Windows or Linux (Gnome). I noticed this

Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-05 Thread Joseph Crowell
On 11/3/2012 6:10 PM, Andreas Pakulat wrote: > Hi, > > On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean wrote: >> When I compile against Qt 5.0.0-beta2, it errors at the line marked above. >> Looking through the Qt5 documentation, it appears that >> QPixmap::toMacCGImageRef() no longer exists. I looked

Re: [Interest] QtQuick and Video

2012-11-05 Thread Mark
On Mon, Nov 5, 2012 at 2:42 PM, Robert Voinea wrote: > On Monday 05 November 2012 18:38:07 Pritam wrote: >> On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: >> > Hi >> > >> > Has anyone tried the QtQuick 1.0/1.1 and Video combination? >> > >> > I have to implement a simple interface for s

Re: [Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
On Monday 05 November 2012 18:38:07 Pritam wrote: > On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: > > Hi > > > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > > > I have to implement a simple interface for several video streaming sources > > in QML (one video "window

Re: [Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
On Monday 05 November 2012 13:57:01 Mark wrote: > On Mon, Nov 5, 2012 at 12:54 PM, Robert Voinea wrote: > > Hi > > > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > > > I have to implement a simple interface for several video streaming sources > > in QML (one video "window" and

Re: [Interest] QtQuick and Video

2012-11-05 Thread Pritam
On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: > Hi > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > I have to implement a simple interface for several video streaming sources in > QML (one video "window" and several buttons that change the video source) and > I don't

Re: [Interest] QtQuick and Video

2012-11-05 Thread Mark
On Mon, Nov 5, 2012 at 12:54 PM, Robert Voinea wrote: > Hi > > Has anyone tried the QtQuick 1.0/1.1 and Video combination? > > I have to implement a simple interface for several video streaming sources in > QML (one video "window" and several buttons that change the video source) and > I don't see

Re: [Interest] QtCreator seems to ignore the "qmltypes" file (Qt 4.8.3)

2012-11-05 Thread Mark
On Mon, Nov 5, 2012 at 9:56 AM, Koehne Kai wrote: >> -Original Message- >> From: interest-bounces+kai.koehne=digia@qt-project.org >> [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf >> Of Mark >> Sent: Sunday, November 04, 2012 11:13 PM >> To: Qt Interest >> Subj

[Interest] QtQuick and Video

2012-11-05 Thread Robert Voinea
Hi Has anyone tried the QtQuick 1.0/1.1 and Video combination? I have to implement a simple interface for several video streaming sources in QML (one video "window" and several buttons that change the video source) and I don't seem to get it right. I am using ubuntu 12.10. QtMultimediaKit is

[Interest] Embedded QT set keymap

2012-11-05 Thread Yannik Sembritzki
Hello, i created a qmap using the kmap2qmap utility. Now I want to apply the qmap to my qt-embedded application. To do this, I tried both setting it in my main.cc: /|QWSKeyboardHandler * kh= QKbdDriverFactory::create("TTY", "keymap=german_keymap.qmap"); QWSServer::setKeyboardHandler(kh);

[Interest] Is this a BUG in Qt, Please let me know if I need to report this as a bug in QT5 Beta.

2012-11-05 Thread Satya Praveen Ganapathi
Hi, I have already posted a similar issue on Qt but I haven't received any reply. Below code works fine with "ListView" view in qml, but if it replace the view with Pathview then the program exits with code 0 error . If I'm updating a PathView with dynamic list Model then the program (

Re: [Interest] QtCreator seems to ignore the "qmltypes" file (Qt 4.8.3)

2012-11-05 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Mark > Sent: Sunday, November 04, 2012 11:13 PM > To: Qt Interest > Subject: [Interest] QtCreator seems to ignore the "qmltypes" f