aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.ui')
-rw-r--r--src/browsertab.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui
index 8454735..7db1862 100644
--- a/src/browsertab.ui
+++ b/src/browsertab.ui
@@ -112,6 +112,38 @@
</widget>
</item>
<item>
+ <widget class="QToolButton" name="root_button">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip">
+ <string>Go the root path of current location</string>
+ </property>
+ <property name="text">
+ <string>/</string>
+ </property>
+ <property name="icon">
+ <iconset theme="go-top"/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="parent_button">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip">
+ <string>Go the parent path of current location</string>
+ </property>
+ <property name="text">
+ <string>P</string>
+ </property>
+ <property name="icon">
+ <iconset theme="go-up"/>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="SearchBar" name="url_bar">
<property name="placeholderText">
<string>gemini://</string>