diff options
Diffstat (limited to 'browsertab.ui')
| -rw-r--r-- | browsertab.ui | 26 |
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> |
