Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.h @ 10:9e054206ed97
add connection setting information reading and saving
author | lbajardsilogic |
---|---|
date | Fri, 11 May 2007 15:40:34 +0000 |
parents | ba54bc09cd62 |
children | ac5491829e61 |
line wrap: on
line diff
--- a/sv/main/MainWindow.h Fri May 11 15:40:03 2007 +0000 +++ b/sv/main/MainWindow.h Fri May 11 15:40:34 2007 +0000 @@ -31,6 +31,7 @@ #include "transform/Transform.h" #include "document/SVFileReader.h" #include "data/fileio/FileFinder.h" +#include "data/fileio/HttpClient.h" #include "widgets/WidgetGallery.h" #include <map> @@ -244,8 +245,11 @@ void help(); void about(); + void connectionSettings(); void styleSetting(); + void exit(); + protected: QString m_sessionFile; QString m_audioFile; @@ -414,6 +418,8 @@ void toXml(QTextStream &stream); + bool saveConfigFile(); + static MainWindow *m_instance; InfoWidget *m_infoWidget; @@ -426,6 +432,7 @@ WidgetGallery m_gallery; + HttpClient *m_httpClient; };