1 /***************************************************************************
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
9 * Copyright (C) 2007 by Dominik Wenger
10 * $Id: ttsgui.h 15212 2007-10-19 21:49:07Z domonoky $
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
25 #include "ui_ttsexescfgfrm.h"
26 #include "ui_sapicfgfrm.h"
31 class TTSSapiGui
: public QDialog
35 TTSSapiGui(TTSSapi
* sapi
,QDialog
* parent
= NULL
);
38 void setCfg(RbSettings
* sett
){settings
= sett
;}
41 virtual void accept(void);
42 virtual void reject(void);
43 virtual void reset(void);
44 void updateVoices(QString language
);
45 void useSapi4Changed(int);
52 class TTSExesGui
: public QDialog
56 TTSExesGui(QDialog
* parent
= NULL
);
58 void showCfg(QString m_name
);
59 void setCfg(RbSettings
* sett
){settings
= sett
;}
62 virtual void accept(void);
63 virtual void reject(void);
64 virtual void reset(void);