Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
有关 PythonQt
所有的 QT C++ 代码与 Python 脚本进行交互基础支持库,如果没有该框架,就不会有该插件的出现。该库遵守LGPL协议,如下是原仓库的部分说明,详情请点击 此链接 :
PythonQt is a dynamic Python binding for Qt. It offers an easy way to embed the Python scripting language into your Qt applications.
Licensing
PythonQt is distributed under the LGPL 2.1 license.
鉴于 Linux 的动态库调用没有 Windows 方便之处,所以我使用了静态链接,按照协议必须开源修改后的代码。我把该库的PythonQtScriptingConsole单独出来进行编译,所有修改的代码都在头文件(减少警告)和代码文件PythonQtScriptingConsole.hpp和PythonQtScriptingConsole.cpp中。也就是说,所有的修改部分均在我的仓库文件当中。
WingSummer.WingToolPy
WingToolPy
WingHexPy
WingToolPy
是一个强大的羽云工具箱插件,它具有对 Python3 脚本的支持,拥有即时交互控制台。本插件几乎支持所有的原生IWingToolPlg
的所有接口,于此同时也拥有自己独特的接口以供与插件进行交互。本插件基于 QCodeEditor 和 PythonQt 以及深度文本编辑器的部分代码(纯粹自己懒)进行开发。为了和深度主题适配所以有 DTK 依赖。
使用声明
参与贡献
加入我们并不意味着就是代码的维护,你可以选择下列一项或多项进行参与:
协议
本插件仓库将采用
AGPL-3.0
协议,不得将该插件代码用于改协议之外的用途。issue 前必读
如果你有任何形式的建议,在提交 issue 之前,请一定要阅读下面的声明,以免浪费我们双方宝贵的时间:
上面一切的一切,如果你是志同道合的开源贡献者,欢迎 fork 我的仓库进行相应的维护!
有关 QCodeEditor
本软件自带的编写脚本编辑器基于
QCodeEditor
,我对该软件进行的删减和修改增强以适配该插件的功能。如下是原仓库的部分说明,详情请点击 此链接 :Qt Code Editor Widget
It’s a widget for editing/viewing code.
This project uses a resource named
qcodeeditor_resources.qrc
. The main application must not use a resource file with the same name.(It’s not a project from a Qt example.)
Requirements
Abilities
LICENSE
Library is licensed under the MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
有关 PythonQt
所有的 QT C++ 代码与 Python 脚本进行交互基础支持库,如果没有该框架,就不会有该插件的出现。该库遵守
LGPL
协议,如下是原仓库的部分说明,详情请点击 此链接 :PythonQt is a dynamic Python binding for Qt. It offers an easy way to embed the Python scripting language into your Qt applications.
Documentation API documentation is available at: https://mevislab.github.io/pythonqt
Licensing PythonQt is distributed under the LGPL 2.1 license.
鉴于 Linux 的动态库调用没有 Windows 方便之处,所以我使用了静态链接,按照协议必须开源修改后的代码。我把该库的
PythonQtScriptingConsole
单独出来进行编译,所有修改的代码都在头文件(减少警告)和代码文件PythonQtScriptingConsole.hpp
和PythonQtScriptingConsole.cpp
中。也就是说,所有的修改部分均在我的仓库文件当中。捐助
您的每一份支持都将是本项目推进的强大动力,十分感谢您的支持
感谢支持
感谢支持
有关仓库
WIKI
WIKI 建设完毕,想学习脚本编写的话请看 教程 。