From 2bc0decca59d867dbf893e34cf9f2ff9745ab603 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 19 Jun 2019 14:26:32 +0200 Subject: Doc: Fix minor issues - Removed links to old qml tutorials - Fixed a note with overflowing text - Fixed the order of chapters list in a tutorial Change-Id: Ic42c35271dd161235ed8b08f596100e104f6139e Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/doc/tutorials/basictutorial/widgets.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sources/pyside2/doc/tutorials/basictutorial') diff --git a/sources/pyside2/doc/tutorials/basictutorial/widgets.rst b/sources/pyside2/doc/tutorials/basictutorial/widgets.rst index 80c137cac..c864e3d47 100644 --- a/sources/pyside2/doc/tutorials/basictutorial/widgets.rst +++ b/sources/pyside2/doc/tutorials/basictutorial/widgets.rst @@ -32,8 +32,7 @@ After the creation of the application object, we have created a # This HTML approach will be valid too! label = QLabel("Hello World!") -.. note:: After the creation of the label, we are calling the -method `show()` to show the label. +.. note:: After creating the label, we call `show()` on it. Finally, we call `app.exec_()` to enter the Qt main loop and start to execute the Qt code. In reality, it is only here where the label -- cgit v1.2.3