aboutsummaryrefslogtreecommitdiff
path: root/browsertab.ui
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-04 23:15:27 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-04 23:15:27 +0200
commit55e4bf4197d5992d05296bff3bb339da17ed0a39 (patch)
tree8673beae4f8fadaa4e3bfcaa2211036fdc2b4d16 /browsertab.ui
parent850cd41dd8c9ec7645b2c5c4441d48473aed9375 (diff)
downloadkristall-55e4bf4197d5992d05296bff3bb339da17ed0a39.tar.gz
Removes the need for qt web engine, replaces the web renderer with the waaaay faster rich text rendering engine.
Diffstat (limited to 'browsertab.ui')
-rw-r--r--browsertab.ui26
1 files changed, 12 insertions, 14 deletions
diff --git a/browsertab.ui b/browsertab.ui
index 5979733..cbd79fe 100644
--- a/browsertab.ui
+++ b/browsertab.ui
@@ -127,23 +127,21 @@
</layout>
</item>
<item>
- <widget class="QWebEngineView" name="content">
- <property name="url">
- <url>
- <string>about:blank</string>
- </url>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QTextBrowser" name="textBrowser">
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ <property name="openLinks">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
</layout>
</widget>
- <customwidgets>
- <customwidget>
- <class>QWebEngineView</class>
- <extends>QWidget</extends>
- <header location="global">QtWebEngineWidgets/QWebEngineView</header>
- </customwidget>
- </customwidgets>
<resources>
<include location="icons.qrc"/>
</resources>