forked from qt-creator/qt-creator
Doc: add infos to the generated requirements.txt for python projects
Change-Id: I70b0e0bdb3b026bf082294c66659d901a30954f3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -69,7 +69,8 @@
|
|||||||
project.
|
project.
|
||||||
\li \c {mywidget.py}, which has some boilerplate code for a class.
|
\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 {reguirements.txt}, which stores the PySide version of the
|
||||||
generated code.
|
generated code. You can use this file to install the required PySide version
|
||||||
|
using pip.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section1 Adding Qt Widgets Imports
|
\section1 Adding Qt Widgets Imports
|
||||||
|
@@ -59,7 +59,8 @@
|
|||||||
\li \c {main.py}, which has some boilerplate code.
|
\li \c {main.py}, which has some boilerplate code.
|
||||||
\li \c {main.qml}, which imports Qt Quick controls.
|
\li \c {main.qml}, which imports Qt Quick controls.
|
||||||
\li \c {reguirements.txt}, which stores the PySide version of the
|
\li \c {reguirements.txt}, which stores the PySide version of the
|
||||||
generated code.
|
generated code. You can use this file to install the required PySide version
|
||||||
|
using pip.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section1 Adding Qt Quick Imports
|
\section1 Adding Qt Quick Imports
|
||||||
|
Reference in New Issue
Block a user