Doc: Fix typo "reguirements" > "requirements"

Change-Id: Icefa2d8d8d50c71393f71fec8eae0646cef0c4ee
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Julian Casaburi
2024-11-15 03:40:37 -03:00
committed by Julián Casaburi
parent b7c951477f
commit 8fedbcd771
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@
Use wizards to create Qt for Python application projects. The wizards
generate a project file, \c {.pyproject}, that lists the files in the Python
project. They also generate a \c {.py} file that has some boilerplate code
and \c {reguirements.txt} that stores the PySide version of the generated code.
and \c {requirements.txt} that stores the PySide version of the generated code.
In addition, the widget-based UI wizard creates a \c {.ui} file that has a
\QD form, and the Qt Quick Application wizard creates a \c {.qml} file that
imports Qt Quick controls.

View File

@@ -72,7 +72,7 @@
\li \c {hello_world_ui.pyproject}, which lists the files in the Python
project.
\li \c {mainwindow.py}, which has some boilerplate code for a class.
\li \c {reguirements.txt}, which stores the PySide version of the
\li \c {requirements.txt}, which stores the PySide version of the
generated code. You can use this file to install the required PySide
version using pip.
\endlist

View File

@@ -71,7 +71,7 @@
\li \c {hellow_world.pyproject}, which lists the files in the Python
project.
\li \c {mywidget.py}, which has some boilerplate code for a class.
\li \c {reguirements.txt}, which stores the PySide version of the
\li \c {requirements.txt}, which stores the PySide version of the
generated code. You can use this file to install the required PySide version
using pip.
\endlist

View File

@@ -61,7 +61,7 @@
project.
\li \c {main.py}, which has some boilerplate code.
\li \c {main.qml}, which imports Qt Quick controls.
\li \c {reguirements.txt}, which stores the PySide version of the
\li \c {requirements.txt}, which stores the PySide version of the
generated code. You can use this file to install the required PySide version
using pip.
\endlist