aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.ui
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-17 01:29:30 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-17 01:29:30 +0200
commit5b14fc424462a5d3a5a509bd177c04e9cba2ce17 (patch)
treead5e9b685be26d22d570ba4788a9b01a65ceb531 /src/browsertab.ui
parent03253a724b6fdb3f511510d10c3e62615e305cf2 (diff)
downloadkristall-5b14fc424462a5d3a5a509bd177c04e9cba2ce17.tar.gz
Makes gemini protocol handler a bit more robust.Makes style preview a file in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
Diffstat (limited to 'src/browsertab.ui')
-rw-r--r--src/browsertab.ui7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui
index 46ff31f..6819707 100644
--- a/src/browsertab.ui
+++ b/src/browsertab.ui
@@ -115,7 +115,7 @@
</widget>
</item>
<item>
- <widget class="QLineEdit" name="url_bar">
+ <widget class="SearchBar" name="url_bar">
<property name="placeholderText">
<string>gemini://</string>
</property>
@@ -231,6 +231,11 @@ p, li { white-space: pre-wrap; }
<extends>QGraphicsView</extends>
<header location="global">interactiveview.hpp</header>
</customwidget>
+ <customwidget>
+ <class>SearchBar</class>
+ <extends>QLineEdit</extends>
+ <header>searchbar.hpp</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="icons.qrc"/>