数字翻译 Logo APP 2025 v2.6.3.9 build 20251111.234548

本章定义 API (应用程序接口) 基本规则。

  1. 前提条件
  2. Digitser 桌面端 APP 主要基于 Qt GUI (图形用户界面) 框架,采用 C/C++ 优化性能, Python 作脚本、插件语言开发而成;

    因此,当为 APP 编写插件时,首先需要遵循 Qt C/C++ Python 编程语言规范。

    本规范基于 Qt C/C++ Python 编程语言,结合长远发展、数字化、精细化、版本化管理需求,制定而成。

    若对性能要求较高,可选择使用 Source Code Cython Source Code Dython 把自定义 .c .pxd .py .pyw .pyx 源代码文件,批量编译成 *.PYD 模块再调用。

  3. Notes
  4. 本 API 规范会经常修改,因此,请以最新版为准。

  5. 目录
    1. Command Line
    2. Comment
    3. Constant
    4. Keyword
    5. Reserved Keyword
    6. Prompt Information

Table of contents

  1. 前提条件
  2. Notes
  3. 目录

Previous topic

Prompt Information

Next topic

Command Line

 

Quick Search