diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 01:29:30 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 01:29:30 +0200 |
| commit | 5b14fc424462a5d3a5a509bd177c04e9cba2ce17 (patch) | |
| tree | ad5e9b685be26d22d570ba4788a9b01a65ceb531 /src/browsertab.ui | |
| parent | 03253a724b6fdb3f511510d10c3e62615e305cf2 (diff) | |
| download | kristall-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.ui | 7 |
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"/> |
