diff options
author | Christoph Willing <chris.willing@linux.com> | 2016-08-11 12:20:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 38e24981ed45490acfa3b5d3736edbcf017d4677 (patch) | |
tree | 427561303d05dfcd0f57b4d861d625220a2ccacd /python/PythonQt/README | |
parent | 5710d2c07dada3e085704ff6e3045f310699a73b (diff) | |
download | slackbuilds-38e24981ed45490acfa3b5d3736edbcf017d4677.tar.gz |
python/PythonQt: Added (Python binding for Qt).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/PythonQt/README')
-rw-r--r-- | python/PythonQt/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/PythonQt/README b/python/PythonQt/README new file mode 100644 index 0000000000..6e50c59b5f --- /dev/null +++ b/python/PythonQt/README @@ -0,0 +1,2 @@ +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. |