<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>tabs</class> <widget class="QWidget" name="tabs"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>483</width> <height>427</height> </rect> </property> <property name="windowTitle"> <string>Tabs</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>New Tab Behavior</string> </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::ExpandingFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>New tab opens:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="1"> <widget class="KComboBox" name="kcfg_newTabsBehaviour"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>New Tab Page</string> </property> </item> <item> <property name="text"> <string>Blank Page</string> </property> </item> <item> <property name="text"> <string comment="@item:inlistbox">Home Page</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>New Tab Page starts with:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="1"> <widget class="KComboBox" name="kcfg_newTabStartPage"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>Favorites</string> </property> </item> <item> <property name="text"> <string>Closed Tabs</string> </property> </item> <item> <property name="text"> <string>Bookmarks</string> </property> </item> <item> <property name="text"> <string>History</string> </property> </item> <item> <property name="text"> <string>Downloads</string> </property> </item> <item> <property name="text"> <string>Tabs</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Tabbed Browsing</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_6"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>When hovering a tab show:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="KComboBox" name="kcfg_hoveringTabOption"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <item> <property name="text"> <string>Tab Preview</string> </property> </item> <item> <property name="text"> <string>Tab's Title in a Tooltip</string> </property> </item> <item> <property name="text"> <string>Tab's URL in a Tooltip</string> </property> </item> <item> <property name="text"> <string comment="@item:inlistbox">Nothing</string> </property> </item> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="kcfg_alwaysShowTabBar"> <property name="text"> <string>Always show tab bar</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_openLinksInNewWindow"> <property name="text"> <string>Open links in new tab instead of in new window</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_openExternalLinksInNewWindow"> <property name="text"> <string>Open external links in a new window</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_lastTabClosesWindow"> <property name="text"> <string>Closing last tab closes window</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_openNewTabsInBackground"> <property name="text"> <string>Open new tabs in the background</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_openNewTabsNearCurrent"> <property name="text"> <string>Open new tabs after currently active one</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_closeTabSelectPrevious"> <property name="text"> <string>Activate previously used tab when closing the current one</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_animatedTabHighlighting"> <property name="text"> <string>Animated tab highlighting</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>120</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>KComboBox</class> <extends>QComboBox</extends> <header>kcombobox.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>