![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <qzsettings.h>
Public Member Functions | |
| QzSettings () | |
| void | loadSettings () |
| void | saveSettings () |
Public Attributes | |
| bool | selectAllOnDoubleClick |
| bool | selectAllOnClick |
| bool | showLoadingProgress |
| int | showLocationSuggestions |
| bool | showSwitchTab |
| bool | alwaysShowGoIcon |
| bool | useInlineCompletion |
| bool | showZoomLabel |
| bool | completionPopupExpandToWindow |
| bool | searchOnEngineChange |
| bool | searchFromAddressBar |
| bool | searchWithDefaultEngine |
| bool | showABSearchSuggestions |
| bool | showWSBSearchSuggestions |
| int | defaultZoomLevel |
| bool | loadTabsOnActivation |
| QStringList | autoOpenProtocols |
| QStringList | blockedProtocols |
| QStringList | allowedSchemes |
| QStringList | blockedSchemes |
| Qz::NewTabPositionFlags | newTabPosition |
| bool | tabsOnTop |
| bool | openPopupsInTabs |
| bool | alwaysSwitchTabsWithWheel |
Definition at line 26 of file qzsettings.h.
| QzSettings::QzSettings | ( | ) |
Definition at line 21 of file qzsettings.cpp.
| void QzSettings::loadSettings | ( | ) |
Definition at line 26 of file qzsettings.cpp.
| void QzSettings::saveSettings | ( | ) |
Definition at line 66 of file qzsettings.cpp.
| QStringList QzSettings::allowedSchemes |
Definition at line 59 of file qzsettings.h.
| bool QzSettings::alwaysShowGoIcon |
Definition at line 40 of file qzsettings.h.
| bool QzSettings::alwaysSwitchTabsWithWheel |
Definition at line 66 of file qzsettings.h.
| QStringList QzSettings::autoOpenProtocols |
Definition at line 56 of file qzsettings.h.
| QStringList QzSettings::blockedProtocols |
Definition at line 57 of file qzsettings.h.
| QStringList QzSettings::blockedSchemes |
Definition at line 60 of file qzsettings.h.
| bool QzSettings::completionPopupExpandToWindow |
Definition at line 43 of file qzsettings.h.
| int QzSettings::defaultZoomLevel |
Definition at line 53 of file qzsettings.h.
| bool QzSettings::loadTabsOnActivation |
Definition at line 54 of file qzsettings.h.
| Qz::NewTabPositionFlags QzSettings::newTabPosition |
Definition at line 63 of file qzsettings.h.
| bool QzSettings::openPopupsInTabs |
Definition at line 65 of file qzsettings.h.
| bool QzSettings::searchFromAddressBar |
Definition at line 47 of file qzsettings.h.
| bool QzSettings::searchOnEngineChange |
Definition at line 46 of file qzsettings.h.
| bool QzSettings::searchWithDefaultEngine |
Definition at line 48 of file qzsettings.h.
| bool QzSettings::selectAllOnClick |
Definition at line 36 of file qzsettings.h.
| bool QzSettings::selectAllOnDoubleClick |
Definition at line 35 of file qzsettings.h.
| bool QzSettings::showABSearchSuggestions |
Definition at line 49 of file qzsettings.h.
| bool QzSettings::showLoadingProgress |
Definition at line 37 of file qzsettings.h.
| int QzSettings::showLocationSuggestions |
Definition at line 38 of file qzsettings.h.
| bool QzSettings::showSwitchTab |
Definition at line 39 of file qzsettings.h.
| bool QzSettings::showWSBSearchSuggestions |
Definition at line 50 of file qzsettings.h.
| bool QzSettings::showZoomLabel |
Definition at line 42 of file qzsettings.h.
| bool QzSettings::tabsOnTop |
Definition at line 64 of file qzsettings.h.
| bool QzSettings::useInlineCompletion |
Definition at line 41 of file qzsettings.h.