Re: [Interest] ASR + TTS

2014-01-21 Thread Gopalakrishna Bhat
I had done this ASR using pocketsphinx with Qt(around 3 years back). You can find code for that at https://gitorious.org/nightingale and it worked on Nokia's N900 very well. Hope this helps. With regards, Gopalakrishna On Wed, Jan 22, 2014 at 3:46 AM, Adnan RIHAN wrote: > Hello everybody, >

Re: [Interest] QTextDocument/QTextCursor: inserting, editing blocks

2013-09-11 Thread Gopalakrishna Bhat
On Wed, Sep 11, 2013 at 9:43 PM, Vojtěch Král wrote: > Hi, > I don't understand how to edit text blocks in QTextDocument using > QTextCursor. > So far I've been inserting text using QTextCursor::insertText() and it > worked fine, > however, I later noticed that each call to QTextCursor::insertTex

Re: [Interest] Triggering Actions on Application Close

2013-07-08 Thread Gopalakrishna Bhat
On Tue, Jul 9, 2013 at 9:33 AM, andy fillebrown wrote: > I think the problem might be the use of the "Force quit" button. That is > not a normal way to close an application. Pressing the "Force quit" button > is similar to using the OS to kill the process. I'd be surprised if any > slots were ca

Re: [Interest] RESTful web service with Qt or in C++

2013-06-20 Thread Gopalakrishna Bhat
I used gSOAP to access web service and it worked very well Regards, Gopalakrishna On Fri, Jun 21, 2013 at 6:37 AM, Olivier Austina wrote: > Hi, > How a REST web service can be developed with Qt (or in C++). Or KDSoap > can be used for this end? Any suggestion is welcome.Thanks. > Regards > Ol

Re: [Interest] Unique - Hardware bound - ID

2013-05-14 Thread Gopalakrishna Bhat
Hi, On Tue, May 14, 2013 at 3:11 PM, Adrian Stern wrote: > Hello > > I'm looking for an easy way to get a unique ID for the system my software > is running on. > We need this ID to be absolutely unique so we can identify each running > system and assing stuff to it. > > So far I found a few linu

Re: [Interest] Exiting a Qt app cleanly.

2013-04-11 Thread Gopalakrishna Bhat
On Fri, Apr 12, 2013 at 5:49 AM, Joseph W Joshua wrote: > Hi all, > > ** ** > > I am having a problem in exiting an application. > > ** ** > > Basically, this is a small GUI application which opens, checks for updates > and then > > starts another executable in the same folder. After

Re: [Interest] Help with segfault when drawing Bezier curve

2012-09-16 Thread Gopalakrishna Bhat
Hi, On Sun, Sep 16, 2012 at 9:44 PM, Shriramana Sharma wrote: > Hello. > > I'm working on some stuff involving bezier curves and wanted to write > my own bezier display applet to keep in handy, so that I can adjust > the nodes and handles and it would show me real-time what the > resultant curve

Re: [Interest] Qt VS2010 add-in hangs Visual Studio

2012-08-06 Thread Gopalakrishna Bhat
Anyone? On Tue, Jul 31, 2012 at 12:10 PM, Gopalakrishna Bhat wrote: > Hi All, > > I'm using Qt VS 2010 adding with Qt 4.8.1. When I load a pro file of a > medium sized project, Visual Studio says "Not Responding" and stays in that > state for about 10min before re

[Interest] Qt VS2010 add-in hangs Visual Studio

2012-07-30 Thread Gopalakrishna Bhat
Hi All, I'm using Qt VS 2010 adding with Qt 4.8.1. When I load a pro file of a medium sized project, Visual Studio says "Not Responding" and stays in that state for about 10min before resuming normal operations. Am I doing anything wrong here? BTW in VS2008 the same pro file loads in a jiffy. W

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread Gopalakrishna Bhat
On Wed, Jun 13, 2012 at 2:08 AM, Jason H wrote: > Being on the embedded side, I can see why he wants only one client at a > time. It coudl be that he has a serial protocol that is not going over TCP, > where there is no idea of multiple clients. > He should be able to set maxPendingConnections to

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread Gopalakrishna Bhat
On Tue, Jun 12, 2012 at 8:20 PM, BRM wrote: > > From: Gopalakrishna Bhat > > >Hi, > > > > > >I am trying to use QTcpServer to accept connection from only one client > at a time, but i'm not able to do so. > > > > > >I tr

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread Gopalakrishna Bhat
On Tue, Jun 12, 2012 at 3:47 PM, Andre Haupt wrote: > On Tue, Jun 12, 2012 at 02:44:54PM +0530, Gopalakrishna Bhat wrote: > > Hi, > > > > I am trying to use QTcpServer to accept connection from only one client > at > > a time, but i'm not abl

[Interest] QTcpServer - One connection per port

2012-06-12 Thread Gopalakrishna Bhat
Hi, I am trying to use QTcpServer to accept connection from only one client at a time, but i'm not able to do so. I tried setting setMaxPendingConnections to one but then also waitForConnected on the second client returned true. I want waitForConnected to return true only for the first client. A

[Interest] Fwd: programatically adding a list to a QTextDocument

2012-01-13 Thread Gopalakrishna Bhat
Ah..Sorry made a personal post :) -- Forwarded message -- From: Gopalakrishna Bhat Date: Fri, Jan 13, 2012 at 6:31 PM Subject: Re: [Interest] programatically adding a list to a QTextDocument To: Graham Labdon QTextCursor has insertBlock method that you can use to insert into

Re: [Interest] OT: Bug-free code (Was: QtSVG deprecated)

2012-01-12 Thread Gopalakrishna Bhat
On Thu, Jan 12, 2012 at 7:20 PM, Atlant Schmidt wrote: > > > My over 20 years experience shows that there is no bug free software, > > > there are bugs that either have not being found yet or just ignored. > > > > Well, one example of a bug-free application would be > > > > int main() > > { > >

Re: [Interest] (no subject)

2011-11-21 Thread Gopalakrishna Bhat
> > o Externally – In this situation, you keep the non-textual >files in whatever native format they arrived in and just >embed a link to them within your textual document. >The advantages and disadvantages are the reverse of >the situation above. Advantages: 1)