Re: [Interest] QGraphicsView app segfaults on Embedded Device!

2012-09-07 Thread Lata Agrawal
, 2012 at 8:39 PM, Lata Agrawal lata.agra...@enrouteinc.comwrote: Hi, I am trying to execute the graphicsview examples from Qt-4.6.2 sdk on my Linux/MIPS device. But everytime the application segfaults. What could be the possible reason for this behaviour. Please help! -- Regards, Lata

[Interest] QGraphicsView app segfaults on Embedded Device!

2012-09-06 Thread Lata Agrawal
Hi, I am trying to execute the graphicsview examples from Qt-4.6.2 sdk on my Linux/MIPS device. But everytime the application segfaults. What could be the possible reason for this behaviour. Please help! -- Regards, Lata * * ___ Interest mailing list

[Interest] Flush mouse events to a disabled widget!

2012-08-03 Thread Lata Agrawal
Hi all, I have a Dialog with few buttons. When I disable the dialog, and I click on a child button, nothing happens. But as soon as I enable the Dialog again, the mouse event for the button is handled. *Does disabling a Dialog simply delays handling of any mouse events for its child widgets

Re: [Interest] User interactions on webpage in Qtwebkit browser!

2012-07-20 Thread Lata Agrawal
Filter, and then you can monitor all the Mouse events, for instance. Hope it helps. Best regards, Igor Grivko On 07/19/2012 05:41 PM, Lata Agrawal wrote: Hi all, I have following requirement and I have no clue how to go ahead with this: I am loading a webpage in QtWebkit browser. I

[Interest] User interactions on webpage in Qtwebkit browser!

2012-07-19 Thread Lata Agrawal
Hi all, I have following requirement and I have no clue how to go ahead with this: I am loading a webpage in QtWebkit browser. I want to log all user interactions with the webpage like clicking on a button, image, text entry etc. I am not sure how to approach this problem. Any pointers would be

Re: [Interest] Fonts not rendering!

2012-06-27 Thread Lata Agrawal
depending on the font metrics but they are always an even (or even multiple of 4?) in width. ** ** Atlant ** ** ** ** *From:* Lata Agrawal [mailto:lata.agra...@enrouteinc.com] *Sent:* Wednesday, June 27, 2012 2:09 PM *To:* Atlant

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-21 Thread Lata Agrawal
narrow down the problem. HTH, -mandeep -- * *Lata Agrawal 9699750643 En Route Media Pvt. Ltd. *En Route are the winners of the E4M OOH Award for Innovative Creation of a New Medium* * * ___ Interest mailing list

[Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
Hi, I want to display HTML5 pages using QTWebkit module. I am able to execute the webkit application on Linux-x86 and it loads the HTML5 page perfectly fine. But when I cross-compile the same application for Linux/MIPS device and execute the app on device, it doesn't show anything. I have

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
it in your build. -mandeep -- * *Lata Agrawal 9699750643 En Route Media Pvt. Ltd. *En Route are the winners of the E4M OOH Award for Innovative Creation of a New Medium* * * ___ Interest mailing list Interest@qt

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
Do I need to build it in release it by explicitly using -release switch? -Lata On 18 May 2012 16:57, Lata Agrawal lata.agra...@enrouteinc.com wrote: Hi Mandeep, Thanks for replying. I am simple interactive web pages, no video or audio. App works fine on Linux-x86 but same app when cross

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
and also which gcc version you are using to cross-compile. Do you find anything wrong in the configure command I am using? -Lata On 18 May 2012 17:48, Mandeep Sandhu mandeepsandhu@gmail.com wrote: On Fri, May 18, 2012 at 5:10 PM, Lata Agrawal lata.agra...@enrouteinc.com wrote: Do I need

[Interest] Multi-line text in QLabel!

2012-03-31 Thread Lata Agrawal
Hi, I am trying to display multi-line string in QLabel. I read this string from an XML file which is of the format: ?xml version=1.0 encoding=UTF-8? Feedback Ques text*First Line\nSecond line*/text /Ques /Feedback I don't want to use wordwrap because I want to control where to

[Interest] Using dmalloc with Qt!

2012-03-13 Thread Lata Agrawal
I am writing a QT application which runs on Linux/MIPS platform. I want to use a memory detector tool for my QT application. After going through this link http://blog.kaushalgoa.com/2009/01/memory-leak-detection-tools.html, I understand that *dmalloc* would be the one which I can use. I am not

Re: [Interest] Using dmalloc with Qt!

2012-03-13 Thread Lata Agrawal
player. But yes, testing on Linux/x86 would help me find other memory leaks (if any). Regards, Lata On 13 March 2012 17:38, Diego Iastrubni diegoi...@gmail.com wrote: On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal lata.agra...@enrouteinc.com wrote: I am writing a QT application which runs

Re: [Interest] Finished signal from QProcess!

2012-03-06 Thread Lata Agrawal
will block your event loop? (the download won't block your event loop). HTH, -mandeep Regards, Lata -mandeep -- Lata Agrawal Senior Developer 9699750643 En Route Media Pvt. Ltd. -- * *Lata Agrawal Senior Developer 9699750643 En Route Media Pvt. Ltd

Re: [Interest] Finished signal from QProcess!

2012-02-29 Thread Lata Agrawal
Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- * *Lata Agrawal Senior Developer

Re: [Interest] Finished signal from QProcess!

2012-02-29 Thread Lata Agrawal
check for other kinds of downloads. Yes, I can download using QNetworkAccessManager but then all download will have to be done in either a thread or a process because it is time consuming. How can I use processEvents in my class process app events? Regards, Lata -mandeep -- * *Lata Agrawal