From 99d76b5e4e2397fcb4ddf45de91748ab1861f755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 22 Jun 2022 20:42:42 +0200 Subject: docs: adapt snippets to new license rows The license headers are now a couple of lines compared to the previous 40 lines, so the snippets that select 'from which line' the code must be included needed some adaptation. Change-Id: Id8bb87d708cc7c9edadb1b8265cecf81bf0bf5ae Reviewed-by: Friedemann Kleint --- sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst b/sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst index a4e937a2e..e1af8b8a9 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst @@ -140,7 +140,7 @@ Look at this new example, with more widgets components: .. literalinclude:: widgetstyling.py :linenos: - :lines: 59-81 + :lines: 22-44 This displays a two column widget, with a `QListWidget` on the left and a `QLabel` and a `QPushButton` on the right. It looks like this when you run the -- cgit v1.2.3