diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-18 20:24:11 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-18 11:23:23 +0100 |
| commit | 42813aa9ef1b6ada776cf0938ba02dad48a17422 (patch) | |
| tree | 71b65bc669b693cde7ba2b1be5ab1b7f14bcc283 /src/browsertab.ui | |
| parent | 415a5bd7b8288316b52338f359f5cd1280eff0bd (diff) | |
| download | kristall-42813aa9ef1b6ada776cf0938ba02dad48a17422.tar.gz | |
Add optional root/parent toolbar buttons
Diffstat (limited to 'src/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 32 |
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> |
