16 const QString& szPrefix = QString());
27 int SetHomeUrl(
const QString& url);
32 int SetTabUrl(
const QString& url);
36 bool GetOpenPrevious();
37 void SetOpenPrevious(
bool bOpen);
42 QString GetDownloadFolder();
43 int SetDownloadFolder(
const QString& folder);
45 void sigDownloadFolderChanged();
47 QString m_szDownloadFolder;
49 bool GetShowDownloadManager()
const;
50 void SetShowDownloadManager(
bool newShowDownloadManager);
52 bool m_bShowDownloadManager;
54 bool GetShowDownloadLocation()
const;
55 void SetShowDownloadLocation(
bool newShowDownloadLocation);
57 bool m_bShowDownloadLocation;
60 bool GetClearHttpCache()
const;
61 void SetClearHttpCache(
bool newClearHttpCache);
63 bool m_ClearHttpCache;
65 bool GetClearCookie()
const;
66 void SetClearCookie(
bool newClearCookie);
71 QString GetSearchEngine()
const;
72 void SetSearchEngine(
const QString &newSearchEngine);
74 QString m_szSearchEngine;
76 QString GetSearchRelaceString()
const;
77 void SetSearchRelaceString(
const QString &newSearchRelaceString);
79 QString m_szSearchRelaceString;
81 QStringList GetSearchEngineList()
const;
82 void SetSearchEngineList(
const QStringList &newSearchEngineList);
84 QStringList m_SearchEngineList;
86 bool GetPromptPrintFinished()
const;
87 void SetPromptPrintFinished(
bool newPromptPrintFinished);
89 bool m_bPromptPrintFinished;
91 bool GetAutoFillUserAndPassword()
const;
92 void SetAutoFillUserAndPassword(
bool newAutoFillUserAndPassword);
94 bool m_bAutoFillUserAndPassword;
97 int GetDatabaseViewLimit()
const;
98 void SetDatabaseViewLimit(
int newLimit);
100 int m_nDatabaseViewLimit;
103 int GetAddCompleterLines()
const;
104 void SetAddCompleterLines(
int newAddCompleterLines);
106 int m_nAddCompleterLines;
109 QSize GetWindowSize()
const;
110 void SetWindowSize(
const QSize &newWindowSize);
115 int GetBookmarkCurrentFolder()
const;
116 void SetBookmarkCurrentFolder(
int newCurrentBookmarkFolder);
118 int m_nBookmarkCurrentFolder;
121 bool GetBookmarkShowEditor()
const;
122 void SetBookmarkShowEditor(
bool newBookmarkShowEditor);
124 bool m_bBookmarkShowEditor;
128 virtual int OnLoad(QSettings &set)
override;
129 virtual int OnSave(QSettings &set)
override;
133 virtual void slotSetGlobalParameters()
override;
The CHistoryDatabase class.