aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-23 16:53:13 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-24 08:44:21 +0000
commit5cec7b8926fd12daa3bdca72cd2dfaadf5eda4b1 (patch)
tree791b74d6ccf819dc2390e2ec441a32b23f75584f /sources/pyside2/doc/tutorials/examples
parent8f74adea7cffdf2e1158df15ba0105dc40b24fa3 (diff)
Tutorials: Fix some sphinx warnings about unexpected indentation
Change-Id: I1415417ab761c57e64c0f031a9b63b5f85c9c7c7 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/doc/tutorials/examples')
-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.