summaryrefslogtreecommitdiff
path: root/src/rekonqwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/rekonqwindow.ui')
-rw-r--r--src/rekonqwindow.ui66
1 files changed, 65 insertions, 1 deletions
diff --git a/src/rekonqwindow.ui b/src/rekonqwindow.ui
index 9e3986e1..323a500a 100644
--- a/src/rekonqwindow.ui
+++ b/src/rekonqwindow.ui
@@ -22,9 +22,16 @@
</item>
<item>
<widget class="QToolButton" name="newTab">
+ <property name="styleSheet">
+ <string notr="true">border: none;</string>
+ </property>
<property name="text">
<string>Add Tab</string>
</property>
+ <property name="icon">
+ <iconset theme="document-new">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
</widget>
</item>
</layout>
@@ -36,6 +43,10 @@
<property name="text">
<string>Back</string>
</property>
+ <property name="icon">
+ <iconset theme="go-previous">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
</widget>
</item>
<item>
@@ -43,6 +54,32 @@
<property name="text">
<string>Forward</string>
</property>
+ <property name="icon">
+ <iconset theme="go-next">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="refresh">
+ <property name="text">
+ <string>Reload</string>
+ </property>
+ <property name="icon">
+ <iconset theme="view-refresh">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="home">
+ <property name="text">
+ <string>Home</string>
+ </property>
+ <property name="icon">
+ <iconset theme="go-home">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
</widget>
</item>
<item>
@@ -53,6 +90,10 @@
<property name="text">
<string>Load</string>
</property>
+ <property name="icon">
+ <iconset theme="bookmarks">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
</widget>
</item>
<item>
@@ -60,6 +101,10 @@
<property name="text">
<string>Menu</string>
</property>
+ <property name="icon">
+ <iconset theme="preferences">
+ <normaloff>.</normaloff>.</iconset>
+ </property>
</widget>
</item>
</layout>
@@ -75,13 +120,16 @@
<x>0</x>
<y>0</y>
<width>800</width>
- <height>22</height>
+ <height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
+ <addaction name="actionNewTab"/>
+ <addaction name="actionCloseTab"/>
+ <addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuEdit">
@@ -159,6 +207,22 @@
<string>About Qt</string>
</property>
</action>
+ <action name="actionNewTab">
+ <property name="text">
+ <string>New Tab</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+T</string>
+ </property>
+ </action>
+ <action name="actionCloseTab">
+ <property name="text">
+ <string>Close Tab</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+W</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>