aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst')
-rw-r--r--sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst b/sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst
index d291e8399..c34c50647 100644
--- a/sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst
+++ b/sources/pyside2/doc/tutorials/examples/tabbedbrowser.rst
@@ -5,6 +5,7 @@ Web Browser Example
The example demonstrates the power and simplicity offered by |project| to developers.
It uses several |pymodname| submodules to offer a fluid and modern-looking UI that
is apt for a web browser. The application offers the following features:
+
* Tab-based browsing experience using QTabWidget.
* Download manager using a QProgressBar and QWebEngineDownloadItem.
* Bookmark manager using QTreeView.