summaryrefslogtreecommitdiff
path: root/src/rekonqwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/rekonqwindow.ui')
-rw-r--r--src/rekonqwindow.ui53
1 files changed, 51 insertions, 2 deletions
diff --git a/src/rekonqwindow.ui b/src/rekonqwindow.ui
index b16fe187..64e1a517 100644
--- a/src/rekonqwindow.ui
+++ b/src/rekonqwindow.ui
@@ -110,7 +110,39 @@
</layout>
</item>
<item>
- <widget class="QStackedWidget" name="views"/>
+ <widget class="QSplitter" name="splitter">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <widget class="BookmarksPanel" name="bookmarksPanel">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>400</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ </widget>
+ <widget class="QStackedWidget" name="views">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </widget>
</item>
</layout>
</widget>
@@ -120,7 +152,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
- <height>30</height>
+ <height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -152,6 +184,7 @@
<property name="title">
<string>Bookmarks</string>
</property>
+ <addaction name="actionShowBookmarksPanel"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
@@ -211,6 +244,17 @@
<string>Close Tab</string>
</property>
</action>
+ <action name="actionShowBookmarksPanel">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Show Bookmarks Panel</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>
@@ -224,6 +268,11 @@
<header>tabbar/tabbar.h</header>
<container>1</container>
</customwidget>
+ <customwidget>
+ <class>BookmarksPanel</class>
+ <extends>QTreeView</extends>
+ <header>panels/bookmarkspanel.hpp</header>
+ </customwidget>
</customwidgets>
<resources/>
<connections>