<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Akregator::SettingsBrowser</class> <author>Gary Cramblitt</author> <widget class="TQWidget"> <property name="name"> <cstring>SettingsBrowser</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>340</width> <height>299</height> </rect> </property> <property name="caption"> <string>ExternalBrowser</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="TQButtonGroup" row="1" column="0"> <property name="name"> <cstring>buttonGroup1</cstring> </property> <property name="title"> <string>For External Browsing</string> </property> <property name="exclusive"> <bool>false</bool> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>kcfg_ExternalBrowserUseKdeDefault</cstring> </property> <property name="text"> <string>Use default KDE web browser</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="TQRadioButton" row="1" column="0"> <property name="name"> <cstring>kcfg_ExternalBrowserUseCustomCommand</cstring> </property> <property name="text"> <string>Use this command:</string> </property> </widget> <widget class="TQLineEdit" row="1" column="1"> <property name="name"> <cstring>kcfg_ExternalBrowserCustomCommand</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>firefox %u</string> </property> </widget> </grid> </widget> <widget class="TQCheckBox" row="2" column="0"> <property name="name"> <cstring>kcfg_CloseButtonOnTabs</cstring> </property> <property name="text"> <string>Show tab close button on hover</string> </property> </widget> <spacer row="3" column="0"> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="tqsizeHint"> <size> <width>31</width> <height>16</height> </size> </property> </spacer> <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>tqlayout2</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQComboBox" row="0" column="1"> <item> <property name="text"> <string>Open in Tab</string> </property> </item> <item> <property name="text"> <string>Open in Background Tab</string> </property> </item> <item> <property name="text"> <string>Open in External Browser</string> </property> </item> <property name="name"> <cstring>kcfg_LMBBehaviour</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Middle mouse click:</string> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1_3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Left mouse click:</string> </property> </widget> <widget class="TQComboBox" row="1" column="1"> <item> <property name="text"> <string>Open in Tab</string> </property> </item> <item> <property name="text"> <string>Open in Background Tab</string> </property> </item> <item> <property name="text"> <string>Open in External Browser</string> </property> </item> <property name="name"> <cstring>kcfg_MMBBehaviour</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </grid> </widget> </grid> </widget> <connections> <connection> <sender>kcfg_ExternalBrowserUseCustomCommand</sender> <signal>toggled(bool)</signal> <receiver>kcfg_ExternalBrowserCustomCommand</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <tqlayoutdefaults spacing="6" margin="11"/> </UI>