Mercurial > hg > easaier-soundaccess
comparison widgets/SpeechRecognitionUI.h @ 263:63a485275ed6
Speech recognition is integrated
author | benoitrigolleau |
---|---|
date | Fri, 20 Jun 2008 14:06:54 +0000 |
parents | 3f41cb822166 |
children | 119d89cb65cb |
comparison
equal
deleted
inserted
replaced
262:3f41cb822166 | 263:63a485275ed6 |
---|---|
25 Q_OBJECT | 25 Q_OBJECT |
26 public: | 26 public: |
27 | 27 |
28 SpeechRecognitionUI(QWidget *parent = 0); | 28 SpeechRecognitionUI(QWidget *parent = 0); |
29 virtual ~SpeechRecognitionUI(); | 29 virtual ~SpeechRecognitionUI(); |
30 void setResult(const QString &result); | |
30 | 31 |
31 public slots: | 32 public slots: |
32 void play(); | 33 void play(); |
33 void rect(); | 34 void rect(); |
34 void sendQuery(); | 35 void sendQuery(); |