From c03102b34616f81f35cc2ea17af2942fd009d291 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 28 Aug 2007 23:10:42 +0000 Subject: Completely rework the talk files window: move settings to configuration dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14495 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/installtalkwindow.h | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'rbutil/rbutilqt/installtalkwindow.h') diff --git a/rbutil/rbutilqt/installtalkwindow.h b/rbutil/rbutilqt/installtalkwindow.h index 0e8f9306c0..f4fce5f61f 100644 --- a/rbutil/rbutilqt/installtalkwindow.h +++ b/rbutil/rbutilqt/installtalkwindow.h @@ -32,7 +32,7 @@ class InstallTalkWindow : public QDialog { Q_OBJECT public: - InstallTalkWindow(QWidget *parent = 0); + InstallTalkWindow(QWidget *parent = 0); void setUserSettings(QSettings*); void setDeviceSettings(QSettings*); @@ -40,21 +40,11 @@ class InstallTalkWindow : public QDialog void accept(void); private slots: - void browseFolder(void); - void browseTTS(void); - void browseEncoder(void); - - void setTalkFolder(QString folder); - void setTTSExec(QString path); - void setEncoderExec(QString path); - - void setEncoderOptions(int index); - void setTTSOptions(int index); - void setEncoderOptions(QString options); - void setTTSOptions(QString options); - + void browseFolder(void); + void setTalkFolder(QString folder); + private: - TalkFileCreator* talkcreator; + TalkFileCreator* talkcreator; Ui::InstallTalkFrm ui; ProgressLoggerGui* logger; QSettings *devices; @@ -62,5 +52,4 @@ class InstallTalkWindow : public QDialog }; - #endif -- cgit v1.2.3