summaryrefslogtreecommitdiff
path: root/src/settings_newtabpage.ui
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-30 10:21:58 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-30 10:21:58 +0200
commitb4516b0bacb68179eb6f7cbff9c6474ec03cc9ab (patch)
treeac6ffe5c874627302ddbce6a7dd350e1b6efb0c6 /src/settings_newtabpage.ui
parenta lot fo changes in the history/bookmarks page (restored initial method rewam... (diff)
downloadrekonq-b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab.tar.xz
BIG BIG commit
removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions
Diffstat (limited to 'src/settings_newtabpage.ui')
-rw-r--r--src/settings_newtabpage.ui74
1 files changed, 0 insertions, 74 deletions
diff --git a/src/settings_newtabpage.ui b/src/settings_newtabpage.ui
deleted file mode 100644
index 2061d285..00000000
--- a/src/settings_newtabpage.ui
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>newtabpage</class>
- <widget class="QWidget" name="newtabpage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>377</width>
- <height>444</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QGroupBox" name="groupBox">
- <property name="title">
- <string>Previews</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QTableWidget" name="tableWidget">
- <property name="rowCount">
- <number>9</number>
- </property>
- <property name="columnCount">
- <number>2</number>
- </property>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <column/>
- <column/>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="title">
- <string>blocks</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QRadioButton" name="showLastVisitedSites">
- <property name="text">
- <string>show last 20 visited sites</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="showRecentlyClosedTabs">
- <property name="text">
- <string>show recently closed tabs</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>