11 const QString& szPrefix = QString());
15 int SetHomeUrl(
const QString& url);
20 int SetTabUrl(
const QString& url);
24 bool GetOpenPrevious();
25 void SetOpenPrevious(
bool bOpen);
30 QString GetDownloadFolder();
31 int SetDownloadFolder(
const QString& folder);
33 void sigDownloadFolderChanged();
35 QString m_szDownloadFolder;
37 bool GetShowDownloadManager()
const;
38 void SetShowDownloadManager(
bool newShowDownloadManager);
40 bool m_bShowDownloadManager;
42 bool GetShowDownloadLocation()
const;
43 void SetShowDownloadLocation(
bool newShowDownloadLocation);
45 bool m_bShowDownloadLocation;
48 bool GetClearHttpCache()
const;
49 void SetClearHttpCache(
bool newClearHttpCache);
51 bool m_ClearHttpCache;
53 bool GetClearCookie()
const;
54 void SetClearCookie(
bool newClearCookie);
59 QString GetSearchEngine()
const;
60 void SetSearchEngine(
const QString &newSearchEngine);
62 QString m_szSearchEngine;
64 QString GetSearchRelaceString()
const;
65 void SetSearchRelaceString(
const QString &newSearchRelaceString);
67 QString m_szSearchRelaceString;
69 QStringList GetSearchEngineList()
const;
70 void SetSearchEngineList(
const QStringList &newSearchEngineList);
72 QStringList m_SearchEngineList;
74 bool GetPromptPrintFinished()
const;
75 void SetPromptPrintFinished(
bool newPromptPrintFinished);
77 bool m_bPromptPrintFinished;
79 bool GetAutoFillUserAndPassword()
const;
80 void SetAutoFillUserAndPassword(
bool newAutoFillUserAndPassword);
82 bool m_bAutoFillUserAndPassword;
86 virtual int OnLoad(QSettings &set)
override;
87 virtual int OnSave(QSettings &set)
override;
91 virtual void slotSetGlobalParameters()
override;