diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:16 -0400 |
commit | 747deccfa1be9320ba96c26e2d0abc0ebf5224b8 (patch) | |
tree | 7821fbf4938d52832699e046462e662912803beb /python/PythonQt/README | |
parent | 329f159ecef2090b9fe9691624d6dbc778728cbe (diff) |
python/PythonQt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/PythonQt/README')
-rw-r--r-- | python/PythonQt/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/PythonQt/README b/python/PythonQt/README index 5691571493e9..21d1ca67aa1c 100644 --- a/python/PythonQt/README +++ b/python/PythonQt/README @@ -1,5 +1,6 @@ -PythonQt is a dynamic Python binding for the Qt framework. It offers an easy -way to embed the Python scripting language into your C++ Qt applications. +PythonQt is a dynamic Python binding for the Qt framework. It offers +an easy way to embed the Python scripting language into your C++ Qt +applications. This build uses the CMake-ified version of PythonQt at: https://github.com/commontk/PythonQt (branch patched-8) |