summaryrefslogtreecommitdiff
path: root/src/settings_general.ui
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-23 11:03:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-23 11:03:44 +0200
commit19cc936f19c708e3adb07b1d201600cf027bfb6b (patch)
treef5196daa35d4e6e8f825cf60ae86c85602b88cde /src/settings_general.ui
parentRemoved some menu related actions (cloned in the context menus) (diff)
downloadrekonq-19cc936f19c708e3adb07b1d201600cf027bfb6b.tar.xz
Applied Lindsay's patch about opening Home Page in new tabs
and changed a bit General UI
Diffstat (limited to 'src/settings_general.ui')
-rw-r--r--src/settings_general.ui15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/settings_general.ui b/src/settings_general.ui
index d40dff99..23904354 100644
--- a/src/settings_general.ui
+++ b/src/settings_general.ui
@@ -17,10 +17,10 @@
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
- <string>Places</string>
+ <string>Home Page</string>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
+ <item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Home page:</string>
@@ -30,7 +30,7 @@
</property>
</widget>
</item>
- <item row="0" column="1">
+ <item row="1" column="1">
<widget class="KLineEdit" name="kcfg_homePage">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
@@ -40,7 +40,7 @@
</property>
</widget>
</item>
- <item row="1" column="1">
+ <item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="setHomeToCurrentPageButton">
@@ -64,6 +64,13 @@
</item>
</layout>
</item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="kcfg_newTabsOpenHomePage">
+ <property name="text">
+ <string>New Tabs open Home Page</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>