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

2012-09-07 Thread Lata Agrawal
. > > On Thu, Sep 6, 2012 at 8:39 PM, Lata Agrawal > wrote: > >> 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

[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 In

[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 until

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

2012-07-20 Thread Lata Agrawal
emitted when a user clicks a link in a WebView. > > You can add your own Event 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: > >

[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 h

Re: [Interest] Fonts not rendering!-solved

2012-06-30 Thread Lata Agrawal
The fonts were not rendering properly because of some missing system files. Device was not prepared properly. Thanks a ton, everyone for helping us rule out any QT related problems and narrow down the problem. Regards, Lata On 29 June 2012 14:17, Lata Agrawal wrote: > Sorry for the previ

Re: [Interest] Fonts not rendering!

2012-06-29 Thread Lata Agrawal
Sorry for the previous message, sent it by mistake. Regards, Lata On 29 June 2012 14:15, Lata Agrawal wrote: > without network connection. > > On 28 June 2012 09:10, Lata Agrawal wrote: > >> Thanks Atlant for the time and info you have provided here. I will follow >> w

Re: [Interest] Fonts not rendering!

2012-06-27 Thread Lata Agrawal
rendered characters > > ** ** > > Note that the character bitmaps are stored in the .QPF/.qsf file only > once and in the exact same order as they were first used by you, so > if your button contained the text “Hello, world from Atlant!”, the > glyphs in the file would be in the f

Re: [Interest] Fonts not rendering!

2012-06-27 Thread Lata Agrawal
In configure command for QT, I have used -qt-freetype. That should build freetype support, right? On 27 June 2012 20:38, Konstantin Tokarev wrote: > > 27.06.2012, 19:06, "Lata Agrawal" : > > Hi, > > > > I am working with an Embedded Linux/MIPS device. It has

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

2012-05-21 Thread Lata Agrawal
y loading a simple HTML page with some > JS just 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* * * __

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

2012-05-18 Thread Lata Agrawal
just need to copy the QT libraries containing the QTwebkit compiled libraries. Anything else I need to copy to device to get browser working on device. Regards, Lata On 18 May 2012 19:24, Mandeep Sandhu wrote: > On Fri, May 18, 2012 at 5:56 PM, Lata Agrawal > wrote: > > I point

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

2012-05-18 Thread Lata Agrawal
nd you are using 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 wrote: > On Fri, May 18, 2012 at 5:10 PM, Lata Agrawal > wrote: > > Do I need to build it in re

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 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-compiled fo

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

2012-05-18 Thread Lata Agrawal
epends on phonon and you have disabled 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] 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 cross-co

Re: [Interest] Multi-line text in QLabel!

2012-03-31 Thread Lata Agrawal
it, please let me know. Thanks & Regards, Lata On 31 March 2012 19:25, Bob Hood wrote: > On 3/31/2012 7:41 AM, Lata Agrawal wrote: > > I don't want to use wordwrap because I want to control where to insert > line > > breaks in the string displayed. In code, I re-forma

[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: *First Line\nSecond line* I don't want to use wordwrap because I want to control where to insert line breaks in the string displayed. In code, I re-formatted the

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 wrote: > On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal > wrote: > >> I am writing a QT application which runs on Linux/MIPS platform. I w

[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 , I understand that *dmalloc* would be the one which I can use. I am not su

Re: [Interest] Finished signal from QProcess!

2012-03-06 Thread Lata Agrawal
ou blocking your event loop somewhere or are you > worried that the time-consuming download will block your event loop? > (the download won't block your event loop). > > HTH, > -mandeep > > > > > > Regards, > > Lata > >> > >> > >

Re: [Interest] Finished signal from QProcess!

2012-02-29 Thread Lata Agrawal
ly 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 Senior Developer 9699750643 En Route Media Pvt. Ltd. * * ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Finished signal from QProcess!

2012-02-29 Thread Lata Agrawal
rg > Software Architect - Intel Open Source Technology Center > PGP/GPG: 0x6EF45358; fingerprint: > E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 > > ___ > Interest mailing list > Interest@qt-project.org > http://

Re: [Interest] Finished signal from QProcess!

2012-02-29 Thread Lata Agrawal
. If something is not clear, I can explain > again. How do you think I can run forever loop and also start event loop in > main process? Or if you can think of a better way of doing this. > > Rega

Re: [Interest] Finished signal from QProcess!

2012-02-28 Thread Lata Agrawal
On 29 February 2012 10:36, Mandeep Sandhu wrote: > On Wed, Feb 29, 2012 at 10:09 AM, Lata Agrawal > wrote: > > Hi, > > > > I am running console application C1 in QProcess. I am starting this > console > > application C1 from another console application C2.

[Interest] Finished signal from QProcess!

2012-02-28 Thread Lata Agrawal
ll become defunct or zombie. In my code above, if I use waitforfinished, then main process does receive finished signal. *Is there any way by which main process can receive finished signal without waiting for child process to fin