Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>WebBrowserAppearancePage</class> <widget class="QWidget" name="WebBrowserAppearancePage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>499</width> <height>1126</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Web Browser appearance</b></string> </property> </widget> </item> <item> <widget class="Line" name="line17"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Fonts</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Standard Font:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QFontComboBox" name="standardFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the standard font</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Fixed Width Font:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QFontComboBox" name="fixedFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the fixed width font</string> </property> <property name="fontFilters"> <set>QFontComboBox::MonospacedFonts</set> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Serif Font:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QFontComboBox" name="serifFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the serif font</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Sans Serif Font:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QFontComboBox" name="sansSerifFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the sans serif font</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Cursive Font:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QFontComboBox" name="cursiveFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the cursive font</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Fantasy Font:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QFontComboBox" name="fantasyFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the fantasy font</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="pictographFontLabel"> <property name="text"> <string>Pictograph Font:</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QFontComboBox" name="pictographFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the pictograph font</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string>Font Sizes</string> </property> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Default Font Size:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="defaultSizeSpinBox"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>1</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Fixed Font Size:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="fixedSizeSpinBox"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>1</number> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Minimum Font Size:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="minSizeSpinBox"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>1</number> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Minimum Logical Font Size:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QSpinBox" name="minLogicalSizeSpinBox"> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>1</number> </property> </widget> </item> <item row="3" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>230</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Colors</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QGroupBox" name="groupBox_8"> <property name="title"> <string>URL Entry Background</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="textLabel1_3"> <property name="text"> <string>Secure URLs:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QPushButton" name="secureURLsColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for secure URLs.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>223</width> <height>17</height> </size> </property> </spacer> </item> <item row="1" column="0"> <widget class="QLabel" name="textLabel1_4"> <property name="text"> <string>Insecure URLs:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QPushButton" name="insecureURLsColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for insecure URLs.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="textLabel1_5"> <property name="text"> <string>Malicious URLs:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="maliciousURLsColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for malicious URLs.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>Private Mode:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QPushButton" name="privateModeURLsColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for URLs in private mode.</string> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Images</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="autoLoadImagesCheckBox"> <property name="toolTip"> <string>Select to load images</string> </property> <property name="text"> <string>Load images</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Style Sheet</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>User Style Sheet:</string> </property> </widget> </item> <item> <widget class="EricPathPicker" name="styleSheetPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the file name of a user style sheet</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="tabsGroupBox"> <property name="title"> <string>Tabs</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="warnOnMultipleCloseCheckBox"> <property name="toolTip"> <string>Select to issue a warning, if multiple tabs are about to be closed</string> </property> <property name="text"> <string>Warn, if multiple tabs are about to be closed</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>Scrollbars</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QCheckBox" name="scrollbarsCheckBox"> <property name="toolTip"> <string>Select to show scrollbars. Note: Scrolling is possible even without them.</string> </property> <property name="text"> <string>Show Scrollbars</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="Line" name="line9_2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QLabel" name="TextLabel1_2_2_2"> <property name="text"> <string><font color="#FF0000"><b>Note:</b> All settings below are activated at the next startup of the application.</font></string> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Toolbars</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QCheckBox" name="toolbarsCheckBox"> <property name="toolTip"> <string>Select to show toolbars</string> </property> <property name="text"> <string>Show Toolbars</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>standardFontCombo</tabstop> <tabstop>fixedFontCombo</tabstop> <tabstop>serifFontCombo</tabstop> <tabstop>sansSerifFontCombo</tabstop> <tabstop>cursiveFontCombo</tabstop> <tabstop>fantasyFontCombo</tabstop> <tabstop>pictographFontCombo</tabstop> <tabstop>defaultSizeSpinBox</tabstop> <tabstop>fixedSizeSpinBox</tabstop> <tabstop>minSizeSpinBox</tabstop> <tabstop>minLogicalSizeSpinBox</tabstop> <tabstop>secureURLsColourButton</tabstop> <tabstop>insecureURLsColourButton</tabstop> <tabstop>maliciousURLsColourButton</tabstop> <tabstop>privateModeURLsColourButton</tabstop> <tabstop>autoLoadImagesCheckBox</tabstop> <tabstop>styleSheetPicker</tabstop> <tabstop>warnOnMultipleCloseCheckBox</tabstop> <tabstop>scrollbarsCheckBox</tabstop> <tabstop>toolbarsCheckBox</tabstop> </tabstops> <resources/> <connections/> </ui>