13 const QString& szPrefix = QString());
21 int SetHomeUrl(
const QString& url);
26 int SetTabUrl(
const QString& url);
30 bool GetOpenPrevious();
31 void SetOpenPrevious(
bool bOpen);
36 QString GetDownloadFolder();
37 int SetDownloadFolder(
const QString& folder);
39 void sigDownloadFolderChanged();
41 QString m_szDownloadFolder;
43 bool GetShowDownloadManager()
const;
44 void SetShowDownloadManager(
bool newShowDownloadManager);
46 bool m_bShowDownloadManager;
48 bool GetShowDownloadLocation()
const;
49 void SetShowDownloadLocation(
bool newShowDownloadLocation);
51 bool m_bShowDownloadLocation;
54 bool GetClearHttpCache()
const;
55 void SetClearHttpCache(
bool newClearHttpCache);
57 bool m_ClearHttpCache;
59 bool GetClearCookie()
const;
60 void SetClearCookie(
bool newClearCookie);
65 QString GetSearchEngine()
const;
66 void SetSearchEngine(
const QString &newSearchEngine);
68 QString m_szSearchEngine;
70 QString GetSearchRelaceString()
const;
71 void SetSearchRelaceString(
const QString &newSearchRelaceString);
73 QString m_szSearchRelaceString;
75 QStringList GetSearchEngineList()
const;
76 void SetSearchEngineList(
const QStringList &newSearchEngineList);
78 QStringList m_SearchEngineList;
80 bool GetPromptPrintFinished()
const;
81 void SetPromptPrintFinished(
bool newPromptPrintFinished);
83 bool m_bPromptPrintFinished;
85 bool GetAutoFillUserAndPassword()
const;
86 void SetAutoFillUserAndPassword(
bool newAutoFillUserAndPassword);
88 bool m_bAutoFillUserAndPassword;
92 virtual int OnLoad(QSettings &set)
override;
93 virtual int OnSave(QSettings &set)
override;
97 virtual void slotSetGlobalParameters()
override;