diff --git a/CHANGELOG b/CHANGELOG index ef47e19ce..5c8534d0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Version 1.5.0 * added support for Proxy Auto-Config (PAC) * added option to open another private window from private window * added delete action in edit context menu on page + * fixed: size of preferences dialog on low-res screens Version 1.4.1 * released 15 March 2013 diff --git a/src/lib/preferences/preferences.cpp b/src/lib/preferences/preferences.cpp index 0dfc41c72..c1030249b 100644 --- a/src/lib/preferences/preferences.cpp +++ b/src/lib/preferences/preferences.cpp @@ -54,6 +54,7 @@ #include #include #include +#include Preferences::Preferences(QupZilla* mainClass, QWidget* parent) : QDialog(parent) @@ -460,6 +461,16 @@ Preferences::Preferences(QupZilla* mainClass, QWidget* parent) ui->version->setText(" QupZilla v" + QupZilla::VERSION); ui->listWidget->setCurrentRow(currentSettingsPage); + QDesktopWidget* desktop = QApplication::desktop(); + QSize s = size(); + if (desktop->availableGeometry(this).size().width() < s.width()) { + s.setWidth(desktop->availableGeometry(this).size().width() - 50); + } + if (desktop->availableGeometry(this).size().height() < s.height()) { + s.setHeight(desktop->availableGeometry(this).size().height() - 50); + } + resize(s); + #if QTWEBKIT_TO_2_3 ui->caretBrowsing->setHidden(true); ui->animateScrolling->setHidden(true); @@ -485,12 +496,6 @@ void Preferences::showStackedPage(QListWidgetItem* item) if (index == 10) { m_pluginsList->load(); } - - // Update size - QWidget* w = ui->stackedWidget->currentWidget(); - if (w) { - w->setMinimumSize(w->sizeHint()); - } } void Preferences::setNotificationPreviewVisible(bool state) diff --git a/src/lib/preferences/preferences.ui b/src/lib/preferences/preferences.ui index c22935fe6..674be78d5 100644 --- a/src/lib/preferences/preferences.ui +++ b/src/lib/preferences/preferences.ui @@ -6,46 +6,15 @@ 0 0 - 800 - 531 + 840 + 554 Preferences - - - - - - - Qt::Horizontal - - - - - - - Qt::Horizontal - - - - - - - QupZilla - - - - - - - QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - + @@ -148,372 +117,2001 @@ + + + + + + + Qt::Horizontal + + + - - - Qt::NoFocus + + + QFrame::NoFrame - - 0 + + true - - - - - - - 0 - - - - - - - - Use current - - - - - - - - - - QFrame::NoFrame + + + + 0 + 0 + 596 + 456 + + + + + 0 + + + + + Qt::NoFocus - - QFrame::Raised - - - - 0 - - - 0 - - - 20 - - - 0 - - - - - Note: You cannot delete active profile. - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - 0 - 0 - - - - Create New - - - - - - - false - - - - 0 - 0 - - - - Delete - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 10 - - - - - - - - <b>Launching</b> - - - - - - - - - - After launch: - - - - - - - - Open blank page - - - - - Open homepage - - - - - Open speed dial - - - - - Restore session - - - - - - - - Homepage: - - - - - - - - - - - - Use current - - - - - - - - - On new tab: - - - - - - - - Open blank tab - - - - - Open homepage - - - - - Open speed dial - - - - - Open other page... - - - - - - - - <b>Profiles</b> - - - - - - - Startup profile: - - - - - - - Check for updates on start - - - - - - - Active profile: - - - - - - - - - - - - - - In order to change language, you must restart browser. - - - - - - - <b>Language</b> - - - - - - - - - - 0 - 0 - - - - - 200 - 0 - - - - Available translations: - - - - - - - - - - - - Don't load tabs until selected - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - Check to see if QupZilla is the default browser on startup - - - false - - - - - - - Check Now - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - 0 - - - Themes - - - - 0 - - - + + + + + + + 0 + + + + + + + + Use current + + + + + + + + + + QFrame::NoFrame + + + QFrame::Raised + + + + 0 + + + 0 + + + 20 + + + 0 + + + + + Note: You cannot delete active profile. + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + 0 + 0 + + + + Create New + + + + + + + false + + + + 0 + 0 + + + + Delete + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + <b>Launching</b> + + + + + + + + + + After launch: + + + + + + + + Open blank page + + + + + Open homepage + + + + + Open speed dial + + + + + Restore session + + + + + + + + Homepage: + + + + + + + + + + + + Use current + + + + + + + + + On new tab: + + + + + + + + Open blank tab + + + + + Open homepage + + + + + Open speed dial + + + + + Open other page... + + + + + + + + <b>Profiles</b> + + + + + + + Startup profile: + + + + + + + Check for updates on start + + + + + + + Active profile: + + + + + + + + + + + + + + In order to change language, you must restart browser. + + + + + + + <b>Language</b> + + + + + + + + + + 0 + 0 + + + + + 200 + 0 + + + + Available translations: + + + + + + + + + + + + Don't load tabs until selected + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + Check to see if QupZilla is the default browser on startup + + + false + + + + + + + Check Now + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + - - - Advanced options - - - - + + + + + + 0 + + + + Themes + + + + 0 + + + + + + + + + Advanced options + + + + + + <b>Browser Window</b> + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Show StatusBar on start + + + + + + + Show Bookmarks ToolBar on start + + + + + + + Show Navigation ToolBar on start + + + + + + + + + <b>Navigation ToolBar</b> + + + + + + + Show Home button + + + + + + + Show Back / Forward buttons + + + + + + + <b>Background<b/> + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Use transparent background + + + + + + + Show web search bar + + + + + + + Show Add Tab button + + + + + + + Show Reload / Stop buttons + + + + + + + + + + + + + + + 0 + + + + Tabs behaviour + + + + + + + + Show tab previews + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + Make tab previews animated + + + + + + + Qt::Horizontal + + + + 63 + 13 + + + + + + + + + + Hide tabs when there is only one tab + + + + + + + Activate last tab when closing active tab + + + + + + + Open new tabs after active tab + + + + + + + Open new empty tabs after active tab + + + + + + + Automatically switch to newly opened tab + + + + + + + Don't quit upon closing last tab + + + + + + + Ask when closing multiple tabs + + + + + + + Closed tabs list instead of opened in tab bar + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + Address Bar behaviour + + + + + + + + Suggest when typing into address bar: + + + + + + + + 170 + 0 + + + + + History and Bookmarks + + + + + History + + + + + Bookmarks + + + + + Nothing + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 40 + 20 + + + + + + + + + + Press "Shift" to not switch the tab but load the url in the current tab. + + + Propose to switch tab if completed url is already loaded. + + + + + + + Select all text by double clicking in address bar + + + + + + + Select all text by clicking in address bar + + + + + + + Add .co.uk domain by pressing ALT key + + + + + + + Search with Default Engine + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + Show loading progress in address bar + + + + + + + + 0 + + + 0 + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + Fill + + + + + Bottom + + + + + Top + + + + + + + + Custom color: + + + + + + + + 0 + + + 0 + + + + + Select color + + + ... + + + + + + + Reset + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + + + + 0 + + + + Web Configuration + + + + + + + + Allow Netscape Plugins (Flash plugin) + + + + + + + Allow JavaScript + + + + + + + Allow JAVA + + + + + + + Allow DNS Prefetch + + + + + + + Enable XSS Auditing + + + + + + + Print element background + + + + + + + Include links in focus chain + + + + + + + Animated scrolling + + + + + + + Enable caret browsing + + + + + + + Zoom text only + + + + + + + + + + + + 0 + 0 + + + + Mouse wheel scrolls + + + + + + + + 0 + 0 + + + + 1 + + + + + + + lines on page + + + + + + + + + + + Default zoom on pages: + + + + + + + % + + + 30 + + + 300 + + + 100 + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + Local Storage + + + + + + + + QFrame::NoFrame + + + QFrame::Raised + + + + 0 + + + 6 + + + 0 + + + 6 + + + + + 20 + + + Qt::Horizontal + + + + + + + + + + + + + Maximum + + + + + + + 50 MB + + + + + + + + + + 10 + + + 50 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 20 + 0 + + + + 1 + + + + + + + Maximum pages in cache: + + + + + + + Allow storing network cache on disk + + + + + + + Store cache in: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + ... + + + + + + + + + + + + + Allow saving history + + + + + + + Delete history on close + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + Allow local storage of HTML5 web content + + + + + + + Delete locally stored HTML5 web content on close + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + Delete now + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + + Proxy Configuration + + + + + + + + Proxy Auto-Config (.pac) file + + + + + + + Reload + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 50 + 20 + + + + + + + + + + <b>Exceptions</b> + + + + + + + + + Don't use on: + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + System proxy configuration + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + Manual configuration + + + + + + + + + + HTTP + + + + + SOCKS5 + + + + + + + + + + + Port: + + + + + + + + 50 + 16777215 + + + + + + + + + + + + Username: + + + + + + + + + + Password: + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Use different proxy for https connection + + + + + + + + + Server: + + + + + + + + + + Port: + + + + + + + + 50 + 16777215 + + + + + + + + + + + + Username: + + + + + + + + + + Password: + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Use script for automatic configuration: + + + + + + + Do not use proxy + + + + + + + + + + + + + - <b>Browser Window</b> + <b>Font Families</b> + + + + + + + + 0 + 0 + + + + Standard + + + + + + + Fixed + + + + + + + + + + Serif + + + + + + + + + + Sans Serif + + + + + + + + + + Cursive + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + 0 + 0 + + + + + + + + + + + Fantasy + + + + + + + <b>Font Sizes</b> + + + + + + + + + Fixed Font Size + + + + + + + Default Font Size + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + Minimum Font Size + + + + + + + Minimum Logical Font Size + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + + + + + + + <b>Shortcuts</b> + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Switch to tabs with Alt + number of tab + + + + + + + Load speed dials with Ctrl + number of speed dial + + + + + + + + + + + <b>Download Location</b> + + + + + + + Ask everytime for download location + + + + + + + Use defined location: + + + + + + + + + + + + ... + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + <b>Download Options</b> + + + + + + + Use native system file dialog +(may or may not cause problems with downloading SSL secured content) + + + + + + + Close download manager when downloading finishes + + + + + + + <b>External download manager</b> + + + + + + + Use external download manager + + + + + + + QFormLayout::AllNonFixedFieldsGrow + + + + + Executable: + + + + + + + Arguments: + + + + + + + Leave blank if unsure + + + + + + + + + + + + ... + + + + + + + + + <b>%d</b> will be replaced with URL to be downloaded + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + <b>AutoFill options</b> + + + + + + + Allow saving passwords from sites - + Qt::Horizontal @@ -529,7 +2127,7 @@ - + Qt::Horizontal @@ -541,952 +2139,65 @@ - - - - - - Show StatusBar on start - - - - - - - Show Bookmarks ToolBar on start - - - - - - - Show Navigation ToolBar on start - - - - - - - - - <b>Navigation ToolBar</b> + + + + + 0 + 0 + - - - - - - Show Home button - - - - - - - Show Back / Forward buttons - - - - - - - <b>Background<b/> - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Use transparent background - - - - - - - Show web search bar - - - - - - - Show Add Tab button - - - - - - - Show Reload / Stop buttons - - - - - - - - - - - - - - - 0 - - - - Tabs behaviour - - - - - - - - Show tab previews - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - Make tab previews animated - - - - - - - Qt::Horizontal - - - - 63 - 13 - - - - - - - - - - Hide tabs when there is only one tab - - - - - - - Activate last tab when closing active tab - - - - - - - Open new tabs after active tab - - - - - - - Open new empty tabs after active tab - - - - - - - Automatically switch to newly opened tab - - - - - - - Don't quit upon closing last tab - - - - - - - Ask when closing multiple tabs - - - - - - - Closed tabs list instead of opened in tab bar - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - Address Bar behaviour - - - - - - - - Suggest when typing into address bar: - - - - - - - - 170 - 0 - - - - - History and Bookmarks - - - - - History - - - - - Bookmarks - - - - - Nothing - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 40 - 20 - - - - - - - - - - Press "Shift" to not switch the tab but load the url in the current tab. - - - Propose to switch tab if completed url is already loaded. - - - - - - - Select all text by double clicking in address bar - - - - - - - Select all text by clicking in address bar - - - - - - - Add .co.uk domain by pressing ALT key - - - - - - - Search with Default Engine - - - - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 10 - - - - - - - - Show loading progress in address bar - - - - - - - - 0 + + + QLayout::SetMinAndMaxSize - - 0 - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - - Fill - - - - - Bottom - - - - - Top - - - - - - - - Custom color: - - - - - - - - 0 - - - 0 - - - - - Select color - - - ... - - - - - - - Reset - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - - - 0 - - - - Web Configuration - - - - - - - - Allow Netscape Plugins (Flash plugin) - - - - - - - Allow JavaScript - - - - - - - Allow JAVA - - - - - - - Allow DNS Prefetch - - - - - - - Enable XSS Auditing - - - - - - - Print element background - - - - - - - Include links in focus chain - - - - - - - Animated scrolling - - - - - - - Enable caret browsing - - - - - - - Zoom text only - - - - - - - - - - - - 0 - 0 - - - - Mouse wheel scrolls - - - - - - - - 0 - 0 - - - - 1 - - - - - - - lines on page - - - - - - - - - - - Default zoom on pages: - - - - - - - % - - - 30 - - - 300 - - - 100 - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - Local Storage - - - - - - - - QFrame::NoFrame - - - QFrame::Raised - - - - 0 - - - 6 - - - 0 - - - 6 - - - - - 20 - - - Qt::Horizontal - - - - - - - - - - - - - Maximum - - - - - - - 50 MB - - - - - - - - - - 10 - - - 50 - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - - 20 - 0 - - - - 1 - - - - - - - Maximum pages in cache: - - - - - - - Allow storing network cache on disk - - - - - - - Store cache in: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - ... - - - - - - - - - - - - - Allow saving history - - - - - - - Delete history on close - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - Allow local storage of HTML5 web content - - - - - - - Delete locally stored HTML5 web content on close - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - Delete now - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 10 - - - - - - - - - Proxy Configuration - - - - - - - - Proxy Auto-Config (.pac) file - - - - - - - Reload - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 50 - 20 - - - - - - - - + + + + - <b>Exceptions</b> + Send Referer header to servers - - - - - - Don't use on: - - - - - - - + + + + <b>Cookies</b> + + - - + + + + Send Do Not Track header to servers + + + + + + + <b>Other</b> + + + + + + + Manage CA certificates + + + true + + + + + Qt::Vertical @@ -1498,21 +2209,100 @@ - - + + + + + 0 + 0 + + - System proxy configuration + Certificate Manager - - + + + + <b>SSL Certificates</b> + + + + + + + true + + + <b>JavaScript</b> + + + + + + + false + + + Manage JavaScript privacy options + + + + + + + + 0 + 0 + + + + JavaScript options + + + + + + + + 0 + 0 + + + + Cookies Manager + + + + + Qt::Horizontal QSizePolicy::Fixed + + + 20 + 20 + + + + + + + + Manage Cookies + + + + + + + Qt::Horizontal + 40 @@ -1521,1119 +2311,354 @@ - - + + - Manual configuration + <b>HTML5 Permissions</b> - - - - - - - HTTP - - - - - SOCKS5 - - - - - - - - - - - Port: - - - - - - - - 50 - 16777215 - - - - - - - - - - - - Username: - - - - - - - - - - Password: - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - + + - Use different proxy for https connection + Manage HTML5 permissions - - - - - - Server: - - - - - - - - - - Port: - - - - - - - - 50 - 16777215 - - - - - - - - - - - - Username: - - - - - - - - - - Password: - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Use script for automatic configuration: + + + + + 0 + 0 + - - - - - Do not use proxy + HTML5 Permissions - - - - - - - - - - <b>Font Families</b> - - - - - - - - 0 - 0 - - - - Standard - - - - - - - Fixed - - - - - - - - - - Serif - - - - - - - - - - Sans Serif - - - - - - - - - - Cursive - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - - 0 - 0 - - - - - - - - - - - Fantasy - - - - - - - <b>Font Sizes</b> - - - - - - - - - Fixed Font Size - - - - - - - Default Font Size - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - - - - Minimum Font Size - - - - - - - Minimum Logical Font Size - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - - - - - - - - - - <b>Shortcuts</b> - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Switch to tabs with Alt + number of tab - - - - - - - Load speed dials with Ctrl + number of speed dial - - - - - - - - - - - <b>Download Location</b> - - - - - - - Ask everytime for download location - - - - - - - Use defined location: - - - - - - - - - - - - ... - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - <b>Download Options</b> - - - - - - - Use native system file dialog -(may or may not cause problems with downloading SSL secured content) - - - - - - - Close download manager when downloading finishes - - - - - - - <b>External download manager</b> - - - - - - - Use external download manager - - - - - - - QFormLayout::AllNonFixedFieldsGrow - - - - - Executable: - - - - - - - Arguments: - - - - - - - Leave blank if unsure - - - - - - - + + + + + + <b>Notifications</b> + + - - + + + + Use OSD Notifications + + + + + + + false + + + Use Native System Notifications (Linux only) + + + + + + + Do not use Notifications + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Expiration timeout: + + + + + + + + 0 + 0 + + + + seconds + + + + + + + + + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. + + + true + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 0 + 20 + + + + + + + + + + + + + 0 + 0 + + + + + 0 + + + + + + + + + + + + <b>Other</b> + + + + + + + StyleSheet automatically loaded with all websites: + + + + + + + + ... + + + + + + Languages + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + <b>Preferred language for web sites</b> + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + <b>Change browser identification</b> + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + User Agent Manager + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + - - - - - <b>%d</b> will be replaced with URL to be downloaded - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - <b>AutoFill options</b> - - - - - - - Allow saving passwords from sites - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - QLayout::SetMinAndMaxSize - - + - - - - - - Send Referer header to servers - - - - - - - <b>Cookies</b> - - - - - - - Send Do Not Track header to servers - - - - - - - <b>Other</b> - - - - - - - Manage CA certificates - - - true - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - 0 - 0 - - - - Certificate Manager - - - - - - - <b>SSL Certificates</b> - - - - - - - true - - - <b>JavaScript</b> - - - - - - - false - - - Manage JavaScript privacy options - - - - - - - - 0 - 0 - - - - JavaScript options - - - - - - - - 0 - 0 - - - - Cookies Manager - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - Manage Cookies - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - <b>HTML5 Permissions</b> - - - - - - - Manage HTML5 permissions - - - - - - - - 0 - 0 - - - - HTML5 Permissions - - - - - - - - - - - <b>Notifications</b> - - - - - - - Use OSD Notifications - - - - - - - false - - - Use Native System Notifications (Linux only) - - - - - - - Do not use Notifications - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Expiration timeout: - - - - - - - - 0 - 0 - - - - seconds - - - - - - - - - <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. - - - true - - - - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 0 - 20 - - - - - - - - - - - - - 0 - 0 - - - - - 0 - - - - - - - - - - - - <b>Other</b> - - - - - - - StyleSheet automatically loaded with all websites: - - - - - - - - - - ... - - - - - - - - - Languages - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - <b>Preferred language for web sites</b> - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - <b>Change browser identification</b> - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 20 - 20 - - - - - - - - User Agent Manager - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - + + + + + + Qt::Horizontal + + + + + + + QupZilla + + + + + + + QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok +